Skip to content

Releases: common-workflow-language/cwltool

1.0.20161206195941: Propagate custom fetcher_constructor to workflow steps (#243)

06 Dec 20:02
Compare
Choose a tag to compare
* Propagate custom fetcher_constructor to workflow steps, and custom urljoin in
scandeps.

1.0.20161202203310

02 Dec 20:34
Compare
Choose a tag to compare
Make fetcher and resolver configurable. (#240)

1.0.20161128202906: Skip calling debug statements with expensive json.dumps() (#238)

28 Nov 20:30
Compare
Choose a tag to compare
* Skip calling debug statements with expensive json.dumps() unless debugging is enabled.

* Add typeshed stubs for logging with isEnabledFor() bugfix.

1.0.20161122201220

22 Nov 20:13
Compare
Choose a tag to compare
Version limit schema-salad < 2 until able to merge version that works…

1.0.20161107145355: Correctly handle file and directory literals (#218)

07 Nov 15:06
Compare
Choose a tag to compare
* Correctly handle file and directory literals produced by expression tool in
output.

* Fix sandboxjs to use "docker images" before "docker pull" so it doesn't rely on
being online to use node:slim for JS evaluation.

1.0.20161007181528: Fix revmap (#206)

07 Oct 18:16
Compare
Choose a tag to compare
* Reverse mapping output file objects correctly handles "location" fields with
container-internal file:// references.

* Ensure that "location" field is URI with scheme and delete path field after
we're done with it.

1.0.20161005195021

05 Oct 19:51
Compare
Choose a tag to compare
Bump schema-salad version for validation bugfix (#204)

1.0.20160923180109

23 Sep 18:02
Compare
Choose a tag to compare
Scandeps should not recurse on "listing" field because it is copied e…

1.0.20160922135240: Propagate "listing" in scandeps (#197)

22 Sep 13:56
Compare
Choose a tag to compare
* Propagate "listing" in scandeps

* Add test for directory listing in scandeps.

1.0.20160919152321: Scandeps only picks up file objects when "location" in urlfileds. (#194)

19 Sep 15:29
Compare
Choose a tag to compare
* Scandeps only picks up file objects when "location" in urlfileds.

* Make test for scandeps actually test something.  Also expand pack() test to
include external (non-packable) files.