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

refresh from 1.2.1-proposed #14

Merged
merged 74 commits into from
May 16, 2024
Merged

refresh from 1.2.1-proposed #14

merged 74 commits into from
May 16, 2024

Conversation

mr-c
Copy link
Member

@mr-c mr-c commented Jun 30, 2023

  • Backport formatting fixes (#210)
  • fix typo in ResourceRequirement.coresMin description (#214)
  • fix workflow scatter typos (#215)
  • Two tests were accidently still specifying v1.0 (#217)
  • Add missing label field
  • backport labels for some conditional tests
  • Increase the timeout in the time limit test
  • Create dependabot.yml
  • Added conformance tests for File and Directory glob
  • add hyperlinks to intent definition
  • Bump rojopolis/spellcheck-github-actions from 0.23.0 to 0.29.0
  • Bump actions/setup-python from 2 to 4
  • Bump actions/checkout from 2 to 3
  • ci: use cwltest pytest plugin for better speed
  • Bump rojopolis/spellcheck-github-actions from 0.29.0 to 0.30.0
  • Fixed MacOS X compatibility for wc-tool
  • Document that ExpressionTool outputs are always valid
  • add render script
  • install cwltool when rendering
  • also lockfile
  • render: skip docker
  • render: re-use git checkout
  • official IANA media types for CWL documents
  • spelling: check YAML docs
  • Fixes #193
  • Substitute URI with IRI in docs
  • Add tests for decimal representation of very big and very small numbers
  • ci: add codespell check
  • sync metaschema
  • typos
  • Fix typo {} vs ()
  • Bump rojopolis/spellcheck-github-actions from 0.30.0 to 0.32.0
  • Bump codespell-project/actions-codespell from 1.0 to 2.0
  • Update requirements.txt
  • Update requirements.txt
  • All loadContents tests are required
  • default_with_falsey_value (Add support for markdown report #48)
  • Bump rojopolis/spellcheck-github-actions from 0.32.0 to 0.33.0 (#257)

mr-c and others added 30 commits November 9, 2022 17:09
* add missing newlines in code samples (#207)

* fix over-indented list interpreted as code + typo (#208)

Co-authored-by: Francis Charette-Migneault <[email protected]>
When using singularity on a FUSE mount, the container startup time can
exceed a 3 second timeout resulting in incorrect results.  This
PR increases the timeout in the test to 8 seconds.
Check that an error is thrown if `File` and `Directory` types are not
correctly specified.
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.23.0 to 0.29.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.23.0...0.29.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Up to CWL v1.2, type-checking never occurs for ExpressionTool output
objects in the reference implementation. Therefore, it must be
explicitly stated in the specification. The goal is then to fix this
behaviour in CWL >= v1.3.
mr-c and others added 19 commits August 21, 2023 17:17
As per CONFORMANCE_TESTS.md guidelines
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.33.1 to 0.34.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.33.1...0.34.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Peter Amstutz <[email protected]>
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.34.0...0.35.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
1.2.1 has been approved by the following members of the CWL Leadership Team: 
- Michael R. Crusoe
- Peter Amstutz
- Stian Soiland-Reyes
- Jeff Gentry
This commit bumps the `cwlVersion` field of all the conformance tests to
v1.3.0-dev1, with the exception of the `mixed-versions` ones.
@tetron tetron force-pushed the refresh_from_1.2.1-proposed branch from 54214e0 to c41f5e3 Compare May 16, 2024 11:27
mr-c and others added 3 commits May 16, 2024 07:31
This commit is motivated by the fact that the `linkMerge` and `pickValue`
fields were repeated in the `Sink` and `WorkflowOutputParameter` types.

To remove this repetition, these two fields have been isolated in a new
type called `Sink`. The previous `Sink` type, which is now named `InputSink`
extends `Sink` with the `source` field, while a new `OutputSink` type extends
`Sink` with the `outputSource` field.

The `WorkflowInputParameter` type extends the `InputSink`, while the
`WorkflowOutputParameter` type inherits from `OutputSink`. Note that
this separation will be useful also for future extensions. For example,
the proposed `loop` feature will build upon the `OutputSink` type to map
the step outputs into the inputs of the next iteration.
@tetron tetron force-pushed the refresh_from_1.2.1-proposed branch from c41f5e3 to 4cf7e7a Compare May 16, 2024 11:36
@mr-c mr-c merged commit 21f93fa into main May 16, 2024
5 checks passed
@mr-c mr-c deleted the refresh_from_1.2.1-proposed branch May 17, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants