[Feature/extensions] Create Detector Workflow#692
Merged
owaiskazi19 merged 15 commits intoopensearch-project:feature/extensionsfrom Nov 7, 2022
Merged
[Feature/extensions] Create Detector Workflow#692owaiskazi19 merged 15 commits intoopensearch-project:feature/extensionsfrom
owaiskazi19 merged 15 commits intoopensearch-project:feature/extensionsfrom
Conversation
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
dbwiddis
reviewed
Oct 14, 2022
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
dbwiddis
reviewed
Oct 30, 2022
src/main/java/org/opensearch/ad/rest/RestCreateDetectorAction.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/ad/rest/RestCreateDetectorAction.java
Outdated
Show resolved
Hide resolved
This was referenced Nov 1, 2022
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Codecov Report
@@ Coverage Diff @@
## feature/extensions #692 +/- ##
========================================================
- Coverage 53.81% 53.37% -0.44%
Complexity 2679 2679
========================================================
Files 288 290 +2
Lines 16004 16134 +130
Branches 1703 1706 +3
========================================================
Hits 8612 8612
- Misses 6767 6897 +130
Partials 625 625
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
6 tasks
dbwiddis
approved these changes
Nov 7, 2022
Member
dbwiddis
left a comment
There was a problem hiding this comment.
LGTM! Great job! A few comments (can be resolved to merge).
ryanbogan
approved these changes
Nov 7, 2022
This file contains hidden or 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
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.
Description
This is an initial draft PR for create detector workflow.Not able to start AD Extension because while creating the handler I'm passing null for settings and clusterService
handler = List.of(new RestCreateDetectorAction(null, null));as these objects will be available through createComponentThis PR adds:
Issues Resolved
opensearch-project/opensearch-sdk-java#58
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.