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

Support ArrayNode mapping over Launch Plans #2480

Merged
merged 31 commits into from
Jul 31, 2024
Merged

Support ArrayNode mapping over Launch Plans #2480

merged 31 commits into from
Jul 31, 2024

Commits on Jun 12, 2024

  1. set up array node

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    62031c3 View commit details
    Browse the repository at this point in the history
  2. wip array node task wrapper

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2293b6a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. support function like callability

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9579da6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into array-node

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    683b50a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. temp check in some progress on python func wrapper

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    11d0dca View commit details
    Browse the repository at this point in the history
  2. only support launch plans in new array node class for now

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4155c68 View commit details
    Browse the repository at this point in the history
  3. add map task array node implementation wrapper

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    99322e9 View commit details
    Browse the repository at this point in the history
  4. ArrayNode only supports LPs for now

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2b051c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. support local execute for new array node implementation

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2c6991e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. add local execute unit tests for array node

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    80f7140 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. set exeucution version in array node spec

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8faf457 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge branch 'master' into array-node

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    52bae8f View commit details
    Browse the repository at this point in the history
  2. check input types for local execute

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f0bc6dc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. remove code that is un-needed for now

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5e8cd9d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. clean up array node class

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7ff17b0 View commit details
    Browse the repository at this point in the history
  2. improve naming

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    91a6438 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. clean up

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d5b32d2 View commit details
    Browse the repository at this point in the history
  2. utilize enum execution mode to set array node execution path

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ced84ba View commit details
    Browse the repository at this point in the history
  3. default execution mode to FULL_STATE for new array node class

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    45cc9ac View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. support min_successes for new array node

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d14f97e View commit details
    Browse the repository at this point in the history
  2. add map task wrapper unit test

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7315ab5 View commit details
    Browse the repository at this point in the history
  3. set min successes for array node map task wrapper

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e56e57c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into array-node

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f12c7cc View commit details
    Browse the repository at this point in the history
  5. update docstrings

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c3f6fe7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Install flyteidl from master in plugins tests

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8ae1ae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge remote-tracking branch 'origin/install-latest-flyteidl-in-flyte…

    …plugins-CI' into array-node
    
    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7fef6d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into array-node

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    34210cf View commit details
    Browse the repository at this point in the history
  3. lint

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    21d286a View commit details
    Browse the repository at this point in the history
  4. clean up min success/ratio setting

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5b7fbcc View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c59c427 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. make array node class callable

    Signed-off-by: Paul Dittamo <[email protected]>
    pvditt committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8340c08 View commit details
    Browse the repository at this point in the history