-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(release)!: remove cloudfront routes, improve tests and ingest validation, add nlcd colormap #434
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
… backend (#422) ### Issue #403 #221 ### What + Why - Remove cloudfront distribution CDK from veda-backend because it's now managed in veda-routes - Update values passed into ingestor config to derive endpoint values using the custom host and stac and raster API root paths - Remove configuration and support for hosting duplicate stac and raster apis as alternative domains. ### Testing? Deployed to UAH
Co-authored-by: Vincent Sarago <[email protected]> Co-authored-by: smohiudd <[email protected]>
…oot_path and update config vars in ingest-api
…ct variables (#431) ### What? / Why? - Update the condition to check the correct variable ### Testing? - Deployed to UAH dev for testing
### Issue #429 ### What? This PR adds a new colormap for NLCD data (`nlcd`) and documents how the colormap was created. ### Why? - The colormap definition for the categorical NLCD data was too long to bypass firewall url parameter length rules ### Testing? - See linked issue
Co-authored-by: Jennifer Tran <[email protected]>
#438) ### Issue NASA-IMPACT/veda-deploy#52 ### What? - This PR removes the github workflow that deploys to the staging environment and the pre-deploy cdk diff for the staging environment because it is now managed in veda-deploy. - This PR modifies the automated dev branch and instance deployment to use the same cdk-deploy/action that is used in veda-deploy
… releases configured in pyproject.toml
## what - Fix: correct the name of the target branch for the develop deployment cicd - Fix: return the release workflow trigger for pushes to develop and main branches
### What Trying to get cicd action running on push to develop branch
anayeaye
requested review from
stephenkilbourn,
ciaransweet,
botanical,
ividito,
sandrahoang686,
amarouane-ABDELHAK and
smohiudd
October 14, 2024 23:00
smohiudd
approved these changes
Oct 15, 2024
botanical
approved these changes
Oct 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to add recent merge to the PR description feat: add ecr endpoint to vpc (#432)
Otherwise, looks good!
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.
Breaking
feat(routes)!: remove cloudfront distribution and custom alternate domain from backend #422
Added
feat(raster-api): added custom NLCD colormap #433
feat: add ecr endpoint #432
Fixed
fix(tests): #425
fix(ingest): improved datetime validations #419
Changed
ci: remove automated deployments to staging #438