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.
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
Replace String concatenation with Log4j ParameterizedMessage for readability #943
Replace String concatenation with Log4j ParameterizedMessage for readability #943
Changes from 6 commits
713caa1
c03bae8
0c4e600
d168f5d
7e02230
7cd4a0e
a82fdb5
7419752
dfffc4e
5b84049
91fd142
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
Check warning on line 175 in src/main/java/org/opensearch/flowframework/model/WorkflowNode.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/model/WorkflowNode.java#L175
Check warning on line 178 in src/main/java/org/opensearch/flowframework/model/WorkflowNode.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/model/WorkflowNode.java#L178
Check warning on line 197 in src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java#L197
Check warning on line 199 in src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java#L199
Check warning on line 247 in src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java#L247
Check warning on line 249 in src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java#L249
Check warning on line 96 in src/main/java/org/opensearch/flowframework/rest/RestDeleteWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestDeleteWorkflowAction.java#L96
Check warning on line 98 in src/main/java/org/opensearch/flowframework/rest/RestDeleteWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestDeleteWorkflowAction.java#L98
Check warning on line 98 in src/main/java/org/opensearch/flowframework/rest/RestDeprovisionWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestDeprovisionWorkflowAction.java#L98
Check warning on line 100 in src/main/java/org/opensearch/flowframework/rest/RestDeprovisionWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestDeprovisionWorkflowAction.java#L100
Check warning on line 95 in src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowAction.java#L95
Check warning on line 97 in src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowAction.java#L97
Check warning on line 91 in src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStateAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStateAction.java#L91
Check warning on line 93 in src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStateAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStateAction.java#L93
Check warning on line 95 in src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStepAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStepAction.java#L95
Check warning on line 97 in src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStepAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestGetWorkflowStepAction.java#L97
Check warning on line 102 in src/main/java/org/opensearch/flowframework/rest/RestProvisionWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestProvisionWorkflowAction.java#L102
Check warning on line 104 in src/main/java/org/opensearch/flowframework/rest/RestProvisionWorkflowAction.java
Codecov / codecov/patch
src/main/java/org/opensearch/flowframework/rest/RestProvisionWorkflowAction.java#L104