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

Add WorkflowStep Factory and implement XContent-based Template Parsing #47

Merged
merged 27 commits into from
Sep 28, 2023

Remove unused/leftover demo class

21b530b
Select commit
Loading
Failed to load commit list.
Merged

Add WorkflowStep Factory and implement XContent-based Template Parsing #47

Remove unused/leftover demo class
21b530b
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Sep 26, 2023 in 1s

89.23% of diff hit (target 73.87%)

View this Pull Request on Codecov

89.23% of diff hit (target 73.87%)

Annotations

Check warning on line 50 in src/main/java/org/opensearch/flowframework/FlowFrameworkPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/FlowFrameworkPlugin.java#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 52 in src/main/java/org/opensearch/flowframework/FlowFrameworkPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/FlowFrameworkPlugin.java#L52

Added line #L52 was not covered by tests

Check warning on line 150 in src/main/java/org/opensearch/flowframework/template/ProcessNode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/ProcessNode.java#L150

Added line #L150 was not covered by tests

Check warning on line 226 in src/main/java/org/opensearch/flowframework/template/Template.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/Template.java#L226

Added line #L226 was not covered by tests

Check warning on line 292 in src/main/java/org/opensearch/flowframework/template/Template.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/Template.java#L291-L292

Added lines #L291 - L292 were not covered by tests

Check warning on line 306 in src/main/java/org/opensearch/flowframework/template/Template.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/Template.java#L305-L306

Added lines #L305 - L306 were not covered by tests

Check warning on line 128 in src/main/java/org/opensearch/flowframework/template/WorkflowNode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/WorkflowNode.java#L128

Added line #L128 was not covered by tests

Check warning on line 52 in src/main/java/org/opensearch/flowframework/template/WorkflowProcessSorter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/WorkflowProcessSorter.java#L52

Added line #L52 was not covered by tests

Check warning on line 65 in src/main/java/org/opensearch/flowframework/template/WorkflowProcessSorter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/WorkflowProcessSorter.java#L65

Added line #L65 was not covered by tests

Check warning on line 67 in src/main/java/org/opensearch/flowframework/template/WorkflowProcessSorter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/template/WorkflowProcessSorter.java#L67

Added line #L67 was not covered by tests

Check warning on line 37 in src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java#L37

Added line #L37 was not covered by tests

Check warning on line 50 in src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java#L50

Added line #L50 was not covered by tests

Check warning on line 52 in src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java#L52

Added line #L52 was not covered by tests

Check warning on line 73 in src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 78 in src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java#L78

Added line #L78 was not covered by tests

Check warning on line 94 in src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/flowframework/workflow/WorkflowStepFactory.java#L94

Added line #L94 was not covered by tests