-
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
issue #28 Rename to extensions #4063
issue #28 Rename to extensions #4063
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
ae213d3
to
8a263eb
Compare
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## feature/extensions #4063 +/- ##
========================================================
- Coverage 70.64% 70.56% -0.09%
+ Complexity 57129 57074 -55
========================================================
Files 4612 4612
Lines 274811 274812 +1
Branches 40227 40227
========================================================
- Hits 194142 193921 -221
- Misses 64407 64643 +236
+ Partials 16262 16248 -14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: mloufra <mloufra@amazon.com>
Signed-off-by: mloufra <mloufra@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
@@ -19,23 +19,23 @@ | |||
import java.util.Objects; | |||
|
|||
/** | |||
* PluginRequest to intialize plugin | |||
* InitializeExtensionsRequest to intialize plugin |
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.
* InitializeExtensionsRequest to intialize plugin | |
* InitializeExtensionsRequest to initialize extension |
@@ -40,18 +40,18 @@ | |||
import java.util.Objects; | |||
|
|||
/** | |||
* PluginResponse to intialize plugin | |||
* InitializeExtensionsResponse to intialize plugin |
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.
* InitializeExtensionsResponse to intialize plugin | |
* InitializeExtensionsResponse to initialize extension |
server/src/main/java/org/opensearch/extensions/ExtensionsOrchestrator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: mloufra <mloufra@amazon.com>
c51c292
to
9d8bc5d
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: mloufra <mloufra@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: mloufra <mloufra@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
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.
LGTM
Signed-off-by: mloufra mloufra@amazon.com
Description
Rename method names, class names, variable names from plugin to extensions in the sdk codebase and related OpenSearch code
Equivalent PR on SDK: opensearch-project/opensearch-sdk-java#72
Issues Resolved
opensearch-project/opensearch-sdk-java#28
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.