arvados.git
7 years agoFix dev build of arvados/jobs image to avoid installing versions of
Peter Amstutz [Fri, 16 Dec 2016 21:58:19 +0000 (16:58 -0500)]
Fix dev build of arvados/jobs image to avoid installing versions of
pyasn1-modules incompatible with pyasn1.  no issue #

7 years agoFix crunch_script.py to pass name arg, refs #10681
Peter Amstutz [Mon, 19 Dec 2016 14:25:34 +0000 (09:25 -0500)]
Fix crunch_script.py to pass name arg, refs #10681

7 years agoMerge branch '10383-arv-put-incremental-upload'
Lucas Di Pentima [Fri, 16 Dec 2016 22:45:59 +0000 (19:45 -0300)]
Merge branch '10383-arv-put-incremental-upload'
Refs #10383

7 years ago10383: Merge branch 'master' into 10383-arv-put-incremental-upload
Lucas Di Pentima [Fri, 16 Dec 2016 22:15:37 +0000 (19:15 -0300)]
10383: Merge branch 'master' into 10383-arv-put-incremental-upload

7 years ago10383: Fix for making arv-keep-get tests pass.
Lucas Di Pentima [Fri, 16 Dec 2016 21:54:18 +0000 (18:54 -0300)]
10383: Fix for making arv-keep-get tests pass.

7 years agoMerge branch '10684-crunch-run-ca-certs' closes #10684
Peter Amstutz [Fri, 16 Dec 2016 19:55:54 +0000 (14:55 -0500)]
Merge branch '10684-crunch-run-ca-certs' closes #10684

7 years agoFix CWL tests refs #10576
Peter Amstutz [Fri, 16 Dec 2016 19:39:50 +0000 (14:39 -0500)]
Fix CWL tests refs #10576

7 years ago10684: Don't overwrite default certs search path unless -ca-certs provided.
Peter Amstutz [Fri, 16 Dec 2016 18:38:02 +0000 (13:38 -0500)]
10684: Don't overwrite default certs search path unless -ca-certs provided.

7 years ago10684: Add -ca-certs option
Peter Amstutz [Fri, 16 Dec 2016 17:21:06 +0000 (12:21 -0500)]
10684: Add -ca-certs option

7 years ago10383: Error out when using --name and --update-collection together.
Lucas Di Pentima [Fri, 16 Dec 2016 16:19:37 +0000 (13:19 -0300)]
10383: Error out when using --name and --update-collection together.

7 years ago10684: Refactor into MakeTLSConfig(). Only look for
Peter Amstutz [Fri, 16 Dec 2016 16:09:41 +0000 (11:09 -0500)]
10684: Refactor into MakeTLSConfig().  Only look for
/etc/arvados/ca-certificates.crt and then fall back onto system certs.  Skip
looking for arvados-specific certs if insecure is true.

7 years ago10383: Merge branch 'master' into 10383-arv-put-incremental-upload
Lucas Di Pentima [Thu, 15 Dec 2016 22:04:07 +0000 (19:04 -0300)]
10383: Merge branch 'master' into 10383-arv-put-incremental-upload

7 years ago10684: Only bind mount certificate when API access is indicated.
Peter Amstutz [Thu, 15 Dec 2016 21:39:23 +0000 (16:39 -0500)]
10684: Only bind mount certificate when API access is indicated.

7 years agoMerge branch '10690-config-dump' refs #10690
Tom Clegg [Thu, 15 Dec 2016 21:26:05 +0000 (16:26 -0500)]
Merge branch '10690-config-dump' refs #10690

7 years agoMerge branch '8460-websocket-go' refs #8460
Tom Clegg [Thu, 15 Dec 2016 21:25:50 +0000 (16:25 -0500)]
Merge branch '8460-websocket-go' refs #8460

7 years ago10690: Add "rake config:dump" task to Workbench and API server.
Tom Clegg [Thu, 15 Dec 2016 20:00:40 +0000 (15:00 -0500)]
10690: Add "rake config:dump" task to Workbench and API server.

7 years agoWe should not hardcode dependencies in our packages for secondary
Ward Vandewege [Thu, 15 Dec 2016 19:52:05 +0000 (14:52 -0500)]
We should not hardcode dependencies in our packages for secondary
dependencies of our dependencies. If you catch my drift.

pyasn1-modules is a dependency of oauth2client which is a dependency of
google-api-python-client. Which is a dependency of
arvados-python-client.

