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

Dag descriptor converter #91

Open
wants to merge 110 commits into
base: main
Choose a base branch
from

rename DescriptorManager into DAGDescriptorManager

625c419
Select commit
Loading
Failed to load commit list.
Open

Dag descriptor converter #91

rename DescriptorManager into DAGDescriptorManager
625c419
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 28, 2024 in 1s

69.68% of diff hit (target 34.74%)

View this Pull Request on Codecov

69.68% of diff hit (target 34.74%)

Annotations

Check warning on line 70 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java#L70

Added line #L70 was not covered by tests

Check warning on line 82 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java#L82

Added line #L82 was not covered by tests

Check warning on line 59 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ChoiceTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ChoiceTask.java#L59

Added line #L59 was not covered by tests

Check warning on line 58 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/PassTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/PassTask.java#L58

Added line #L58 was not covered by tests

Check warning on line 57 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ReturnTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ReturnTask.java#L57

Added line #L57 was not covered by tests

Check warning on line 60 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/SuspenseTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/SuspenseTask.java#L60

Added line #L60 was not covered by tests

Check warning on line 230 in rill-flow-dag/olympicene-traversal/src/main/java/com/weibo/rill/flow/olympicene/traversal/mappings/JSONPathInputOutputMapping.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-dag/olympicene-traversal/src/main/java/com/weibo/rill/flow/olympicene/traversal/mappings/JSONPathInputOutputMapping.java#L229-L230

Added lines #L229 - L230 were not covered by tests

Check warning on line 68 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L68

Added line #L68 was not covered by tests

Check warning on line 85 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L85

Added line #L85 was not covered by tests

Check warning on line 103 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L103

Added line #L103 was not covered by tests

Check warning on line 187 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 201 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L201

Added line #L201 was not covered by tests

Check warning on line 258 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L258

Added line #L258 was not covered by tests

Check warning on line 268 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L268

Added line #L268 was not covered by tests

Check warning on line 299 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L299

Added line #L299 was not covered by tests

Check warning on line 368 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/converter/DAGDescriptorConverterImpl.java#L368

Added line #L368 was not covered by tests

Check warning on line 73 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/FlowProtocolDispatcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/FlowProtocolDispatcher.java#L73

Added line #L73 was not covered by tests

Check warning on line 62 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/FunctionTaskDispatcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/FunctionTaskDispatcher.java#L62

Added line #L62 was not covered by tests

Check warning on line 112 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/FunctionTaskDispatcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/FunctionTaskDispatcher.java#L112

Added line #L112 was not covered by tests

Check warning on line 46 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/ResourceRefProtocolDispatcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/dispatcher/ResourceRefProtocolDispatcher.java#L46

Added line #L46 was not covered by tests

Check warning on line 86 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java#L86

Added line #L86 was not covered by tests

Check warning on line 91 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java#L91

Added line #L91 was not covered by tests

Check warning on line 96 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java#L96

Added line #L96 was not covered by tests

Check warning on line 101 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java#L101

Added line #L101 was not covered by tests

Check warning on line 108 in rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rill-flow-service/src/main/java/com/weibo/rill/flow/service/facade/DAGDescriptorFacade.java#L108

Added line #L108 was not covered by tests