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

[Rename] refactor the distribution module. #316

Merged
merged 4 commits into from
Mar 16, 2021
Merged

[Rename] refactor the distribution module. #316

merged 4 commits into from
Mar 16, 2021

Conversation

adnapibar
Copy link
Contributor

Relates #160

Refactor the distribution module to rename elasticsearch to opensearch. The commit doesn't rename the files in the src/bin directory as git doesn't detect git mv, so that change will be done in a subsequent commit.

Signed-off-by: Rabi Panda adnapibar@gmail.com

@adnapibar adnapibar added >FORK Related to the fork process Rename Renaming to OpenSearch labels Mar 16, 2021
@odfe-release-bot
Copy link

✅   DCO Check Passed

distribution/build.gradle Outdated Show resolved Hide resolved
@opensearch-project opensearch-project deleted a comment from adnapibar Mar 16, 2021
@odfe-release-bot
Copy link

✅   DCO Check Passed

Copy link
Collaborator

@tlfeng tlfeng left a comment

Choose a reason for hiding this comment

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

The PR was really a tough work for you because it contains so many different pattern to be renamed.. 👍👍

distribution/docker/src/docker/Dockerfile Outdated Show resolved Hide resolved
distribution/src/bin/elasticsearch-service.bat Outdated Show resolved Hide resolved
distribution/src/bin/elasticsearch-env.bat Outdated Show resolved Hide resolved
distribution/src/bin/elasticsearch Show resolved Hide resolved
distribution/src/bin/elasticsearch.bat Outdated Show resolved Hide resolved
@@ -756,7 +756,7 @@ public void testContainsIntermediateDirectory() throws Exception {
Tuple<Path, Environment> env = createEnv(fs, temp);
Path pluginDir = createPluginDir(temp);
Files.createFile(pluginDir.resolve(PluginInfo.ES_PLUGIN_PROPERTIES));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we have plan to rename ES_PLUGIN_PROPERTIES?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This should be refactored as part of the renaming of the enum.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you! I see.

@odfe-release-bot
Copy link

✅   DCO Check Passed

@adnapibar
Copy link
Contributor Author

The PR was really a tough work for you because it contains so many different pattern to be renamed.. 👍👍

Thanks a lot @tlfeng for the review 👍

Refactor the `distribution` module to rename elasticsearch to opensearch. The commit doesn't rename the files in the `src/bin` directory as git doesn't detect `git mv`, so that change will be done in a subsequent commit.

Signed-off-by: Rabi Panda <adnapibar@gmail.com>
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
@odfe-release-bot
Copy link

✅   DCO Check Passed

@adnapibar adnapibar merged commit f8a81be into opensearch-project:rename/opensearch Mar 16, 2021
@adnapibar adnapibar deleted the rename/distribution branch March 16, 2021 08:53
nknize pushed a commit that referenced this pull request Mar 20, 2021
Refactor the `distribution` module to rename elasticsearch to opensearch. The commit doesn't rename the files in the `src/bin` directory as git doesn't detect `git mv`, so that change will be done in a subsequent commit.

Signed-off-by: Rabi Panda <adnapibar@gmail.com>
nknize pushed a commit that referenced this pull request Mar 22, 2021
Refactor the `distribution` module to rename elasticsearch to opensearch. The commit doesn't rename the files in the `src/bin` directory as git doesn't detect `git mv`, so that change will be done in a subsequent commit.

Signed-off-by: Rabi Panda <adnapibar@gmail.com>
ritty27 pushed a commit to ritty27/OpenSearch that referenced this pull request May 12, 2024
…roject#316)

* Bump classgraph from 4.8.152 to 4.8.154 in /java-client

Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.152 to 4.8.154.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.152...classgraph-4.8.154)

---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>FORK Related to the fork process Rename Renaming to OpenSearch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants