Merge branch '14885-ciso-and-conda-packaging-pr'
[arvados.git] / sdk / cwl /
2019-03-01 Eric BiagiottiMerge branch '14885-ciso-and-conda-packaging-pr'
2019-03-01 Peter AmstutzMerge branch '14844-cdc-azure-fixes' closes #14844
2019-03-01 Ward Vandewege14819: Merge branch 'master' into 14819-arvados-jobs...
2019-02-28 Eric BiagiottiMerge branch '9865-cwl-fix-ignored-exceptions'
2019-02-28 Eric Biagiotti9865: Removes trailing whitespace
2019-02-28 Eric Biagiotti14885: Adds python2 conditional pytz import
2019-02-28 Eric Biagiotti14885: Removes as_naive datetime parsing distinction
2019-02-27 Eric BiagiottiMerge branch 'master' into 14885-ciso-and-conda-packagi...
2019-02-27 Eric Biagiotti14885: Updates sdk/cwl and services/fuse ciso8601 depen...
2019-02-27 Tom MorrisMerge branch '14383-java-sdk-double-slash'. Fixes ...
2019-02-26 Eric Biagiotti9865: Adds stack trace to API server state check exception
2019-02-22 Eric Biagiotti9865: Executor exception improvement
2019-02-22 Eric Biagiotti9865: Removes handling of exceptions derived from BaseE...
2019-02-22 Eric Biagiotti9865: Simplifies ACR exception handling
2019-02-21 Tom CleggMerge branch '14807-dispatch-cloud-fixes'
2019-02-21 Eric BiagiottiMerge branch '14853-chapmanb-subprocess-merge'
2019-02-15 Eric Biagiotti14853: Adds os.name check for subprocess conditional...
2019-02-15 chapmanbPython 3: only import subprocess32 on py27
2019-02-14 Eric BiagiottiMerge branch '14745-azure-cloud-driver-fixups'
2019-02-11 Peter AmstutzMerge branch '14826-cert-path' refs #14826
2019-02-11 Peter AmstutzMerge branch '14725-wes' refs #14725
2019-02-11 Peter Amstutz14725: Fix tests.
2019-02-11 Peter Amstutz14725: Don't give a cluster_id when updating container...
2019-02-06 Eric BiagiottiMerge branch '13306-arvados-cwl-runner-py3-support'
2019-02-06 Tom Clegg14325: Merge branch 'master'
2019-02-06 Eric BiagiottiMerge branch 'master' into 13306-arvados-cwl-runner...
2019-02-06 Eric Biagiotti13306: Removing unneeded import statements
2019-02-05 Ward VandewegeMake the python-arvados-cwl-runner package expose the...
2019-02-05 Eric BiagiottiMerge branch '13306-arvados-cwl-runner-py3-support'
2019-02-05 Eric Biagiotti13306: Adds declaration of py2/3 support to arvados...
2019-02-05 Eric Biagiotti13306: fixes test_with_arvados.sh pip executable with...
2019-02-04 Peter Amstutz13306: fix crunchv1 bug
2019-02-04 Peter Amstutz13306: test_with_arvbox can select api
2019-02-04 Peter Amstutz13306: select between "conformance" and "integration...
2019-02-04 Peter Amstutz13306: test_with_arvbox.sh can test either python2...
2019-02-04 Ward VandewegeMerge branch '9945-make-python-package-dependency-free'
2019-02-04 Ward Vandewege9945: Merge branch 'master' into 9945-make-python-packa...
2019-02-01 Eric Biagiotti13306: Improved py2/3 str compatibility
2019-02-01 Eric Biagiotti13306: Additional dict item iteration improvements
2019-02-01 Ward Vandewege9945: Merge branch 'master' into 9945-make-python-packa...
2019-01-31 Peter Amstutz13306: Fix 12213-keepref test
2019-01-31 Eric Biagiotti13306: Fixes futurize mistakes regarding PathMapper...
2019-01-28 Ward Vandewege9945: address a bunch of review comments.
2019-01-28 Eric BiagiottiMerge branch 'master' into 13306-arvados-cwl-runner...
2019-01-24 Eric Biagiotti13306: Unicode fixes for the conformance tests
2019-01-22 Ward Vandewege9945: use virtualenv for our python packages
2019-01-18 Eric Biagiotti13306: Removing old_div to simplify division operations
2019-01-17 Eric Biagiotti13306: Removing list wrapping added by futurize to...
2019-01-17 Eric Biagiotti13306: Updating dict items as lists to improve py2...
2019-01-17 Eric Biagiotti13306: Fixing previous commit to use viewvalues instead...
2019-01-17 Eric Biagiotti13306: Updating dict values as a list to improve py2...
2019-01-17 Eric Biagiotti13306: Updating dict keys as a list to ensure py2/3...
2019-01-17 Eric Biagiotti13306: Updating dict value iteration to be more efficie...
2019-01-17 Eric Biagiotti13306: Adds test for when get_current_container results...
2019-01-17 Eric Biagiotti13306: Removes a log handler added during a test, break...
2019-01-17 Eric Biagiotti13306: Prevents multiple RunTimeStatusLoggingHandlers...
2019-01-16 Eric Biagiotti13306: Removing unneeded try/except statements in the...
2019-01-15 Eric Biagiotti13306: Updating get_current_container to raise when...
2019-01-15 Eric Biagiotti13306: Updating depreciated assertEquals
2019-01-15 Eric Biagiotti13306: Updating depreciated warn function
2019-01-15 Eric Biagiotti13306: Updates ArvCwlExecutor to properly convert objec...
2019-01-15 Eric Biagiotti13306: Adding py2/3 unicode support to the test_job...
2019-01-14 Eric Biagiotti13306: test_submit additional fixes for py2 unicode...
2019-01-14 Lucas Di PentimaMerge branch 'master' into 14539-pysdk-empty-dir
2019-01-11 Eric Biagiotti13306: test_submit fixes for py2 unicode support
2019-01-11 Eric Biagiotti13306: Adding py2 and py3 compatible byte objects for...
2019-01-11 Eric Biagiotti13306: Updated use of built in 'sorted' and a test_util...
2019-01-11 Eric Biagiotti13306: Added py2 and 3 compatible 'next' for test_job...
2019-01-10 Eric Biagiotti13306: Fixed test_submit.TestCreateTemplate encoding
2019-01-10 Eric Biagiotti13306: Fix for test_job.TestJob.test_done and test_done...
2019-01-10 Eric Biagiotti13306: Fix for sdk/cwl tests.test_job.TestJob.test_run
2019-01-10 Eric Biagiotti13306: Fixed formatting for newly introduced imports
2019-01-10 Eric Biagiotti13306: Changes to arvados-cwl-runner code after running...
2019-01-08 Peter AmstutzMerge branch '14660-arvbox-workbench2' refs #14660
2019-01-07 ebiagiotti13306: Changes to arvados-cwl-runner code after running...
2018-12-20 Tom Clegg14360: Merge branch 'master' into 14360-dispatch-cloud
2018-12-18 Peter AmstutzMerge branch '14327-cwl-unnecessary-collections' refs...
2018-12-18 Peter Amstutz14327: Add comments
2018-12-18 Lucas Di PentimaMerge branch '14640-api-wb-activejob-upgrade'
2018-12-18 Peter AmstutzFix test_with_arvbox.sh to use https://versions.arvados...
2018-12-18 Tom CleggMerge branch 'master' into 14360-dispatch-cloud
2018-12-17 Peter Amstutz14327: Don't create new collection if source has expect...
2018-12-17 Peter AmstutzUpdate cwltool refs #14510
2018-12-17 Tom Clegg11419: Read JSON files in binary mode.
2018-12-13 Lucas Di PentimaMerge branch '14012-arvput-check-cache'
2018-12-13 Peter AmstutzMerge branch '14495-crunch-docker-space' refs #14495
2018-12-10 Tom CleggMerge branch '11419-text-mode'
2018-12-10 Peter AmstutzMerge branch '14594-update-cwltool' refs #14594
2018-12-10 Peter Amstutz14594: Update to latest cwltool
2018-12-10 Tom Clegg14538: Merge branch 'master' into 14538-async-write
2018-12-10 Tom Clegg11419: Merge branch 'master' into 11419-text-mode
2018-12-10 Tom Clegg14360: Merge branch 'master' into 14360-dispatch-cloud
2018-12-10 Peter AmstutzMerge branch '14476-cwl-missing-input' refs #14476
2018-12-10 Peter Amstutz14476: Remove redundant falsey check
2018-12-07 Peter Amstutz14476: Add test that submitting with missing parameters...
2018-12-07 Peter Amstutz14476: Fix RunnerTemplate
2018-12-07 Peter Amstutz14476: When creating a Runner, check input is valid...
2018-12-07 Peter AmstutzMerge branch '14593-acr-crunch1' refs #14593
2018-12-07 Tom Clegg14360: Merge branch 'master' into 14360-dispatch-cloud
2018-12-07 Peter Amstutz14593: Fix a-c-r when running on the "jobs" API
next