-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Backport 2.x] Add Create QueryGroup API Logic (#14680) #15227
Merged
jed326
merged 1 commit into
opensearch-project:2.x
from
jainankitk:backport/backport-14680-to-2.x
Aug 16, 2024
Merged
[Backport 2.x] Add Create QueryGroup API Logic (#14680) #15227
jed326
merged 1 commit into
opensearch-project:2.x
from
jainankitk:backport/backport-14680-to-2.x
Aug 16, 2024
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
* add logic for Create QueryGroup API Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * remove wildcard imports Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * change jvm to memeory Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * modify querygroup Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * fix javadoc and add more tests Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * add more tests Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * address comments Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * fix the persist logic Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * remove inflight checks as they are not necessary Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * remove persistable interface Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * modify QueryGroupServiceSettings Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * add in an action package in the plugin Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * modify based on commments Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * address comments on QueryGroupPersistenceService Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * address comments on persistence service Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * address comments Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * fix unit test Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * address comments Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * add IT Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> * add coverage Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> (cherry picked from commit d442f7c)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15227 +/- ##
============================================
+ Coverage 71.49% 71.56% +0.06%
- Complexity 62809 62835 +26
============================================
Files 5138 5145 +7
Lines 295078 295187 +109
Branches 42980 42989 +9
============================================
+ Hits 210980 211260 +280
+ Misses 66459 66195 -264
- Partials 17639 17732 +93 ☔ View full report in Codecov by Sentry. |
8 tasks
jed326
approved these changes
Aug 16, 2024
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.
Backports #14680