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

Raw Container Task Local Execution #2258

Merged
merged 32 commits into from
Apr 17, 2024
Merged

Commits on Apr 9, 2024

  1. init

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1bb74f6 View commit details
    Browse the repository at this point in the history
  2. v1

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b860037 View commit details
    Browse the repository at this point in the history
  3. argurments bug fixed and add log when pulling image

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3864b68 View commit details
    Browse the repository at this point in the history
  4. change v to k and handle boolean special case

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f982402 View commit details
    Browse the repository at this point in the history
  5. support blob type and datetime

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ab05253 View commit details
    Browse the repository at this point in the history
  6. add unit tests

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5817838 View commit details
    Browse the repository at this point in the history
  7. add exception

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6c2f0b1 View commit details
    Browse the repository at this point in the history
  8. nit

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c9d1899 View commit details
    Browse the repository at this point in the history
  9. fix test

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    09ce020 View commit details
    Browse the repository at this point in the history
  10. update for flytefile and flytedirectory

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d6482d6 View commit details
    Browse the repository at this point in the history
  11. support both file paths and template inputs

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    19bb116 View commit details
    Browse the repository at this point in the history
  12. pytest use sys platform to handle macos and windows case and support …

    …regex to parse the input
    
    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c5155a5 View commit details
    Browse the repository at this point in the history
  13. support datetime.timedelta

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    99f8e07 View commit details
    Browse the repository at this point in the history
  14. lint

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c16fdbd View commit details
    Browse the repository at this point in the history
  15. add tests and change boolean logic

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    350f934 View commit details
    Browse the repository at this point in the history
  16. support

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    963c0c2 View commit details
    Browse the repository at this point in the history
  17. change annotations

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    21e3057 View commit details
    Browse the repository at this point in the history
  18. add flytefile and flytedir tests

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    32546b4 View commit details
    Browse the repository at this point in the history
  19. lint

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8f62c18 View commit details
    Browse the repository at this point in the history
  20. add more tests

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    87f8d38 View commit details
    Browse the repository at this point in the history
  21. lint

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    902e67a View commit details
    Browse the repository at this point in the history
  22. change image name

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    20fb365 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update pingsu's advice

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Co-authored-by: Kevin Su <pingsutw@gmail.com>
    Future-Outlier and pingsutw committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9e77cfb View commit details
    Browse the repository at this point in the history
  2. add docker in dev-requirement

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0d2739d View commit details
    Browse the repository at this point in the history
  3. refactor execution

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a9b0e1e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. use render pattern

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    78b5be1 View commit details
    Browse the repository at this point in the history
  2. add back container task object in test

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    732bfe1 View commit details
    Browse the repository at this point in the history
  3. refactor output in container task execution

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cef801d View commit details
    Browse the repository at this point in the history
  4. update pingsu's render input advice

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bbb59e8 View commit details
    Browse the repository at this point in the history
  5. update tests

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    79f73c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. add LiteralMap TypeHints

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    37f8263 View commit details
    Browse the repository at this point in the history
  2. update dev-req

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b068357 View commit details
    Browse the repository at this point in the history