3699: bug fix: use destination permission hints
[arvados.git] / sdk / python / arvados / commands / copy.py
2014-10-08 Tim Pierce3699: bug fix: use destination permission hints
2014-10-07 Tim Pierce3699: add 'force' argument to pipelines
2014-10-07 Tim Pierce3699: add retry support
2014-10-07 Tim Pierce3699: expose to the user that a pipeline has been copied
2014-10-01 Tim Pierce3699: copy_collection should process the full manifest...
2014-10-01 Tim Pierce3699: added --force option
2014-10-01 Tim PierceMerge branch 'master' into 3699-arv-copy
2014-09-25 Tim PierceMerge branch 'master' into 3699-arv-copy
2014-09-19 Tim PierceMerge branch 'master' into 3699-arv-copy
2014-09-17 Tim Pierce3699: misc improvements
2014-09-17 Tim Pierce3699: code review
2014-09-17 Tim Pierce3699: bugfix (renamed repository_map -> local_repo_dir)
2014-09-16 Tim Pierce3699: update script_version and supplied_script_version
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 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-12 Tim Pierce3699: bug fixes and feedback
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 Tim Pierce3699: fix bugs
2014-09-08 Tim Pierce3699: define copy_git_repo
2014-09-08 Tim Pierce3699: skip components which have not yet run
2014-09-05 Tim Pierce3699: bug fixes
2014-09-05 Tim Pierce3699: accept collection hash as uuid
2014-09-04 Tim Pierce3699: copy docker images
2014-09-03 Tim Pierce3699: added copy_pipeline_instance
2014-09-03 Tim Pierce3699: arv-copy supports collections