-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Moving concurrent-search out of sandbox plugin to core behind feature… #7408
[Backport 2.x] Moving concurrent-search out of sandbox plugin to core behind feature… #7408
Conversation
fa6e7c1
to
5e7f5f6
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
… flag (opensearch-project#7203) Signed-off-by: Sorabh Hamirwasia <[email protected]> (cherry picked from commit fde8fa4) Signed-off-by: Kunal Kotwani <[email protected]>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #7408 +/- ##
============================================
- Coverage 70.28% 70.25% -0.03%
+ Complexity 59750 59670 -80
============================================
Files 4864 4863 -1
Lines 287384 287391 +7
Branches 41744 41748 +4
============================================
- Hits 201988 201916 -72
+ Misses 68568 68528 -40
- Partials 16828 16947 +119
|
5e7f5f6
to
bf1e8e9
Compare
@@ -31,4 +34,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
|
|||
### Security | |||
|
|||
|
|||
[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not be there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will remove it with a new PR.
@@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
|
|||
## [Unreleased 2.x] | |||
### Added | |||
- [Extensions] Moving Extensions APIs to support cross versions via protobuf. ([#6960](https://github.com/opensearch-project/OpenSearch/pull/6960)) | |||
- [Extensions] Moving Extensions APIs to support cross versions via protobuf. ([#7402](https://github.com/opensearch-project/OpenSearch/issues/7402)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog looks a bit messed up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad @reta. I've started merging in more PRs but it didn't make sense for readers as all of them are just moving these APIs to support cross versions. So I've just moved it to meta issue and updated main and 2.x CHANGELOG to reflect the meta issue instead of individual PRs.
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
… flag (#7203)
Signed-off-by: Sorabh Hamirwasia [email protected]
(cherry picked from commit fde8fa4)
Description
2.x
Related Issues
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.