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
Extract dag descriptor dao #92
Extract dag descriptor dao #92
Changes from all commits
8a45c15
e360e8c
c6959d8
cff7e49
c3bc1da
1f0b816
638ee3b
2918395
7cc01d4
ff5a68a
e48f401
03442df
a8ea584
70a27d7
4d66de3
a84e51a
d7384f5
558d063
0bf14af
3a551e4
1dfa9ad
7a6000f
a8ff214
e5fe076
1b2d113
2181dfd
66a026d
3147b08
9e2c73e
739a839
a051061
442b26f
e0f9612
611339f
477daf2
456cf81
8d551cf
67509ed
b436b9d
6d5bde5
db9994a
f583634
2c9309e
ef28da5
47ed905
7a560b2
878671f
5808911
49aca15
0172462
fc33979
e2ddfcd
21cbac1
d230d82
605d76e
fd188b0
a5b288d
d448a64
7dbd534
35bd99a
20edf5f
9741249
d9b721c
ad0be5f
f41980a
5d1dac1
8f96160
2999042
f89dba3
eaa760f
cf97496
525ab96
1e1efaf
0ed46a7
23440b1
1dc06fb
d58cbe4
420b4fd
6b1f0f8
bd0b905
e9ee796
d88ac16
6a6af2b
efb2c42
7790437
6022894
b0a2c02
5b8b6fa
8748aef
587d375
33de274
a5e5d35
743be89
1ee9504
db25f4d
b3e8348
a816361
8e5d239
b0fe87f
d73eefe
d4cd047
bb21e6c
96d6fe3
887a214
75efbbf
94a5683
36d657f
5c7a535
e3dfd2d
625c419
f34a9e8
3ed690d
fae9479
d9a6a07
9550ff0
46904d6
6b7fbbf
2bb3699
e2d6eb4
f4cebcf
362abc8
585fbe6
2a2118f
4bd5ebb
6c248a7
be150bc
879233b
6c9b07f
2c3ef8b
e9b6979
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 70 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java
rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java#L70
Check warning on line 82 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java
rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/dag/DAG.java#L82
Check warning on line 59 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ChoiceTask.java
rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ChoiceTask.java#L59
Check warning on line 58 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/PassTask.java
rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/PassTask.java#L58
Check warning on line 57 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ReturnTask.java
rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/ReturnTask.java#L57
Check warning on line 60 in rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/SuspenseTask.java
rill-flow-dag/olympicene-core/src/main/java/com/weibo/rill/flow/olympicene/core/model/task/SuspenseTask.java#L60
Check warning on line 230 in rill-flow-dag/olympicene-traversal/src/main/java/com/weibo/rill/flow/olympicene/traversal/mappings/JSONPathInputOutputMapping.java
rill-flow-dag/olympicene-traversal/src/main/java/com/weibo/rill/flow/olympicene/traversal/mappings/JSONPathInputOutputMapping.java#L229-L230