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

Removed Github DCO action since DCO runs via Github App now #664

Merged
merged 1 commit into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/workflows/dco.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/ad/NodeStateManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class NodeStateManager implements MaintenanceState, CleanState {
/**
* Constructor
*
* @param client Client to make calls to ElasticSearch
* @param client Client to make calls to OpenSearch
* @param xContentRegistry ES named content registry
* @param settings ES settings
* @param clientUtil AD Client utility
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/ad/util/IndexUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class IndexUtils {
/**
* Inject annotation required by Guice to instantiate EntityResultTransportAction (transitive dependency)
*
* @param client Client to make calls to ElasticSearch
* @param client Client to make calls to OpenSearch
* @param clientUtil AD Client utility
* @param clusterService ES ClusterService
* @param indexNameExpressionResolver index name resolver
Expand Down