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

[Backport 2.x] Topological Sorting and Sequenced Execution #48

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link

Backport a574f47 from #26.

* Topological Sorting and Sequenced Execution

Signed-off-by: Daniel Widdis <[email protected]>

* Add javadocs

Signed-off-by: Daniel Widdis <[email protected]>

* Update demo to link to Workflow interface

Signed-off-by: Daniel Widdis <[email protected]>

* Replace System.out with logging

Signed-off-by: Daniel Widdis <[email protected]>

* Update with new interface signatures

Signed-off-by: Daniel Widdis <[email protected]>

* Demo passing input data at parse-time

Signed-off-by: Daniel Widdis <[email protected]>

* Demo passing data in between steps

Signed-off-by: Daniel Widdis <[email protected]>

* Change execute arg to list and refactor demo classes to own package

Signed-off-by: Daniel Widdis <[email protected]>

* Significantly simplify input/output data passing

Signed-off-by: Daniel Widdis <[email protected]>

* Add tests

Signed-off-by: Daniel Widdis <[email protected]>

* Fix javadocs and forbidden API issues

Signed-off-by: Daniel Widdis <[email protected]>

* Address code review comments

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: Daniel Widdis <[email protected]>
(cherry picked from commit a574f47)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #48 (a509214) into 2.x (58db87b) will increase coverage by 74.26%.
The diff coverage is 76.51%.

@@             Coverage Diff              @@
##               2.x      #48       +/-   ##
============================================
+ Coverage     0.00%   74.26%   +74.26%     
- Complexity       0       42       +42     
============================================
  Files            2        6        +4     
  Lines            4      136      +132     
  Branches         0       16       +16     
============================================
+ Hits             0      101      +101     
- Misses           4       25       +21     
- Partials         0       10       +10     
Files Changed Coverage Δ
...opensearch/flowframework/template/ProcessNode.java 60.71% <60.71%> (ø)
...ch/flowframework/template/ProcessSequenceEdge.java 69.23% <69.23%> (ø)
...nsearch/flowframework/template/TemplateParser.java 91.66% <91.66%> (ø)
...pensearch/flowframework/workflow/WorkflowData.java 100.00% <100.00%> (ø)

@joshpalis joshpalis merged commit b15c866 into 2.x Sep 19, 2023
16 checks passed
@github-actions github-actions bot deleted the backport/backport-26-to-2.x branch September 19, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant