-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 271 intermediate bucket lifecycle rule #280
Merged
chuckwondo
merged 24 commits into
dev
from
issue-271-intermediate-bucket-lifecycle-rule
May 23, 2024
Merged
Issue 271 intermediate bucket lifecycle rule #280
chuckwondo
merged 24 commits into
dev
from
issue-271-intermediate-bucket-lifecycle-rule
May 23, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge dev into master in preparation for HLS v2 release.
Update deployment workflows to ignore CDK IAM prompts.
Include external downloader role in sentinel-input-files bucket policy.
Correctly increment run_count when updating sentinel_log with new jobinfo.
Merge dev to master to release new overlap table.
Merge to master in prep for release v1.9.
Remove target branch for release in attempt to solve workflow trigger.
Fixes issue where a single step function failure would cancel the map operation in Landsat ac errors.
Fix/sentinel historic errors
Fix/styling
Fix/landsat ac errors
Fix/landsat ac logger
Rds upgrades
Rds config
Merge pipeline updates for L9 for production release.
Fix/jsii role issue
Fix upstream AMI issue with launch templates.
Fix/gccamiid
Fix/flake ignore
Refactor Sentinel 2 error processing to use dedicated status fields instead of jsonb.
…ison Ignore new type comparison checking flake8 rule E721.
* Fix id update typing for sentinel_ac_logger. * Use github vars for mcp-dev environment * Fix flake8 errors * Bump actions versions to remove node12 deprecation warnings * Fix deprecation warning for applyAspect The API @aws-cdk/core.ConstructNode.applyAspect is deprecated: Use "Aspects.of(construct).add(aspect)" instead. This API will be removed in the next major release * Use OIDC role for mcp-dev deployment * Upgrade Node and CDK - upgrade node to 16.x - upgrade to latest version of CDK v1 - fix dependency list error (appending should be extending) * Remove buckets on destroy * Bump Aurora Serverless to v11.18 (10.7 obsolete) * Restore subscription to Landsat SNS * Add mcp-production-deployment (#267) * Update Landsat SNS topic * Add mcp-production-deployment * Add HLS_LANDSAT_SNS_TOPIC_ENABLED env var (default: "true") to allow disabling of trigger --------- Co-authored-by: Sean Harkins <sharkinsgis@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After merging
main
intoissue-271-intermediate-bucket-lifecycle-rule
, this PR is to again mergeissue-271-intermediate-bucket-lifecycle-rule
intodev
to make sure integration tests still pass before opening a PR ofissue-271-intermediate-bucket-lifecycle-rule
directly tomain
(we're going to bypass a PR fromdev
tomain
for the moment).