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

cwl v1.3.0-dev1 native loop support #1779

Merged
merged 27 commits into from
Jul 17, 2024
Merged

cwl v1.3.0-dev1 native loop support #1779

merged 27 commits into from
Jul 17, 2024

Commits on Jul 15, 2024

  1. Added loop support

    GlassOfWhiskey authored and mr-c committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    13d65c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d63c97 View commit details
    Browse the repository at this point in the history
  3. impossible to have non-dict hints, reqs, or steps here

    schema-salad catches that before the updater runs
    mr-c committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b4fe0df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    944d348 View commit details
    Browse the repository at this point in the history
  5. Updated cwl-v1.3 files

    GlassOfWhiskey authored and mr-c committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f0e8614 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0f5c79 View commit details
    Browse the repository at this point in the history
  7. Solving mypy complaints

    GlassOfWhiskey authored and mr-c committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    32681f4 View commit details
    Browse the repository at this point in the history
  8. Fix update

    tetron authored and mr-c committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bf87c06 View commit details
    Browse the repository at this point in the history
  9. Merged cwl-v1.3 into cwltool

    Iacopo Colonnelli authored and mr-c committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ed5af6d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb4cd48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aaad653 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Added additional loop tests

    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6c2c18a View commit details
    Browse the repository at this point in the history
  2. Fix format

    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7b46ac0 View commit details
    Browse the repository at this point in the history
  3. Fix more lint issues

    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    07799f8 View commit details
    Browse the repository at this point in the history
  4. Add loop tests using 1.3.0-dev1 syntax

    Keep the cwltool:Loop tests as "loop_ext"
    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2a0ff16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a4300 View commit details
    Browse the repository at this point in the history
  6. Not compatible with pydot 3

    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    df14e8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4bd123 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    971ddec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40d3b40 View commit details
    Browse the repository at this point in the history
  10. Run format again

    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    be01ba9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    174594a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92ab633 View commit details
    Browse the repository at this point in the history
  13. Disable flake8 error about unused symbol in errors.py

    I can't mark the individual line because the formatter insists on
    reformatting the line in a way that flake8 no longer recognizes the
    annotation.
    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f5a1fce View commit details
    Browse the repository at this point in the history
  14. Lint fix

    tetron committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c450ede View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. ignore some untested lines

    mr-c committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d041ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed2518 View commit details
    Browse the repository at this point in the history