Merge branch 'master' into 3661-copy-move-from-show
[arvados.git] / sdk /
2014-09-18 Phil HodgsonMerge branch 'master' into 3661-copy-move-from-show
2014-09-18 Brett SmithMerge branch '3147-py-collection-retries-wip2'
2014-09-18 Brett Smith3147: crunch-job retries data uploads more for longer...
2014-09-18 Brett Smith3147: Add retry support to PySDK list_all utility.
2014-09-18 Brett Smith3147: Add retry support to Python CLI tools.
2014-09-18 Brett Smith3147: Add retry support to PySDK Collection objects.
2014-09-18 Brett Smith3147: Add retry support to PySDK StreamReader classes.
2014-09-18 Brett Smith3147: Make PySDK KeepClient.get and put retry_methods.
2014-09-18 Brett Smith3147: Add retry_method to the Python SDK.
2014-09-18 Brett Smith3147: Fix variable name typo.
2014-09-18 Brett Smith3147: PySDK StreamReader instantiates a KeepClient...
2014-09-18 Brett Smith3147: Move PySDK HTTP test infrastructure to testutil.
2014-09-18 Brett Smith3147: PySDK tests use mock>=1.0 and easier mock side_ef...
2014-09-18 Phil HodgsonMerge branch 'master' into 3661-copy-move-from-show
2014-09-18 Phil HodgsonMerge branch 'master' into 3338-tab-counts
2014-09-18 Peter AmstutzMerge branch '3605-queue-position-size' refs #3605
2014-09-18 Peter AmstutzMerge branch '3605-node-info-field' refs #3605
2014-09-17 Tom CleggMerge branch '3550-local-pipeline' closes #3550
2014-09-17 Tom Clegg3550: Merge branch 'master' into 3550-local-pipeline
2014-09-17 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-17 mishazMerge branch 'update-go-sdk-documentation'
2014-09-17 radhikano issue # - fix couple more places where description...
2014-09-17 Tim PierceMerge branch '3411-expire-collections'
2014-09-17 Tom Clegg3550: Fix race conditions: avoid setting running/succes...
2014-09-17 Tim PierceMerge branch '3411-expire-collections'
2014-09-17 Tom Clegg3550: Fix running local job repeatedly on subsequent...
2014-09-17 Tom Clegg3550: Add missing .andand
2014-09-17 Tom Clegg3550: Add missing .andand
2014-09-17 Peter AmstutzMerge branch '3605-node-info-field' refs #3605
2014-09-17 Tim PierceMerge branch '3705-keep-blockworklist'
2014-09-17 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-17 Peter AmstutzFix arv-run-pipeline-instance to not crash when templat...
2014-09-16 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-16 Tom CleggMerge branch '3877-log-memory-leak' closes #3877
2014-09-16 Peter AmstutzMerge branch '3878-arv-mount-block-cache' closes #3878
2014-09-16 Peter Amstutz3878: Remove raise debugging exception.
2014-09-16 Tom Clegg3550: Fix crash when --template loaded from local JSON...
2014-09-16 Tom Clegg3550: Remove extraneous "to" in usage message.
2014-09-16 Peter Amstutz3878: Fix block cache sharing across threads so arv...
2014-09-16 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-16 radhikacloses #2875
2014-09-15 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-15 Tom Clegg3550: Merge branch 'master' into 3550-local-pipeline
2014-09-15 Tom Clegg3550: Clarify help message, mention that there are...
2014-09-15 radhika2875: add description option
2014-09-12 radhika2875: add initial description to pipeline instance...
2014-09-12 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-12 radhikaMerge branch 'master' into 2875-pipeline-description
2014-09-12 Tim PierceBug fix: manifests with extra spaces
2014-09-12 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-12 radhikaMerge branch 'master' into 2875-pipeline-description
2014-09-12 Peter AmstutzMerge branch '3187-start-finish-timestamps-tasks-pipeli...
2014-09-12 Peter AmstutzFixed typo Y% -> %Y
2014-09-11 Peter Amstutz3187: Update the task start time when the task actually...
2014-09-11 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-11 Peter AmstutzMerge branch 'master' into 3187-start-finish-timestamps...
2014-09-11 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-10 Brett SmithPrevent PySDK CollectionReader from sending UUIDs to...
2014-09-10 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-10 Brett Smith3846: Improve timeout handling in PySDK KeepClient.
2014-09-10 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-10 Brett Smith3842: Keep::Manifest concatenates file information...
2014-09-09 Peter Amstutz3187: Record started_at and finished_at for tasks and...
2014-09-09 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-09 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-09 Brett Smith#3830: Make crunch-job's git calls more robust.
2014-09-09 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-09 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-09 Peter AmstutzMerge branch '3453-arv-list-docker-images' closes ...
2014-09-09 Peter Amstutz3453: Rename check_project_exists to desired_project_uu...
2014-09-09 Peter AmstutzMerge branch 'master' into 3586-job-priority closes...
2014-09-08 Peter AmstutzMerge branch '3644-arv-mount-projects' closes #3644
2014-09-08 Peter Amstutz3453: Refactored arv-put to remove support for name...
2014-09-08 Peter Amstutz3644: Moved some common regex patterns into SDK
2014-09-08 Peter AmstutzMerge branch 'master' into 3644-arv-mount-projects
2014-09-08 Tim PierceMerge branch '3663-collection-reader-performance'
2014-09-08 Peter Amstutz3453: Add ensure_unique_name=True to collection create.
2014-09-08 Peter AmstutzMerge branch 'master' into 3453-arv-list-docker-images
2014-09-08 Peter Amstutz3453: Create links and collection objects in the specif...
2014-09-06 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-05 Peter AmstutzMerge branch '3822-ensure-unique-names' refs #3822
2014-09-05 Peter Amstutz3822: Fixed use of string instead of symbol in hash...
2014-09-05 Peter Amstutz3822: Added 'ensure_unique_name' option to #create...
2014-09-05 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-05 Ward VandewegeReplace all remaining references to Clinical Future...
2014-09-05 Brett SmithMerge branch '3720-big-manifest-performance-wip'
2014-09-05 Brett Smith3720: Refactor manifest parsing from API server to...
2014-09-05 Brett Smith3720: arvados-cli Gemfile refers to gemspec.
2014-09-05 Brett Smith3720: Clean up+skip Ruby SDK tests.
2014-09-05 Peter Amstutz3453: Now lists images by default if called with no...
2014-09-04 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-04 Tim Pierce3663: update test_file_reader unit test
2014-09-04 Peter Amstutz3644: Add --by-id to invocation of arv-mount in crunch...
2014-09-04 Tim Pierce3663: StreamFileReader.read() returns just one chunk
2014-09-04 Ward VandewegeRevert 2 hunks from a5819ec1e48fba90658fcf676ffc50c1f21...
2014-09-04 Peter Amstutz3644: Tweak CollectionReader manifest text regular...
2014-09-03 Peter Amstutz3644: Shared project list almost works, still debugging.
2014-09-02 radhikaMerge branch 'master' into 3637-copy-selections
2014-09-02 Peter AmstutzMerge branch 'master' into 3586-job-priority
2014-09-02 Peter Amstutz3453: Add support for --images to get a list of availab...
next