Clean up tests with "assert_tag" method, remove non-working test. Fixes #1510.
[arvados.git] / sdk /
2014-01-15 Tim PierceClean up tests with "assert_tag" method, remove non...
2014-01-15 Tim PierceAdding arv-tag unit tests.
2014-01-15 Tim PierceCommand-line clients use $HOME/.config/arvados for...
2014-01-14 Tom CleggFix sending resource body to server.
2014-01-14 Peter AmstutzMerge branch '1748-workbench-view-files'
2014-01-14 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados
2014-01-14 Tom CleggMerge branch '1499-workbench-tags'
2014-01-13 Tom CleggMerge branch '1499-workbench-tags'
2014-01-13 Tom CleggFix test setup.
2014-01-13 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados
2014-01-13 Peter AmstutzMerge commit '030d673e455ac7fa92732eafe95f1db12f6a46b6...
2014-01-13 Peter AmstutzMerge remote-tracking branch 'origin' into 1862-show...
2014-01-10 Tom CleggAdd arv-tag to arvados-cli package
2014-01-10 Tom CleggFix crash when a discovered parameter is not supplied...
2014-01-10 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados
2014-01-09 Tim PierceMerge branch '1530-arv-tag-commands'
2014-01-09 Tim PierceComplete `arv tag add' and `arv tag remove' support...
2014-01-08 Tim PierceBug fixes (API requires request to be delivered in...
2014-01-08 Tim PierceBug fixes.
2014-01-08 Peter AmstutzMerge branch '1788-support-and-feedback'
2014-01-08 Tom CleggMerge branch '1792-workbench-performance'
2014-01-07 Tim PierceAdded 'add' and 'remove' functionality.
2014-01-07 Tom CleggAsk API server for profile information. refs #1815
2014-01-07 Peter AmstutzMerge branch '1685-api-server-redirect-to-workbench'
2014-01-06 Tim PierceAdding `tag' command: initial commit.
2014-01-06 Tom CleggRead data from local file if an absolute filename is...
2014-01-06 Tom CleggAccept comma-separated list of locators in Keep.get()
2014-01-02 Tom CleggSerialize objects/arrays in query params with json...
2013-12-31 Peter AmstutzMerge branch '1692-redesign-dashboard'
2013-12-30 Tom CleggMerge branch '1694-user-agreement'
2013-12-30 Tim PierceMerge branch 'master' of git.clinicalfuture.com:arvados
2013-12-30 Peter AmstutzNew two-column dashboard layout suggested by Adam
2013-12-30 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados...
2013-12-29 Peter AmstutzUpdated Gemfile to include all dependencies of 'arv...
2013-12-29 Peter AmstutzAdded pip requirements.txt to automatically install...
2013-12-27 Peter AmstutzMerge remote-tracking branch 'origin' into 1692-redesig...
2013-12-27 Tom CleggAdd --yaml output format choice to arv.
2013-12-27 Peter AmstutzMerge branch '1636-inactive-user' into 1678-new-active...
2013-12-27 Peter AmstutzMerge remote-tracking branch 'remotes/origin/1636-inact...
2013-12-26 Peter AmstutzMerge remote-tracking branch 'origin' into 1678-new...
2013-12-26 Tim PierceMerge branch '1608-api-documentation' of git.clinicalfu...
2013-12-23 Tom CleggSpecify apiVersion when instantiating Arvados client...
2013-12-23 Tom CleggUse arvados.api('v1') accessor instead of arvados.servi...
2013-12-20 Tim PierceMerge branch '1608-api-documentation' of git.clinicalfu...
2013-12-19 Tom CleggAccept an API version argument to arvados.api(). refs...
2013-12-18 Peter AmstutzMerge branch '1495-crunch-documentation'
2013-12-17 Tom CleggReturn API response objects as Models (with save()...
2013-12-17 Tom CleggPropagate API errors as exceptions
2013-12-16 Tom CleggChange arv-put default behavior: write a manifest,...
2013-12-16 Tom CleggReturn empty-block locator in data_locators() for zero...
2013-12-16 Tom CleggRemove extra trailing newline in --raw mode output
2013-12-13 Tom CleggObey ARVADOS_API_HOST_INSECURE if host came from ARVADO...
2013-12-12 Tom CleggStream API responses for jobs.log_tail_follow and users...
2013-12-12 Tom CleggHandle unexpected server responses better, clean up...
2013-12-12 Peter AmstutzMerge remote-tracking branch 'origin' into 1495-crunch...
2013-12-12 Tom CleggRemove TMP/src.commit too, when removing TMP/src.
2013-12-12 Tom CleggStore crunch-job log in a collection instead of just...
2013-12-11 Peter AmstutzMerge branch '1637-improve-arv-tutorial'
2013-12-11 Tom CleggClear $CRUNCH_TMP/src when starting a job.
2013-12-11 Tom CleggWhen running "arv-get -n", it is OK if destination...
2013-12-10 Tom CleggMerge branch '1646-arv-put'
2013-12-10 Tom CleggPoint "arv keep get/put" to arv-get/put and unsupport...
2013-12-10 Tom CleggSupport invoking arv-get and arv-put via "arv get"...
2013-12-10 Tom CleggAdd python client library package: arv-get, arv-put...
2013-12-10 Tom CleggMerge branch 'master' into 1646-arv-put
2013-12-09 Tim PierceMerge branch '1587-fix-test-suites-in-devsandbox'
2013-12-09 Tom CleggAdd arv-get -f (force overwrite) and --skip-existing...
2013-12-09 Tom CleggSupport "arv-get {locator}/filename path/to/localdir...
2013-12-09 Tom CleggFail gracefully when fetching a raw block that does...
2013-12-09 Tom CleggFail more gracefully on some common error conditions
2013-12-09 Tom CleggUse our own exception classes, instead of just Exception
2013-12-09 Tom CleggFix crash when destination directory supplied without...
2013-12-09 Tom CleggUse body={...} instead of object_type=json.dumps({...
2013-12-06 Tom CleggIgnore tmp directory created by cli tests
2013-12-05 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados...
2013-12-04 Tim PierceAdd support for ARVADOS_API_PORT.
2013-12-03 Tom CleggAdd arvados.getjobparam() convenience function.
2013-12-03 Tom CleggAccept empty string as root stream name "." in
2013-12-03 Tom CleggAccept data from a generator in arvados.CollectionWrite...
2013-12-03 Tom CleggSort filenames when writing multi-level streams in
2013-12-03 Tom CleggAdd arvados.util.clear_tmpdir() function.
2013-12-03 Tom CleggPass through stderr in real time by default in util...
2013-12-03 Tom CleggAllow caller to override close_fds in util.run_command()
2013-12-03 Tom CleggUse collection hash instead of entire manifest as symli...
2013-12-03 Tom CleggImprove compatibility with whput.
2013-12-03 Tom CleggFix sha1 test, dry up "remove ./tmp/foo" preparations
2013-12-03 Tom CleggCommand line usability improvements.
2013-12-01 Tom CleggAdd arv-get, a whget replacement built on the Python...
2013-11-30 Tom CleggAdd arv-put --as-raw option.
2013-11-30 Tom CleggAdd CollectionWriter.data_locators()
2013-11-29 Tom CleggAdd --as-stream test.
2013-11-28 Tom CleggAdd arv-put, a whput replacement built on the Python...
2013-11-28 Tom CleggClear TASK_WORK before starting a task.
2013-11-27 Tom CleggUse new-style Python classes (subclass object), so...
2013-11-25 Tom CleggCheck refresh trigger in crunch-job instead of crunch...
2013-11-23 Tom CleggAvoid infinite poll loop triggered by (:running and...
2013-11-22 Tom CleggFix scalar gmtime() usage.
2013-11-22 Tom CleggFix missing "my" scope.
2013-11-22 Tom CleggAllow users to cancel a running crunch job by updating...
2013-11-20 Tom CleggAdd threaded Keep.put()
next