* Docker API container: add support for the auto_admin_user feature (API server).
[arvados.git] / sdk /
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()
2013-09-15 Tom Cleggadd one-task-per-stream utils
2013-09-15 Tom Cleggfix stream names in CollectionWriter
2013-09-15 Tom Clegguse . as default stream name
2013-09-15 Tom Cleggfix infinite loop in flush_data
2013-09-15 Tom Cleggallow caller to override std* pipes in run_command
2013-09-15 Tom Cleggadd zipball_extract
2013-07-30 Tom Clegggitignore arvados-cli gem
2013-07-30 Tom Cleggadd auth scopes
2013-07-18 Tom Cleggsay "interrupt" nicely instead of a stack trace on ^C
2013-07-18 Tom Cleggadd --no-reuse and --no-reuse-finished options to arv...
2013-07-17 Tom Cleggcount files instead of specimens on dashboard
2013-07-17 Tom Cleggfix command line parsing
2013-07-17 Tom Cleggadd "arv pipeline run" -> "arv-run-pipeline-instance...
2013-07-17 Tom Cleggrename wh-run-pipeline-instance to arv-run-pipeline...
2013-07-16 Tom Cleggadd CollectionReader.manifest_text()
2013-07-15 Tom Cleggadd "arv keep check"
2013-07-11 Tom Cleggadd transparent decompression option to util.collection...
2013-07-11 Ward VandewegeTweak arv keep wrapper a bit more. No more output rewri...
2013-07-11 Tom Clegglazy check for # files actually retrieved
2013-07-11 Tom Cleggadd util functions, fix up tmp dirs
2013-07-10 Ward VandewegeAdd whls wrapper. This is a temporary hack. Not proud...
2013-07-10 Ward VandewegeRemove 'pre' from the gem version; otherwise we can...
2013-07-10 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-07-10 Ward VandewegeChanges for ruby sdk packaging as a gem.
2013-07-08 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-07-08 Ward VandewegeFix versoining number for arvados gem.
2013-07-08 Tom Cleggrename foreign uuid attributes
2013-07-01 Tom Cleggfix inflections
2013-06-27 Tom Cleggfixes and docs for testing crunch jobs locally
2013-06-27 Tom Cleggfix human/humans inflection
2013-06-27 Tom Cleggadd util class
2013-06-25 Tom Cleggadd transparent gunzip support, fix string concatenatio...
2013-06-25 Tom Cleggadd transparent bz2 decompression, some tests and fixes
2013-06-25 Tom Cleggdocs and fixes
2013-06-25 Tom Cleggreader fixes
2013-06-25 Tom Cleggadd missing newline at end of manifest
2013-06-25 Tom Cleggfix KeyError in os.environ check
2013-06-25 Tom Cleggadd Reader classes, local storage mode, and basic test...
2013-06-21 Tom Cleggupdate docs
2013-06-20 Tom Cleggmake dependency install instructions paste-friendly
2013-06-20 Tom Cleggadd CollectionWriter and Keep classes to Python SDK
2013-06-19 Tom Cleggport crunch dispatcher from whjobmanager to crunch-job
2013-06-18 Tom Cleggadd python example to generic workbench object display...
2013-06-14 Tom Cleggupdate cli sdk doc, tweak json output options
2013-06-14 Tom Cleggupdate "application name" identifier
2013-06-14 Tom Cleggrename wh to arv
2013-06-14 Tom Cleggfix up wh tool
2013-06-06 Tom Cleggcheck child exit status
2013-06-05 Tom Cleggfix "is undef" test
2013-06-04 Tom Cleggretry requests after BadStatusLine
2013-06-04 Tom Cleggreject API calls with unsupported parameters
2013-06-03 Tom Cleggfix job_task update call
2013-05-24 Tom Cleggremove lockfile
2013-05-24 Tom Cleggsupply entire client-provided object if discovery doc...
2013-05-24 Tom Cleggdrop shim for errant discovery doc
2013-05-24 Tom Cleggnote created_by_job_task when queueing new tasks
2013-05-23 Ward VandewegeRuby SDK: add gem dependencies
2013-05-23 Ward VandewegeRuby SDK: add sufficient files to make an Arvados gem.
2013-05-23 Ward VandewegeRuby SDK: make suppressing SSL warnings a configurable...
next