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

Upgrade underlying Argo SDK #38

Merged
merged 25 commits into from
Jan 9, 2022
Merged

Upgrade underlying Argo SDK #38

merged 25 commits into from
Jan 9, 2022

Commits on Jan 8, 2022

  1. Remove old lock file, introduce new Argo Python SDK dependency, reloc…

    …k project
    
    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    8014455 View commit details
    Browse the repository at this point in the history
  2. Add TODO for future PyPi argo-workflows package addition

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    cea3f1b View commit details
    Browse the repository at this point in the history
  3. Migrate artifact representation

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    d94f7e6 View commit details
    Browse the repository at this point in the history
  4. Migrate client

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    cdb2761 View commit details
    Browse the repository at this point in the history
  5. Migrate config

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ee1b260 View commit details
    Browse the repository at this point in the history
  6. Migrate empty dir volume

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ef1c3f2 View commit details
    Browse the repository at this point in the history
  7. Migrate env

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    af60bc8 View commit details
    Browse the repository at this point in the history
  8. Migrate existing volume

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    b6085ed View commit details
    Browse the repository at this point in the history
  9. Migrate volume

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    5ff196a View commit details
    Browse the repository at this point in the history
  10. Migrate cron workflow service

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ccb5da1 View commit details
    Browse the repository at this point in the history
  11. Migrate cron workflow

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    95a555f View commit details
    Browse the repository at this point in the history
  12. Run format

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    290aed6 View commit details
    Browse the repository at this point in the history
  13. Add Raises note of new SDK ApiException

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    2b8eb00 View commit details
    Browse the repository at this point in the history
  14. Adjust ordering of parameters on cron workflow service

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    1970d5d View commit details
    Browse the repository at this point in the history
  15. Migrate workflow

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    f9d56a8 View commit details
    Browse the repository at this point in the history
  16. Migrate workflows, adjust docs, add _check_return_type=False to API c…

    …alls so we avoid client-side deserialization errors for actually valid responses
    
    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    0a0fd2f View commit details
    Browse the repository at this point in the history
  17. Add _Item for parallel submitted items

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ec1e556 View commit details
    Browse the repository at this point in the history
  18. Add get_limit to Task as duration/max_duration is no longer the com…

    …bination required for retries
    
    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    1ceae2f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b46c97d View commit details
    Browse the repository at this point in the history
  20. Format, adjust imports of tests

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    49c02d4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f7005ca View commit details
    Browse the repository at this point in the history
  22. Adjust test types, checked fields and results, adjust conftest MockMo…

    …del instantiation, usages through `mock_model`, and model docs/type errors that were caught by tests
    
    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    1271dc0 View commit details
    Browse the repository at this point in the history
  23. Bump version, log change

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    b5720b2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    71ef5fb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Adjust some examples after testing, remove fv references

    Signed-off-by: flaviuvadan <[email protected]>
    flaviuvadan committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    0a0fd1f View commit details
    Browse the repository at this point in the history