Pinning a dependency on pyasn1-modules=0.0.5 in arvados-python-client
does not make sense. It also does not appear to be necessary at all. And
it currently breaks the CentOS7 package build.

refs #10713

Revert "8654: Pin pyasn1_modules to version that is compatible with pyasn1==0.1.7."

This reverts commit 436105d3e249ad8dc55fb618d0d2c0d8ed29b395.

7 years ago8460: Merge branch 'master' into 8460-websocket-go
Tom Clegg [Thu, 15 Dec 2016 19:47:52 +0000 (14:47 -0500)]
8460: Merge branch 'master' into 8460-websocket-go

7 years ago10684: crunch-run adds /etc/arvados/ca-certificates.crt to binds, updated tests.
Peter Amstutz [Thu, 15 Dec 2016 19:40:58 +0000 (14:40 -0500)]
10684: crunch-run adds /etc/arvados/ca-certificates.crt to binds, updated tests.

7 years agoTidy up queue usage. No issue #
Tom Clegg [Thu, 15 Dec 2016 19:36:56 +0000 (14:36 -0500)]
Tidy up queue usage. No issue #

7 years ago10684: Add Arvados-specific search path to Go SDK TLSClientConfig.
Peter Amstutz [Thu, 15 Dec 2016 18:51:56 +0000 (13:51 -0500)]
10684: Add Arvados-specific search path to Go SDK TLSClientConfig.

7 years ago10383: Remove files from local_collection which don't exist locally, so that the...
Lucas Di Pentima [Thu, 15 Dec 2016 17:57:48 +0000 (14:57 -0300)]
10383: Remove files from local_collection which don't exist locally, so that the bytes_written count is accurate.

7 years ago10684: Add Arvados-specific search path to Python SDK arvados.util.ca_certs_path.
Peter Amstutz [Thu, 15 Dec 2016 17:33:30 +0000 (12:33 -0500)]
10684: Add Arvados-specific search path to Python SDK arvados.util.ca_certs_path.

7 years ago8460: Tolerate None where dicts are expected in events.
Tom Clegg [Thu, 15 Dec 2016 17:16:22 +0000 (12:16 -0500)]
8460: Tolerate None where dicts are expected in events.

7 years ago8460: Rearrange erb so it is also syntactically valid YAML.
Tom Clegg [Thu, 15 Dec 2016 17:12:47 +0000 (12:12 -0500)]
8460: Rearrange erb so it is also syntactically valid YAML.

7 years agoBump schema-salad version to fix rdflib-jsonld dependency. refs #10576
Peter Amstutz [Thu, 15 Dec 2016 16:36:23 +0000 (11:36 -0500)]
Bump schema-salad version to fix rdflib-jsonld dependency. refs #10576

7 years ago8460: Use new ws server for integration tests only if ARVADOS_TEST_EXPERIMENTAL_WS...
Tom Clegg [Thu, 15 Dec 2016 16:29:50 +0000 (11:29 -0500)]
8460: Use new ws server for integration tests only if ARVADOS_TEST_EXPERIMENTAL_WS is set.

7 years ago8460: Move context-aware-logger code to ctxlog pkg.
Tom Clegg [Thu, 15 Dec 2016 16:08:37 +0000 (11:08 -0500)]
8460: Move context-aware-logger code to ctxlog pkg.

7 years ago8460: Add some docs/comments.
Tom Clegg [Thu, 15 Dec 2016 15:40:43 +0000 (10:40 -0500)]
8460: Add some docs/comments.

7 years ago10383: args.dry_run wasn't being passed to ArvPutUploadJob class. Also avoid output...
Lucas Di Pentima [Wed, 14 Dec 2016 17:25:15 +0000 (14:25 -0300)]
10383: args.dry_run wasn't being passed to ArvPutUploadJob class. Also avoid output messages when in dry-run mode.

7 years agoBump libcloud for ex_get_license() bugfix. refs #10686
Peter Amstutz [Wed, 14 Dec 2016 17:01:57 +0000 (12:01 -0500)]
Bump libcloud for ex_get_license() bugfix. refs #10686

7 years agoMerge branch '10576-cwl-keep-fetcher' closes #10576
Peter Amstutz [Wed, 14 Dec 2016 15:01:50 +0000 (10:01 -0500)]
Merge branch '10576-cwl-keep-fetcher' closes #10576

