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

Topological Sorting and Sequenced Execution #26

Merged
merged 12 commits into from
Sep 19, 2023
Merged

Topological Sorting and Sequenced Execution #26

merged 12 commits into from
Sep 19, 2023

Commits on Sep 13, 2023

  1. Topological Sorting and Sequenced Execution

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e0dcad0 View commit details
    Browse the repository at this point in the history
  2. Add javadocs

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b837013 View commit details
    Browse the repository at this point in the history
  3. Update demo to link to Workflow interface

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cc4cd64 View commit details
    Browse the repository at this point in the history
  4. Replace System.out with logging

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6a87391 View commit details
    Browse the repository at this point in the history
  5. Update with new interface signatures

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4b6a9fe View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Demo passing input data at parse-time

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d7211dc View commit details
    Browse the repository at this point in the history
  2. Demo passing data in between steps

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    170e0ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    533431e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Significantly simplify input/output data passing

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    10c09d6 View commit details
    Browse the repository at this point in the history
  2. Add tests

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dfcd891 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Fix javadocs and forbidden API issues

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    136ceaa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Address code review comments

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d1cbcbd View commit details
    Browse the repository at this point in the history