-
Notifications
You must be signed in to change notification settings - Fork 3
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
release/7.2.0 #346
Merged
release/7.2.0 #346
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
* fix: add collections items link * breaking: a different endpoint for single collections * feat: update tests * breaking: use catalog, not feature collection * fix: update test for catalog * fix: put back old endpoint
Co-authored-by: ngachung <[email protected]>
* fix: split into different catalog base url * fix: reduce to lowercase catalog
Co-authored-by: ngachung <[email protected]>
* fix: add cors * fix: missing api base prefix * fix: hardcoded word. supposed to be place holder * fix: wrong url in collection items as well. refactor * fix: add self link + single granule endpoint * fix: some error * fix: add parent link
Co-authored-by: wphyojpl <[email protected]>
* feat: testing stac browser ui * fix: add static html files * fix: get static folder working * fix: cors origins come from config * fix: updated stac browser * feat: add CORS ORIGINS in lambda config * fix: add cors to uds_api * chore: split api gateway * fix: add stac browser code * fix: collections level added * feat: add explicit collections and collection_id * fix: collections also need a method * fix: add collection id base * fix: cors working for stac browser + stac browser working * chore: move to variable * feat: move cors to a different module * feat: move any method to lambda to module * fix: working so far * fix: add collection_id base * fix: add collection_id base * fix: get api gateway working for uas to integrate * chore: refactor for better sorting * chore: update log statements * fix: allow "/" for stac_browser * fix: update some testcase * fix: use am-uds-dapa prefix
Co-authored-by: wphyojpl <[email protected]>
* fix: no fileName in main data.stac.json file * chore: add log statements * fix: update test with nested dictionary * fix: undo :: to . logic
Co-authored-by: ngachung <[email protected]>
Co-authored-by: ngachung <[email protected]>
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.
[7.2.0] - 2024-04-03
Changed
[7.1.1] - 2024-04-02
Fixed
[7.1.0] - 2024-03-28
Changed
[7.0.2] - 2024-03-11
Fixed
[7.0.1] - 2024-03-01
Fixed
[7.0.0] - 2024-02-29
Added