7 years ago10576: Tweak Docker docs and add pipeline deprecation notice.
Peter Amstutz [Tue, 13 Dec 2016 21:40:48 +0000 (16:40 -0500)]
10576: Tweak Docker docs and add pipeline deprecation notice.

7 years ago10576: Fix formatting in cwl-run-options. Fix dangling refs tutorial-pipeline-workbe...
Peter Amstutz [Tue, 13 Dec 2016 21:31:58 +0000 (16:31 -0500)]
10576: Fix formatting in cwl-run-options.  Fix dangling refs tutorial-pipeline-workbench.html

7 years agoMerge branch 'master' into 10576-cwl-keep-fetcher
Peter Amstutz [Tue, 13 Dec 2016 20:51:24 +0000 (15:51 -0500)]
Merge branch 'master' into 10576-cwl-keep-fetcher

Conflicts:
sdk/cwl/setup.py

7 years ago10576: Add ability to run pipeline templates containing CWL from command line.
Peter Amstutz [Tue, 13 Dec 2016 20:46:40 +0000 (15:46 -0500)]
10576: Add ability to run pipeline templates containing CWL from command line.
Split out command line documentation from running CWL tutorial.

7 years agorefs #10028
radhika [Tue, 13 Dec 2016 20:00:14 +0000 (15:00 -0500)]
refs #10028
Merge branch '10028-functional-full-text-search-indexes'

7 years agorefs #10241
radhika [Tue, 13 Dec 2016 19:46:54 +0000 (14:46 -0500)]
refs #10241
Merge branch '10241-container-diagnostics-test'

7 years agoMerge branch '10383-arv-put-incremental-upload'
Lucas Di Pentima [Fri, 16 Dec 2016 17:46:49 +0000 (14:46 -0300)]
Merge branch '10383-arv-put-incremental-upload'
Closes #10383

7 years ago10241: add a diagnostics test to run a process using a workflow.
radhika [Tue, 6 Dec 2016 18:57:04 +0000 (13:57 -0500)]
10241: add a diagnostics test to run a process using a workflow.

7 years ago10028: upgrade full text search indexes to not include leading space.
radhika [Tue, 13 Dec 2016 19:05:15 +0000 (14:05 -0500)]
10028: upgrade full text search indexes to not include leading space.

7 years ago10576: Add retries to arvcontainer. Add command line options to documentation.
Peter Amstutz [Tue, 13 Dec 2016 19:04:14 +0000 (14:04 -0500)]
10576: Add retries to arvcontainer.  Add command line options to documentation.

7 years ago8460: Fix deadlock at shutdown by closing event stream before unmounting.
Tom Clegg [Tue, 13 Dec 2016 17:46:02 +0000 (12:46 -0500)]
8460: Fix deadlock at shutdown by closing event stream before unmounting.

If llfuse shuts down while a thread is in a "with
llfuse.lock_released" block, the llfuse lock cannot be reacquired, so
the "with" block waits forever instead of exiting. The event listener
thread lands in this state easily because handling a "collection
updated" event makes network requests in a lock_released block.

This deadlock bug started occurring frequently in
tests.test_token_expiry.TokenExpiryTest when using arvados-ws.

7 years agocloses #10677
radhika [Tue, 13 Dec 2016 17:12:58 +0000 (12:12 -0500)]
closes #10677
Merge branch '10677-container-request-rerun'

7 years ago10677: Add a Re-run button to container_request#show page.
radhika [Tue, 13 Dec 2016 15:44:16 +0000 (10:44 -0500)]
10677: Add a Re-run button to container_request#show page.

7 years ago10576: Integrate CWL extensions page, reorganize running and developing docs.
Peter Amstutz [Tue, 13 Dec 2016 15:33:18 +0000 (10:33 -0500)]
10576: Integrate CWL extensions page, reorganize running and developing docs.

7 years ago10383: Fixed misuse of logger.error()
Lucas Di Pentima [Tue, 13 Dec 2016 15:11:06 +0000 (12:11 -0300)]
10383: Fixed misuse of logger.error()

7 years ago10383: Added --dry-run argument so that arv-put can be used inside a script to check...
Lucas Di Pentima [Mon, 12 Dec 2016 22:32:10 +0000 (19:32 -0300)]
10383: Added --dry-run argument so that arv-put can be used inside a script to check if there is a pending file upload.

7 years ago10576: Add CWL extensions page.
Peter Amstutz [Mon, 12 Dec 2016 22:02:32 +0000 (17:02 -0500)]
10576: Add CWL extensions page.

7 years agoNodemanager also logs libcloud package version, refs #10587
Peter Amstutz [Mon, 12 Dec 2016 17:46:45 +0000 (12:46 -0500)]
Nodemanager also logs libcloud package version, refs #10587

7 years agoMerge branch '10587-node-manager-report-version' refs #10587
Peter Amstutz [Mon, 12 Dec 2016 16:29:30 +0000 (11:29 -0500)]
Merge branch '10587-node-manager-report-version' refs #10587

7 years ago10587: Print arvados-node-manager package version on startup.
Peter Amstutz [Mon, 12 Dec 2016 16:09:49 +0000 (11:09 -0500)]
10587: Print arvados-node-manager package version on startup.

7 years ago10383: Added logger calls for all error/warning/info messages that were printed direc...
Lucas Di Pentima [Mon, 12 Dec 2016 12:54:25 +0000 (09:54 -0300)]
10383: Added logger calls for all error/warning/info messages that were printed directly to stderr.

7 years ago8460: Add event_at and props.{new,old}.{pdh,owner} to websocket v0. Fix fuse crash...
Tom Clegg [Sun, 11 Dec 2016 08:15:54 +0000 (03:15 -0500)]
8460: Add event_at and props.{new,old}.{pdh,owner} to websocket v0. Fix fuse crash when event_at or props.*.* is missing.

7 years ago8460: Add object_kind field.
Tom Clegg [Sun, 11 Dec 2016 06:41:28 +0000 (01:41 -0500)]
8460: Add object_kind field.

7 years ago8460: Merge branch 'master' into 8460-websocket-go
Tom Clegg [Sun, 11 Dec 2016 05:59:55 +0000 (00:59 -0500)]
8460: Merge branch 'master' into 8460-websocket-go

7 years ago8460: Fix copy-paste errors; use html entity instead of literal utf8 bullet.
Tom Clegg [Sun, 11 Dec 2016 05:59:24 +0000 (00:59 -0500)]
8460: Fix copy-paste errors; use html entity instead of literal utf8 bullet.

7 years ago10383: Start cache file from scratch when using --no-resume
Lucas Di Pentima [Fri, 9 Dec 2016 23:04:44 +0000 (20:04 -0300)]
10383: Start cache file from scratch when using --no-resume

7 years ago10383: Merge branch 'master' into 10383-arv-put-incremental-upload
Lucas Di Pentima [Fri, 9 Dec 2016 22:30:02 +0000 (19:30 -0300)]
10383: Merge branch 'master' into 10383-arv-put-incremental-upload

7 years ago10383: Added 2 tests to check that no resuming take place when using either --no...
Lucas Di Pentima [Fri, 9 Dec 2016 22:27:19 +0000 (19:27 -0300)]
10383: Added 2 tests to check that no resuming take place when using either --no-resume or --no-cache.

7 years ago10383: Exception usage correction
Lucas Di Pentima [Fri, 9 Dec 2016 22:26:51 +0000 (19:26 -0300)]
10383: Exception usage correction

7 years agoMerge branch '10276-remove-data-manager' closes #10276
Tom Clegg [Fri, 9 Dec 2016 22:11:16 +0000 (17:11 -0500)]
Merge branch '10276-remove-data-manager' closes #10276

7 years ago10576: CWL tutorial documentation refactor WIP.
Peter Amstutz [Fri, 9 Dec 2016 21:37:16 +0000 (16:37 -0500)]
10576: CWL tutorial documentation refactor WIP.

7 years ago10383: Refactored the file upload decision code so that it first skims through
Lucas Di Pentima [Fri, 9 Dec 2016 21:36:29 +0000 (18:36 -0300)]
10383: Refactored the file upload decision code so that it first skims through
the entire list, instead of deciding one a file by file basis. This allows to
pre-calculate how many bytes are going to be skipped when resuming, and that
allows for a precise way of showing the upload progress report.
Also updated affected tests so they pass with this new way of counting bytes.

7 years ago10276: Remove data manager (superseded by keep-balance).
Tom Clegg [Fri, 14 Oct 2016 15:04:23 +0000 (11:04 -0400)]
10276: Remove data manager (superseded by keep-balance).

7 years ago10576: Set name default to name of workflow when running single command line
Peter Amstutz [Fri, 9 Dec 2016 20:55:35 +0000 (15:55 -0500)]
10576: Set name default to name of workflow when running single command line
tools from workflow records.

