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

Update comments around deprecated and inclusive naming #112

Merged
merged 5 commits into from
Nov 21, 2022

Conversation

harshavamsi
Copy link
Collaborator

@harshavamsi harshavamsi commented Nov 14, 2022

Signed-off-by: Harsha Vamsi Kalluri [email protected]

Description

  • Updates master_timeout to cluster_manager_timeout
  • Updates master to cluster_manager
  • Bumps versions to 2.1.0

Issues Resolved

Closes #72

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.

@harshavamsi harshavamsi force-pushed the feature/inclusive_naming branch from 8f2e330 to d210ca4 Compare November 14, 2022 21:56
@harshavamsi harshavamsi force-pushed the feature/inclusive_naming branch 3 times, most recently from dff45c2 to 79ccb33 Compare November 15, 2022 22:20
nhtruong
nhtruong previously approved these changes Nov 15, 2022
Copy link
Collaborator

@nhtruong nhtruong left a comment

Choose a reason for hiding this comment

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

🚀

@harshavamsi harshavamsi force-pushed the feature/inclusive_naming branch 2 times, most recently from e0d38a4 to 2407345 Compare November 15, 2022 23:51
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
@harshavamsi harshavamsi force-pushed the feature/inclusive_naming branch from 2407345 to ac31ec3 Compare November 16, 2022 00:02
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
es_version_info = client.info['version']
version_number = es_version_info['number']
build_hash = es_version_info['build_hash']
os_version_info = client.info['version']
Copy link
Member

Choose a reason for hiding this comment

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

We can change this later, but I think this should be opensearch_ because OS assumes operating system a lot.

@dblock dblock merged commit e7ed394 into opensearch-project:main Nov 21, 2022
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.

[FEATURE] Add support for inclusive naming
3 participants