-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Feature/extensions] Get namedXContentRegistry from ExtensionsRunner #725
Merged
dbwiddis
merged 6 commits into
opensearch-project:feature/extensions
from
dbwiddis:namedXContent
Nov 18, 2022
Merged
[Feature/extensions] Get namedXContentRegistry from ExtensionsRunner #725
dbwiddis
merged 6 commits into
opensearch-project:feature/extensions
from
dbwiddis:namedXContent
Nov 18, 2022
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
owaiskazi19
reviewed
Nov 14, 2022
owaiskazi19
reviewed
Nov 14, 2022
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
dbwiddis
force-pushed
the
namedXContent
branch
from
November 15, 2022 00:19
ded8003
to
b5b8677
Compare
Signed-off-by: Daniel Widdis <[email protected]>
@dbwiddis looks like you have to rebase with feature/extensions to get the successful build? |
owaiskazi19
approved these changes
Nov 15, 2022
ryanbogan
approved these changes
Nov 18, 2022
Signed-off-by: Daniel Widdis <[email protected]>
owaiskazi19
approved these changes
Nov 18, 2022
Codecov Report
@@ Coverage Diff @@
## feature/extensions #725 +/- ##
========================================================
- Coverage 53.81% 53.35% -0.47%
+ Complexity 2679 2658 -21
========================================================
Files 288 290 +2
Lines 16004 16056 +52
Branches 1703 1686 -17
========================================================
- Hits 8612 8566 -46
- Misses 6767 6872 +105
+ Partials 625 618 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Note: Requires SDK #244 to be merged first.
Description
Simplifies
AnomalyDetectorExtension
:BaseExtension
to simplify extension settings and remove unneeded overridesExtensionsRunner
during init, to be merged with core NamedXContentnamedXContentRegistry
from the Extensions Runner and passes it to the REST handlerIssues Resolved
SDK #208
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.