7 years agoMerge branch 'master' into 10576-cwl-keep-fetcher
Peter Amstutz [Fri, 9 Dec 2016 19:20:28 +0000 (14:20 -0500)]
Merge branch 'master' into 10576-cwl-keep-fetcher

Conflicts:
sdk/cwl/arvados_cwl/runner.py
sdk/cwl/tests/test_submit.py

7 years ago10576: Bugfix, set self.uuid on ArvadosContainer.
Peter Amstutz [Fri, 9 Dec 2016 19:18:18 +0000 (14:18 -0500)]
10576: Bugfix, set self.uuid on ArvadosContainer.

7 years agoMerge branch '10587-python-cli-version'
Lucas Di Pentima [Fri, 9 Dec 2016 17:10:32 +0000 (14:10 -0300)]
Merge branch '10587-python-cli-version'
Closes #10587

7 years ago10576: Set template_uuid when creating container request from workflow. Set
Peter Amstutz [Fri, 9 Dec 2016 17:01:52 +0000 (12:01 -0500)]
10576: Set template_uuid when creating container request from workflow.  Set
default container request name from workflow name.

7 years agoMerge branch '10674-wb-workflow-defaults' closes #10674
Peter Amstutz [Fri, 9 Dec 2016 15:59:17 +0000 (10:59 -0500)]
Merge branch '10674-wb-workflow-defaults' closes #10674

7 years ago10674: Add test checking that "Run" button is disabled because required inputs
Peter Amstutz [Fri, 9 Dec 2016 15:58:54 +0000 (10:58 -0500)]
10674: Add test checking that "Run" button is disabled because required inputs
have not been filled in.

7 years ago10585: Merge branch 'master' into 10587-python-cli-version
Lucas Di Pentima [Fri, 9 Dec 2016 15:58:41 +0000 (12:58 -0300)]
10585: Merge branch 'master' into 10587-python-cli-version

7 years ago10674: Extend pipeline/workflow creation test to check that parameter with default...
Peter Amstutz [Fri, 9 Dec 2016 15:16:27 +0000 (10:16 -0500)]
10674: Extend pipeline/workflow creation test to check that parameter with default value is filled in.

7 years ago10383: Check for expired tokens when getting already uploaded files.
Lucas Di Pentima [Thu, 8 Dec 2016 20:56:44 +0000 (17:56 -0300)]
10383: Check for expired tokens when getting already uploaded files.

7 years agoMerge branch '10681-cwl-wf-name-flag' closes #10681
Peter Amstutz [Thu, 8 Dec 2016 19:09:17 +0000 (14:09 -0500)]
Merge branch '10681-cwl-wf-name-flag' closes #10681

7 years ago10681: Add tests for workflow and template update. Refactor slightly to reduce repet...
Peter Amstutz [Thu, 8 Dec 2016 19:08:42 +0000 (14:08 -0500)]
10681: Add tests for workflow and template update.  Refactor slightly to reduce repetition.

7 years agoMerge branch '10467-client-disconnect' refs #10467
Tom Clegg [Thu, 8 Dec 2016 16:43:42 +0000 (11:43 -0500)]
Merge branch '10467-client-disconnect' refs #10467

7 years ago10383: Changed the time between updates from 1 to 20 secs
Lucas Di Pentima [Thu, 8 Dec 2016 16:27:20 +0000 (13:27 -0300)]
10383: Changed the time between updates from 1 to 20 secs

7 years ago10383: Removed deprecated --max-manifest-depth argument from the help message and...
Lucas Di Pentima [Thu, 8 Dec 2016 16:25:06 +0000 (13:25 -0300)]
10383: Removed deprecated --max-manifest-depth argument from the help message and ignore its value in make_path.

7 years ago10681: Apply --name flag to creating and updating workflows and pipeline templates.
Peter Amstutz [Thu, 8 Dec 2016 16:15:02 +0000 (11:15 -0500)]
10681: Apply --name flag to creating and updating workflows and pipeline templates.

7 years agoMerge branch '10686-gce-list-image-project' refs #10686
Peter Amstutz [Thu, 8 Dec 2016 15:33:10 +0000 (10:33 -0500)]
Merge branch '10686-gce-list-image-project' refs #10686

7 years ago10686: Specify explicit project when listing images to fix problem with default
Peter Amstutz [Thu, 8 Dec 2016 15:24:19 +0000 (10:24 -0500)]
10686: Specify explicit project when listing images to fix problem with default
behavior listing debian-cloud images.

