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

Fixing create index and use case input parsing bugs #600

Merged
merged 4 commits into from
Mar 20, 2024

addressed comments and cleaned up defaults/templates

cad55fa
Select commit
Loading
Failed to load commit list.
Merged

Fixing create index and use case input parsing bugs #600

addressed comments and cleaned up defaults/templates
cad55fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 20, 2024 in 1s

59.52% of diff hit (target 70.00%)

View this Pull Request on Codecov

59.52% of diff hit (target 70.00%)

Annotations

Check warning on line 145 in src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/rest/RestCreateWorkflowAction.java#L145

Added line #L145 was not covered by tests

Check warning on line 192 in src/main/java/org/opensearch/flowframework/util/ParseUtils.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/util/ParseUtils.java#L192

Added line #L192 was not covered by tests

Check warning on line 195 in src/main/java/org/opensearch/flowframework/util/ParseUtils.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/util/ParseUtils.java#L195

Added line #L195 was not covered by tests

Check warning on line 197 in src/main/java/org/opensearch/flowframework/util/ParseUtils.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/util/ParseUtils.java#L197

Added line #L197 was not covered by tests

Check warning on line 200 in src/main/java/org/opensearch/flowframework/util/ParseUtils.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/util/ParseUtils.java#L200

Added line #L200 was not covered by tests

Check warning on line 106 in src/main/java/org/opensearch/flowframework/workflow/CreateIndexStep.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/CreateIndexStep.java#L103-L106

Added lines #L103 - L106 were not covered by tests

Check warning on line 157 in src/main/java/org/opensearch/flowframework/workflow/CreateIndexStep.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/CreateIndexStep.java#L157

Added line #L157 was not covered by tests

Check warning on line 165 in src/main/java/org/opensearch/flowframework/workflow/CreateIndexStep.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/CreateIndexStep.java#L165

Added line #L165 was not covered by tests