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

Refactor(Pool): remove opensearch component from Pool #601

Merged

Conversation

nicoprow
Copy link
Contributor

@nicoprow nicoprow commented Nov 3, 2023

  • Opensearch is no longer needed as search functionality is part of the database now
  • removed opensearch code from Pool and Pool API
  • removed mentionings of opensearch from documentation
  • removed opensearch from tests
  • kept opensearch still on Charts as charts need to be adapted in a two-step process

Fixes #577

Description

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

@nicoprow nicoprow marked this pull request as ready for review November 3, 2023 12:59
Copy link
Contributor

Choose a reason for hiding this comment

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

is SAAS_import still used also?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SAAS is not used anymore but I felt like I didn't want to touch that topic in this pull request :)

@nicoprow nicoprow force-pushed the refactor/pool/remove-opensearch branch from a3d7cef to 70434b2 Compare November 7, 2023 14:48
- Opensearch is no longer needed as search functionality is part of the database now
- removed opensearch code from Pool and Pool API
- removed mentionings of opensearch from documentation
- removed opensearch from tests
- kept opensearch still on Charts as charts need to be adapted in a two-step process
@nicoprow nicoprow force-pushed the refactor/pool/remove-opensearch branch from 70434b2 to b9b7a92 Compare November 7, 2023 14:53
@nicoprow nicoprow merged commit ef2cf3d into eclipse-tractusx:main Nov 7, 2023
7 checks passed
@nicoprow nicoprow deleted the refactor/pool/remove-opensearch branch November 7, 2023 15:18
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.

Refactor: Remove Opensearch component
3 participants