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 Model, Encoding & Decoding #421

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open

CWL Model, Encoding & Decoding #421

wants to merge 46 commits into from

Commits on Oct 14, 2024

  1. Add cwl model

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a814349 View commit details
    Browse the repository at this point in the history
  2. Add cwl decode functions

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b0ff7aa View commit details
    Browse the repository at this point in the history
  3. Add testing project

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    093b71d View commit details
    Browse the repository at this point in the history
  4. fix references in decode

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d4d44a0 View commit details
    Browse the repository at this point in the history
  5. fix cwl type naming

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cd0078f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee84815 View commit details
    Browse the repository at this point in the history
  7. fix test fsproj

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a7aecf0 View commit details
    Browse the repository at this point in the history
  8. add test strings

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fe79944 View commit details
    Browse the repository at this point in the history
  9. Add cwl test

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    62ef339 View commit details
    Browse the repository at this point in the history
  10. fix optional fields

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9bf5b30 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef9c09e View commit details
    Browse the repository at this point in the history
  12. reorganize tests

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8af4fa6 View commit details
    Browse the repository at this point in the history
  13. dix dockerFile requirement

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6e3b032 View commit details
    Browse the repository at this point in the history
  14. fix EnvVarRequirement

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    58b6fe9 View commit details
    Browse the repository at this point in the history
  15. fix SchemaDefRequirement

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    79052ec View commit details
    Browse the repository at this point in the history
  16. fix SoftwareRequirements

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f77652c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    015abb2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80224f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2fd65c1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ca6bf0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d493ecb View commit details
    Browse the repository at this point in the history
  22. add workflow steps

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e5c2a00 View commit details
    Browse the repository at this point in the history
  23. add workflow description type

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    42fcb79 View commit details
    Browse the repository at this point in the history
  24. add steps decoding

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    01a3046 View commit details
    Browse the repository at this point in the history
  25. fix direct map decode

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    233e4c5 View commit details
    Browse the repository at this point in the history
  26. add WorkflowSteps tests

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7ed70ad View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ac9aa23 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    796fc96 View commit details
    Browse the repository at this point in the history
  29. add overflow decoder

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    42b2105 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    86b87d6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    05e89b7 View commit details
    Browse the repository at this point in the history
  32. update fsproj

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    62a2831 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    af6443e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8c35e1b View commit details
    Browse the repository at this point in the history
  35. add failcase to requirements

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    43a9be6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a05301e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6fb2871 View commit details
    Browse the repository at this point in the history
  38. trim strings for python

    caroott committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    78e09de View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. update yamlicious version

    caroott committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1fd8fb8 View commit details
    Browse the repository at this point in the history
  2. add workflow decoding

    caroott committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b80f6aa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into CWL

    caroott authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1b301c3 View commit details
    Browse the repository at this point in the history
  4. add cwl to all test list

    caroott committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    39a13b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. rename types and tests

    caroott committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ee737c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. add attachmembers attribute

    caroott committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    95f2763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    741d07e View commit details
    Browse the repository at this point in the history
  3. add optional field to inputs

    caroott committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7c60965 View commit details
    Browse the repository at this point in the history