Skip to content
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

Merged
merged 5 commits into from
Aug 10, 2022

Conversation

mloufra
Copy link
Contributor

@mloufra mloufra commented Aug 1, 2022

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

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2022

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

Gradle Check (Jenkins) Run Completed with:

@mloufra mloufra force-pushed the feature2 branch 3 times, most recently from ae213d3 to 8a263eb Compare August 9, 2022 19:55
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2022

Codecov Report

Merging #4063 (5252bf5) into feature/extensions (716756a) will decrease coverage by 0.08%.
The diff coverage is 41.66%.

@@                   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     
Impacted Files Coverage Δ
...search/discovery/InitializeExtensionsResponse.java 0.00% <0.00%> (ø)
...nsearch/discovery/InitializeExtensionsRequest.java 40.00% <33.33%> (ø)
.../opensearch/extensions/ExtensionsOrchestrator.java 74.21% <80.00%> (+0.16%) ⬆️
...adonly/AddIndexBlockClusterStateUpdateRequest.java 0.00% <0.00%> (-75.00%) ⬇️
...readonly/TransportVerifyShardIndexBlockAction.java 9.75% <0.00%> (-73.18%) ⬇️
...n/admin/indices/readonly/AddIndexBlockRequest.java 17.85% <0.00%> (-53.58%) ⬇️
...ch/transport/ReceiveTimeoutTransportException.java 50.00% <0.00%> (-50.00%) ⬇️
.../index/shard/IndexShardNotRecoveringException.java 0.00% <0.00%> (-50.00%) ⬇️
.../opensearch/client/indices/CloseIndexResponse.java 48.75% <0.00%> (-42.50%) ⬇️
...indices/readonly/TransportAddIndexBlockAction.java 20.68% <0.00%> (-41.38%) ⬇️
... and 458 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

Gradle Check (Jenkins) Run Completed with:

mloufra added 2 commits August 9, 2022 22:47
Signed-off-by: mloufra <mloufra@amazon.com>
Signed-off-by: mloufra <mloufra@amazon.com>
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

Gradle Check (Jenkins) Run Completed with:

@@ -19,23 +19,23 @@
import java.util.Objects;

/**
* PluginRequest to intialize plugin
* InitializeExtensionsRequest to intialize plugin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* InitializeExtensionsRequest to intialize plugin
* InitializeExtensionsRequest to initialize extension

@@ -40,18 +40,18 @@
import java.util.Objects;

/**
* PluginResponse to intialize plugin
* InitializeExtensionsResponse to intialize plugin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* InitializeExtensionsResponse to intialize plugin
* InitializeExtensionsResponse to initialize extension

Signed-off-by: mloufra <mloufra@amazon.com>
@mloufra mloufra force-pushed the feature2 branch 2 times, most recently from c51c292 to 9d8bc5d Compare August 10, 2022 00:06
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Signed-off-by: mloufra <mloufra@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Signed-off-by: mloufra <mloufra@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Copy link
Member

@owaiskazi19 owaiskazi19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants