Merge branch 'master' into 3699-arv-copy
[arvados.git] / sdk / python / arvados /
2014-09-19 Tim PierceMerge branch 'master' into 3699-arv-copy
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: 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 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-node-info-field' refs #3605
2014-09-17 Tom Clegg3550: Merge branch 'master' into 3550-local-pipeline
2014-09-17 Tim Pierce3699: misc improvements
2014-09-17 mishazMerge branch 'update-go-sdk-documentation'
2014-09-17 Tim PierceMerge branch '3411-expire-collections'
2014-09-17 Tim Pierce3699: code review
2014-09-17 Tim PierceMerge branch '3411-expire-collections'
2014-09-17 Tim Pierce3699: bugfix (renamed repository_map -> local_repo_dir)
2014-09-17 Peter AmstutzMerge branch '3605-node-info-field' refs #3605
2014-09-17 Tim PierceMerge branch '3705-keep-blockworklist'
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 Tim Pierce3699: update script_version and supplied_script_version
2014-09-16 Peter Amstutz3878: Fix block cache sharing across threads so arv...
2014-09-16 Tim Pierce3699: document required options --src and --dst
2014-09-16 Tim Pierce3699: more help text for --src and --dst options
2014-09-16 Tim Pierce3699: update --src, --dst, --dst-git-repo args
2014-09-16 Tim Pierce3699: code review
2014-09-15 Tim Pierce3699: copy collection properties, name, etc.
2014-09-15 Tim Pierce3699: report success/failure unambiguously
2014-09-15 Tim Pierce3699: back out attempts to change tempfile.tempdir
2014-09-15 Tim Pierce3699: typo fix
2014-09-15 Tim Pierce3699: use /scratch instead of /tmp for git copies
2014-09-15 Tim Pierce3699: ensure unique names for new pipelines
2014-09-15 Tim PierceMerge branch 'master' into 3699-arv-copy
2014-09-15 Tim Pierce3699: delete pi['uuid'] before committing
2014-09-15 Tim Pierce3699: copy_pipeline_template requires dst_git_repo
2014-09-15 radhikaMerge branch 'master' into 2761-diagnostic-suite
2014-09-15 Tim Pierce3699: allow pipeline instances without templates
2014-09-15 Tim Pierce3699: fix inconsistent function parameters
2014-09-15 Tim Pierce3699: bug fix (return value for copy_git_repo)
2014-09-15 Tim Pierce3699: use a consistent destination branch for copy_git_repo
2014-09-15 Tim Pierce3699: fix copy_git_repo
2014-09-15 Tim Pierce3699: bug fixes
2014-09-15 Tom Clegg3550: Merge branch 'master' into 3550-local-pipeline
2014-09-12 Tim Pierce3699: bug fixes and feedback
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-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 Tim Pierce3699: add support for --recursive and --project_uuid
2014-09-09 Tim Pierce3699: rename repositories in copied pipeline instance
2014-09-09 Tim Pierce3699: typo fix
2014-09-09 Tim Pierce3699: add copy_git_repo step to copy_pipeline_instance
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 Tim Pierce3699: fix bugs
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 Tim Pierce3699: define copy_git_repo
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 Tim Pierce3699: skip components which have not yet run
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-05 Tim Pierce3699: bug fixes
2014-09-05 Tim Pierce3699: accept collection hash as uuid
2014-09-05 Peter Amstutz3453: Now lists images by default if called with no...
2014-09-04 Tim Pierce3663: StreamFileReader.read() returns just one chunk
2014-09-04 Tim Pierce3699: copy docker images
2014-09-04 Peter Amstutz3644: Tweak CollectionReader manifest text regular...
2014-09-03 Tim Pierce3699: added copy_pipeline_instance
2014-09-03 Tim Pierce3699: arv-copy supports collections
2014-09-03 Peter Amstutz3644: Shared project list almost works, still debugging.
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...
2014-09-02 Tim Pierce3699: support pipeline templates
2014-08-29 Tim Pierce3699: add arv-copy
2014-08-28 Peter Amstutz3644: Working on adding timestamps
2014-08-28 radhikaMerge branch 'master' into 3714-report-issue-issues
2014-08-28 radhikaMerge branch 'master' into 3637-copy-selections
2014-08-28 Peter AmstutzMerge branch '3719-improve-subst-error-reporting' close...
2014-08-28 Peter AmstutzMerge branch '3709-arv-put-print-uuid' closes #3709
2014-08-28 Peter AmstutzMerge branch 'master' into 3709-arv-put-print-uuid
2014-08-28 Peter Amstutz3709: arv-put now prints collection uuid by default...
next