Skip to content
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

Partial implementation with Opensearch serverless #471

Merged
merged 79 commits into from
Jul 29, 2024
Merged

Partial implementation with Opensearch serverless #471

merged 79 commits into from
Jul 29, 2024

Conversation

tloubrieu-jpl
Copy link
Member

@tloubrieu-jpl tloubrieu-jpl commented Jun 7, 2024

🗒️ Summary

Partial re-implementation of the opensearch queries for the web modernization developments.

This implementation revised the design of the controllers, the error managment and the OpenSearch query builder to simplify it (hopefully).

So far, the rest of the code is left as-is. If some cleaning of unused classes is needed that will be done later.

This also includes an incomplete/non-working development for ticket #433

⚙️ Test Data and/or Report

Test with docker compose, see https://github.com/NASA-PDS/registry-api/?tab=readme-ov-file#integration-deployment

Or on dev account on MCP, with the terraform scripts in ./terrraform in this repository.

♻️ Related Issues

Fixes #470

thomas loubrieu added 30 commits March 15, 2024 15:18
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

jordanpadams and others added 20 commits July 16, 2024 13:17
- implement member-of and member-of/member-of endpoints
- implement RegistrySearchRequestBuilder methods matchFieldAnyOf() and matchFieldAnyOfIdentifiers()
…functions

- apply default behaviour of resolving LID to latest-LIDVID and only allowing non-superseded results in output data
- implement ProductsController.resolveIdentifierToLidvid()
- implement member-of and member-of/member-of endpoints
- important explanatory comment
- implement members and members/members products subroutes
Refactor membership endpoints to support AOSS and add test cases
* remove blob from PdsProduct responses

* fix the get credential scheduled configuration. wip on terraform

* remove blob fields from kvp responses

---------

Co-authored-by: thomas loubrieu <[email protected]>
Add newly refactored `/classes/{class}` endpoint
Update unstable-cicd.yaml per new default branch
@pdsen-ci pdsen-ci merged commit c9408ff into main Jul 29, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Partial implementation of the opensearch serverless queries
4 participants