generated from NASA-PDS/template-repo-java
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimum Viable Product working with multitenant Registry on Opensearc…
…h Serverless (#531) * implement RegistrySearchRequestBuilder.applyMultipleProductsDefaults() * switch /products and membership endpoints to use applyMultipleProductsDefaults() * rename RegistrySearchRequestBuilder.onlyLatest() to noSupersededProducts() the semantics of the new name are clearer and cannot lead to confusion about its behaviour * fix terraform deployment on MCP dev * add ssm parameter to share the load balancer domain with other components * rename noSupersededProduct -> excludeSupersededProducts * update application.properties for latest code * make operator, NOT, LIKE, AND, OR antlr tokens case-insensitive * add Query parameter to membership endpoints (#526) * Handle Accept header with multiple values (#529) * properly manage Accept header with multiple options * move MVC function in appropriate class, add unit tests --------- Co-authored-by: thomas loubrieu <[email protected]> * implement PdsProperty * apply propertiesList response schema to '*' content-type * implement /properties endpoint * add warning on /docs end-point which does not work yet --------- Co-authored-by: edunn <[email protected]> Co-authored-by: thomas loubrieu <[email protected]> Co-authored-by: Jordan Padams <[email protected]>
- Loading branch information
1 parent
e3162f1
commit 144aa35
Showing
11 changed files
with
607 additions
and
261 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.