Merge branch '1608-api-documentation'
[arvados.git] / sdk /
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()
2013-11-19 Tom CleggFix encoding issue so Python clients can store binary...
2013-11-19 Tom CleggSend "Accept: application/json" header with API request...
2013-11-19 Tim PierceMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-19 Tom CleggDo not re-attempt failed job tasks, unless there is...
2013-11-19 Tom CleggAdd threading locks in Keep client
2013-11-19 Tom Cleggremove unused class DataReader
2013-11-19 Tom CleggEnsure script_version matches before satisfying pipelin...
2013-11-19 Tom CleggRead pipeline template from local file if --template...
2013-11-18 Tim PierceMerge branch '1579-keep-server-in-docker' of git.clinic...
2013-11-18 Tom CleggMerge branch '1600-native-keep-client'
2013-11-18 Tom CleggObey ARVADOS_API_HOST_INSECURE and use the debian trust...
2013-11-18 Tom Cleggturn on logging if ARVADOS_DEBUG environment variable...
2013-11-18 Tom CleggUse hash to determine probe order
2013-11-18 Tom CleggAdd test case for reading and writing small Keep blocks
2013-11-18 Tom CleggUse httplib2 to connect to Keep instead of executing...
2013-11-18 Tom CleggObey ARVADOS_API_HOST_INSECURE and use the debian trust...
2013-11-15 Tom Cleggfix error message scraping regexp
2013-11-15 Tom CleggUse more current slurm environment variable name in...
2013-11-15 Tom Cleggfix over-compensation for attempts counter when task...
2013-11-15 Tom Cleggreduce default #attempts per job task from 9 to 2
2013-11-15 Tom Cleggfix loop label syntax error introduced in 7c4460b82b8ab...
2013-11-01 Tom Cleggallow crunch-job caller to override CRUNCH_TMP. fixes...
2013-10-21 Tom Cleggfix infinite exec loop
2013-10-21 Tom Cleggfix infinite loop if CONT signal received while todo...
2013-10-07 Tom Cleggrename jobs.resource_limits to runtime_constraints
2013-09-26 Tom Cleggadd ruby wrapper around crunch-job
2013-09-26 Tom Cleggmove crunch-job to arv-crunch-job and add to arvados...
2013-09-24 Tom Cleggtest API update semantics, confirm put/get cycle preser...
2013-09-24 Tom Cleggupdate "correct answer" hashes in collection tests...
2013-09-16 Tom Cleggpass api_token and pipeline_instance in request body...
2013-09-16 Tom CleggModify API discovery document and CLI tool so resource...
2013-09-15 Tom Cleggescape spaces in manifest filenames
2013-09-15 Tom Cleggadd CollectionWriter.write_directory_tree()
2013-09-15 Tom Cleggmaintain directory structure in collection_extract
2013-09-15 Tom Cleggfix extra empty stream in all_streams() response
2013-09-15 Tom Cleggoverwrite existing files in stream_extract
2013-09-15 Tom Cleggadd util.listdir_recursive()
2013-09-15 Tom Cleggfix os.path.dirname usage
2013-09-15 Tom Cleggfix out of scope function use
2013-09-15 Tom Cleggmkdir -p in collection_extract()
next