Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: common-workflow-language/common-workflow-language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: common-workflow-language/common-workflow-language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codegen
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 8 files changed
  • 8 contributors

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    adfe851 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    3ea5c66 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    6091bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c195887 View commit details
    Browse the repository at this point in the history
  3. More defaults

    mr-c committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2dbf59a View commit details
    Browse the repository at this point in the history
  4. metaschema: clean up & sync

    mr-c committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b5a89e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Link fix (#948)

    smyja authored and mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    88b5e35 View commit details
    Browse the repository at this point in the history
  2. Add CodeQL workflow for GitHub code scanning (#951)

    Co-authored-by: LGTM Migrator <[email protected]>
    2 people authored and mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    218feb1 View commit details
    Browse the repository at this point in the history
  3. Update citation

    And refer to the website for more
    mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6aa106c View commit details
    Browse the repository at this point in the history
  4. remove codeql; not for this repo

    mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    832b3e4 View commit details
    Browse the repository at this point in the history
  5. Move label to id

    tom-tan authored and mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f779d00 View commit details
    Browse the repository at this point in the history
  6. Added CWLObjectType named union

    This commit introduces a `CWLObjectType` named union to represent a
    valid CWL object. Using a more precise union type instead of `Any`
    allows for a smarter parsing from SALAD auto-generated parsers.
    In particular, `CWLObjectType` is used to define the type of the
    `default` directive in CWL `InputParameter` and `WorkflowStepInput`
    fields. Plus, a `CWLInputFile` type is introduced to represent a CWL
    jobfiles as `map<string, CWLObjectType>`.
    GlassOfWhiskey authored and mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2b1601b View commit details
    Browse the repository at this point in the history
  7. Make CWLType extend original sld:Type

    GlassOfWhiskey authored and mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b23d759 View commit details
    Browse the repository at this point in the history
  8. Added noLinkCheck to format field

    CWL parsers should not follow `format` links.
    GlassOfWhiskey authored and mr-c committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b44149f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Configuration menu
    Copy the full SHA
    7d1504b View commit details
    Browse the repository at this point in the history
Loading