7 years agoMerge branch '10681-cwl-name-flag' closes #10681
Peter Amstutz [Wed, 7 Dec 2016 21:28:14 +0000 (16:28 -0500)]
Merge branch '10681-cwl-name-flag' closes #10681

7 years agoMerge branch '10684-ssl-ro' refs #10684
Tom Clegg [Wed, 7 Dec 2016 20:58:35 +0000 (15:58 -0500)]
Merge branch '10684-ssl-ro' refs #10684

7 years ago10684: Use read-only bind mounts for certs and crunchrunner.
Tom Clegg [Wed, 7 Dec 2016 20:57:09 +0000 (15:57 -0500)]
10684: Use read-only bind mounts for certs and crunchrunner.

7 years ago10587: Added setuptools dependency to install_requires lists on arvados-cwl-runner...
Lucas Di Pentima [Wed, 7 Dec 2016 20:56:28 +0000 (17:56 -0300)]
10587: Added setuptools dependency to install_requires lists on arvados-cwl-runner, arvados-python-client, arvados-fuse and arvados-node-manager.

7 years ago10576: Fix tests for cwl.input.json part of container request record and not
Peter Amstutz [Wed, 7 Dec 2016 20:51:06 +0000 (15:51 -0500)]
10576: Fix tests for cwl.input.json part of container request record and not
placed in keep.

7 years ago10587: Added setuptools dependency to fpm package building on arvados-python-client...
Lucas Di Pentima [Wed, 7 Dec 2016 20:36:43 +0000 (17:36 -0300)]
10587: Added setuptools dependency to fpm package building on arvados-python-client, arvados-fuse & arvados-node-manager.

7 years ago10681: Add --name flag to set name on pipeline instances and container
Peter Amstutz [Wed, 7 Dec 2016 20:09:20 +0000 (15:09 -0500)]
10681: Add --name flag to set name on pipeline instances and container
requests.

7 years ago10587: Removed use of multiprocessing module on --version tests. Added a common stder...
Lucas Di Pentima [Wed, 7 Dec 2016 18:29:23 +0000 (15:29 -0300)]
10587: Removed use of multiprocessing module on --version tests. Added a common stderr/stdout redirector context manager for code reuse.

7 years agocloses #10300
radhika [Wed, 7 Dec 2016 16:54:30 +0000 (11:54 -0500)]
closes #10300
Merge branch '10300-pipeline-display-error'

7 years ago8460: Tweak logging keys, more similar to keepstore.
Tom Clegg [Wed, 7 Dec 2016 16:43:27 +0000 (11:43 -0500)]
8460: Tweak logging keys, more similar to keepstore.

7 years ago10576: Fill in cwl.input.json as a "json" mount instead of creating a new collection.
Peter Amstutz [Wed, 7 Dec 2016 16:09:52 +0000 (11:09 -0500)]
10576: Fill in cwl.input.json as a "json" mount instead of creating a new collection.

7 years agoMerge branch 'master' into 10576-cwl-keep-fetcher
Peter Amstutz [Wed, 7 Dec 2016 15:42:11 +0000 (10:42 -0500)]
Merge branch 'master' into 10576-cwl-keep-fetcher

7 years ago10674: Initialize defaults when creating container request from workflow.
Peter Amstutz [Tue, 6 Dec 2016 22:17:49 +0000 (17:17 -0500)]
10674: Initialize defaults when creating container request from workflow.

7 years ago10587: Added tests to Python commands to check for the --version argument.
Lucas Di Pentima [Tue, 6 Dec 2016 22:54:04 +0000 (19:54 -0300)]
10587: Added tests to Python commands to check for the --version argument.

7 years ago10576: Bump cwltool, schema-salad and rdflib-jsonld package versions.
Peter Amstutz [Tue, 6 Dec 2016 20:59:14 +0000 (15:59 -0500)]
10576: Bump cwltool, schema-salad and rdflib-jsonld package versions.

7 years ago10300: old pipeline display is failing due to min_nodes in runtime_constraints being...
radhika [Tue, 6 Dec 2016 20:40:49 +0000 (15:40 -0500)]
10300: old pipeline display is failing due to min_nodes in runtime_constraints being a string; convert to integer to be able to view it.

7 years ago10576: Bump cwltool and schema-salad versions.
Peter Amstutz [Tue, 6 Dec 2016 20:05:15 +0000 (15:05 -0500)]
10576: Bump cwltool and schema-salad versions.