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

Add support for OpenSearch #113

Merged
merged 9 commits into from
Oct 6, 2023
Merged

Add support for OpenSearch #113

merged 9 commits into from
Oct 6, 2023

Conversation

mortenlj
Copy link
Contributor

@mortenlj mortenlj commented Sep 28, 2023

Some details that need to be checked, and some code that looks like it could be improved with some expert eyes.

Fixes #96

@mortenlj mortenlj requested a review from a team as a code owner September 28, 2023 13:57
@mortenlj mortenlj self-assigned this Sep 28, 2023
@mortenlj mortenlj marked this pull request as draft September 28, 2023 13:57
@github-actions
Copy link

github-actions bot commented Sep 28, 2023

Test Results

21 tests  +1   21 ✔️ +1   0s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 5e76c9c. ± Comparison against base commit dcf1706.

♻️ This comment has been updated with latest results.

Creating a trait that all Aiven objects can implement to enable applying mutators across all future Aiven types.
…c types

All relevant objects have data in the same fields, and the DynamicObject allows generic access to those fields.
It makes much more sense to implement mutations on the basis of the generic access in DynamicObject, than
implementing the AivenObject trait for all Aiven types with identical code for each type.
By using only DynamicObject, our code is much simpler and more generic.
This also avoids the need to be dependent on generated types from Aiven-operator repo.
@mortenlj mortenlj marked this pull request as ready for review October 2, 2023 12:02
@mortenlj mortenlj merged commit 510900f into main Oct 6, 2023
@mortenlj mortenlj deleted the open_search branch October 6, 2023 08:04
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.

Implement support for OpenSearch
1 participant