-
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
[Feature/extensions] Integrated CreateComponent extensionPoint #3265
[Feature/extensions] Integrated CreateComponent extensionPoint #3265
Conversation
ed22a7f
to
ba6c57f
Compare
❌ Gradle Check failure ed22a7f3c48e125bcc70115a8a24bdea804061ae |
❌ Gradle Check failure ba6c57fd07caa60be34aee34f93e1c9551779ba2 |
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 know this is a PR to a feature branch but since we hope to feature flag this soon (so as to not hold on to long running feature branches) please start adding javadocs so we can slowly begin enabling the missingJavadoc
precommit check. The predecessor has done a terrible / non-existent job adding javadocs and opensearch needs to quickly remedy this.
server/src/main/java/org/opensearch/cluster/ClusterServiceRequest.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/CreateComponentResponse.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/ClusterServiceRequest.java
Outdated
Show resolved
Hide resolved
564efd2
to
0f6f739
Compare
❌ Gradle Check failure 87ca0b4fca7a8298c7b05144e7fc315f466b5f21 |
❌ Gradle Check failure 564efd21b07e9ad08d4d55cd2f7598bd19b3860b |
❌ Gradle Check failure 0f6f739fd2e7b942efea6dd55e530a6aee7f8108 |
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.
Could you add some unit tests as well?
Hopefully @ryanbogan's PR gets merged and you can leverage the framework.
server/src/main/java/org/opensearch/cluster/ClusterServiceRequest.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/CreateComponentResponse.java
Outdated
Show resolved
Hide resolved
❌ Gradle Check failure 22f964c0d3d994d4662b5d21d0140821e7530aa7 |
Created opensearch-project/opensearch-sdk-java#25 for unit tests as #3449 is yet to be merged which has the testing framework. If this PR looks good we can get it in. |
server/src/main/java/org/opensearch/extensions/ExtensionsOrchestrator.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/ExtensionRequest.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/ExtensionRequest.java
Outdated
Show resolved
Hide resolved
❌ Gradle Check failure 3bca134651bdc5501ac763f7a77ea95f66b51089 |
❌ Gradle Check failure b0cf2677c6fc88ad9bc0bad6e3ea61544bb9b3fa |
b0cf267
to
560052a
Compare
❌ Gradle Check failure 560052aff23525cd8bb13781297d96b3528b5bf7 |
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>
@owaiskazi19 looks like there are conflicts can you take care of it. Thanks! |
560052a
to
82a7d37
Compare
Signed-off-by: Owais Kazi owaiskazi19@gmail.com
Description
As a part of #2981, working on integrating createComponent extension point with SDK. Integrated ClusterState, LocalNode and PluginSettings.
Issues Resolved
[List any issues this PR will resolve]
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.