2879: Move Python is_hex function to arvados.util.
[arvados.git] / sdk / python / arvados /
2014-06-12 Brett Smith2879: Move Python is_hex function to arvados.util.
2014-06-12 Brett Smith2879: Split arv-put's ArgumentParser into module segments.
2014-06-12 Brett Smith2879: Factor out arv-put's cache creation to a utility...
2014-06-03 Peter AmstutzMerge remote-tracking branch 'origin/master' into origi...
2014-06-03 radhikaMerge branch 'master' into 2895-no-more-redis
2014-06-02 radhikaMerge branch 'master' into 2903-remove-pi-active-and...
2014-06-02 Peter AmstutzMerge branch 'master' into 2882-job-process-stats refs...
2014-06-02 Ward VandewegeMerge branch 'master' into 2681-new-inactive-user-notif...
2014-06-02 radhikaMerge branch 'master' into 2919-provenance-graph-cutoff
2014-06-02 Brett Smith2752: arv-put works when it can't write a cache file.
2014-05-31 Peter AmstutzMerge remote-tracking branch 'refs/remotes/origin/2939...
2014-05-30 radhikaMerge branch 'master' into 2903-remove-pi-active-and...
2014-05-30 radhikaMerge branch 'master' into 2895-no-more-redis
2014-05-30 Ward VandewegeMerge branch 'master' into 2681-new-inactive-user-notif...
2014-05-30 Tim PierceMerge branch '2755-python-sdk-permissions'
2014-05-30 Tim PierceMerge branch 'master' into 2755-python-sdk-permissions
2014-05-30 Tom Clegg2893: Merge branch 'master' into 2893-no-symbols-in-db
2014-05-30 radhikaMerge branch 'master' into 2919-provenance-graph-cutoff
2014-05-30 Brett SmithMerge branch '2752-arv-put-resume'
2014-05-30 Brett Smith2752: arv-put doesn't update the resume cache when...
2014-05-30 Brett Smith2752: arv-put explains resumed uploads in more detail.
2014-05-30 Brett Smith2752: arv-put writes newline after 100% human progress...
2014-05-30 Brett Smith2752: arv-put always displays 100% progress at the...
2014-05-30 Brett Smith2752: Avoid ResumeCache name collisions from concatenat...
2014-05-30 Brett Smith2752: arv-put checkpoints after a PUT to Keep.
2014-05-30 Brett Smith2752: arv-put handles exit signals.
2014-05-30 Brett Smith2752: Resumed collection writer doesn't do_queued_work...
2014-05-30 Brett Smith2752: Remove unused CollectionWriter checkpoint hook.
2014-05-30 Brett Smith2752: arv-put only caches state on failure.
2014-05-30 Brett Smith2752: Don't duplicate arv-put work after resume.
2014-05-30 Brett Smith2752: arv-put displays progress quickly after resuming.
2014-05-30 Brett Smith2752: arv-put displays a notice when it resumes.
2014-05-30 Brett Smith2752: arv-put ResumeCache constructor only accepts...
2014-05-30 Brett Smith2752: Fix arv-put's write percentage output.
2014-05-30 Brett Smith2752: Avoid hiccup on arv-put with short stdin.
2014-05-30 Brett Smith2752: Improve arv-put initialization from cache.
2014-05-30 Brett Smith2752: arv-put saves and restores write progress informa...
2014-05-30 Brett Smith2752: arv-put shouldn't resume from expired Keep locators.
2014-05-30 Brett Smith2752: Add KeepLocator class to Python SDK.
2014-05-30 Brett Smith2752: arv-put resumes interrupted downloads from cache.
2014-05-30 Brett Smith2752: Add ResumeCache.restart().
2014-05-30 Brett Smith2752: Refactor progress reporting in arv-put's Collecti...
2014-05-30 Brett Smith2752: Separate and test progress reporting functions.
2014-05-30 Brett Smith2752: Factor out arv-put byte tally, and test.
2014-05-30 Brett Smith2752: Add ResumableCollectionWriter serialization to...
2014-05-30 Brett Smith2752: Add ResumeCache to arv-put.
2014-05-30 Brett Smith2752: Generate cache filenames from arv-put arguments.
2014-05-30 Brett Smith2752: Move arv-put functionality to arvados.commands...
2014-05-30 Brett Smith2752: Add arvados.collections.ResumableCollectionWriter.
2014-05-30 Brett Smith2752: Implement CollectionWriter with a work queue.
2014-05-30 Brett Smith2752: Reuse CollectionWriter.write_file() where possible.
2014-05-30 Brett Smith2752: Add method CollectionWriter.write_file().
2014-05-30 Brett Smith2752: Remove trailing whitespace in arv-put.
2014-05-29 Tim Pierce2755: code review.
2014-05-29 Ward VandewegeMerge branch 'master' into 2681-new-inactive-user-notif...
2014-05-28 Tim Pierce2755: add support to arv-put for signed manifests.
2014-05-28 Tom Clegg2754: Merge branch '2754-pipeline-template-description...
2014-05-28 Peter AmstutzMerge branch 'master' into 2044-share-button
2014-05-27 Tom Clegg2760: Merge branch '2760-not-all-objects-in-folders...
2014-05-27 radhikaMerge branch 'master' of git.curoverse.com:arvados
2014-05-27 Peter AmstutzMerge branch 'master' of git.curoverse.com:arvados...
2014-05-27 Peter AmstutzMerge branch 'master' of git.curoverse.com:arvados...
2014-05-27 Peter AmstutzMerge branch '2751-python-sdk-keep-proxy-support' close...
2014-05-27 radhikaMerge branch 'master' into 2678-owned_by
2014-05-27 radhikaMerge branch 'master' into 2756-eventbus-in-workbench
2014-05-27 radhikaMerge branch 'master' into 2525-java-sdk
2014-05-27 radhikaMerge branch 'master' into 2767-doc-updates
2014-05-27 Tim PierceMerge branch '2755-python-sdk-permissions'
2014-05-27 radhikaMerge branch 'master' into 2525-java-sdk
2014-05-27 Peter Amstutz2751: Changed to "except:" to "except Exception:"....
2014-05-27 Peter AmstutzMerge branch 'master' of git.curoverse.com:arvados...
2014-05-27 Tom Clegg2760: Merge branch 'master' into 2760-folder-hierarchy
2014-05-26 radhikaMerge branch 'master' into 2756-eventbus-in-workbench
2014-05-26 Brett Smith2863: Remove debugging print from Python KeepClient.
2014-05-23 Tim Pierce2755: add support for signed locators in the Python...
2014-05-23 Tom Clegg2760: Merge branch 'master' into 2760-folder-hierarchy
2014-05-23 Peter AmstutzMerge branch 'master' into 2751-python-sdk-keep-proxy...
2014-05-23 Peter AmstutzMerge remote-tracking branch 'origin/master' into 1885...
2014-05-23 Peter AmstutzMerge branch '1885-keep-proxy' into 2751-python-sdk...
2014-05-23 Tom Clegg2754: Merge branch '2754-easy-run-pipeline' refs #2754
2014-05-23 radhikaMerge branch 'master' into 2767-doc-updates
2014-05-23 radhikaMerge branch 'master' into 2756-eventbus-in-workbench
2014-05-22 Peter AmstutzMerge remote-tracking branch 'origin/master' into 2044...
2014-05-22 Peter AmstutzMerge branch '2798-go-keep-client' closes #2798
2014-05-22 Peter AmstutzMerge remote-tracking branch 'origin/master' into 1885...
2014-05-21 Peter AmstutzMerge branch 'master' into 2798-go-keep-client
2014-05-21 Peter AmstutzMerge branch 'master' into 2751-python-sdk-keep-proxy...
2014-05-21 Peter Amstutz2751: merge because git derp.
2014-05-21 Peter Amstutz2751: Added support for keep_services table, can still...
2014-05-21 Peter Amstutz2751: Added support for keep_services table, can still...
2014-05-15 Tom Clegg2809: Merge branch 'master' into 2809-workbench-rails4...
2014-05-15 Tom Clegg2809: Merge branch 'master' refs #2809
2014-05-15 Peter Amstutz2751: Added code to recognize keep proxies in the keep_...
2014-05-14 Peter AmstutzMerge branch 'master' into 2798-go-keep-client
2014-05-14 Tim PierceMerge branch '2328-keep-permission-flags' (closes ...
2014-05-14 Misha ZatsmanMerge branch '1968-monitor-disk-usage'
2014-05-13 Peter Amstutz2798: Merged branch with code to read environment varia...
2014-05-12 radhikaMerge branch 'master' into 2767-doc-updates
2014-05-11 Tom CleggMerge branch 'master' into 2762-owner-uuid-integrity
2014-05-11 Peter Amstutz2798: Fixed inconsistencies with Python implementation...
next