-
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
[Rename] o.e.cluster.health,metadata,node #283
Merged
nknize
merged 6 commits into
opensearch-project:rename/opensearch
from
nknize:server/cluster/folders2
Mar 12, 2021
Merged
[Rename] o.e.cluster.health,metadata,node #283
nknize
merged 6 commits into
opensearch-project:rename/opensearch
from
nknize:server/cluster/folders2
Mar 12, 2021
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
tlfeng
reviewed
Mar 12, 2021
server/src/main/java/org/elasticsearch/repositories/blobstore/package-info.java
Outdated
Show resolved
Hide resolved
tlfeng
reviewed
Mar 12, 2021
server/src/main/java/org/opensearch/cluster/metadata/AliasValidator.java
Outdated
Show resolved
Hide resolved
tlfeng
reviewed
Mar 12, 2021
server/src/main/java/org/opensearch/cluster/metadata/IndexAbstraction.java
Outdated
Show resolved
Hide resolved
tlfeng
reviewed
Mar 12, 2021
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 think it's able to be merged after the conflicts are resolved
server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java
Show resolved
Hide resolved
nknize
force-pushed
the
server/cluster/folders2
branch
from
March 12, 2021 14:12
49b3a65
to
7ce1802
Compare
This commit updates the NOTICE.txt file to include the OpenSearch copyright notice. Signed-off-by: Nicholas Knize <[email protected]>
tlfeng
approved these changes
Mar 12, 2021
…trap package (#197) This commit refactors the heavily used ESPolicy, Elasticsearch (main class), and Elasticsearch prefixed test classes used in the bootstrap package under the server module. Refactoring the namespace will come in a separate commit. Signed-off-by: Nicholas Knize <[email protected]>
This commit refactors the following subpackages: * o.e.cluster.health * o.e.cluster.metadata * o.e.cluster.node to o.opensearch.cluster.*. All other references throughout the codebase are updated. Signed-off-by: Nicholas Knize <[email protected]>
Signed-off-by: Nicholas Knize <[email protected]>
Signed-off-by: Nicholas Knize <[email protected]>
Signed-off-by: Nicholas Knize <[email protected]>
nknize
added a commit
that referenced
this pull request
Mar 22, 2021
This commit refactors the following subpackages: * o.e.cluster.health * o.e.cluster.metadata * o.e.cluster.node to o.opensearch.cluster.*. All other references throughout the codebase are updated. Signed-off-by: Nicholas Knize <[email protected]>
ritty27
pushed a commit
to ritty27/OpenSearch
that referenced
this pull request
May 12, 2024
Signed-off-by: Uriel Dan Nudelman <[email protected]>
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.
This PR refactors the following subpackages:
to o.opensearch.cluster.*. All other references throughout the codebase are
updated.
relates #160