arvados.git
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 CleggAdd "Install client libraries" page to doc/install/.
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 Tim PierceFix port flags for "run.sh start".
2013-12-10 Tom CleggRename doc page to match title.
2013-12-10 Tom CleggAdd "Create standard objects" page in install docs.
2013-12-10 Tom CleggSupport the use of groups to grant repository permissions.
2013-12-10 Tom CleggClean up arvados_bwa module and add docstrings.
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-09 Tom CleggAdd example scripts and libraries for bwa, samtools...
2013-12-06 Tim PierceAdding 'run.sh test api' to run API server Rails tests.
2013-12-06 Tom CleggIgnore config/environments/test.rb and production.rb
2013-12-06 Tom CleggIgnore tmp directory created by cli tests
2013-12-06 Tim PierceAdded 'test' command to run.sh.
2013-12-05 Tim Piercerun.sh: bug fixes
2013-12-05 Tim Piercerun.sh: add "stop" command, also remove old containers...
2013-12-05 Tom CleggRemove spurious "if".
2013-12-05 Tom CleggUse some helpful HTTP status codes, not just generic...
2013-12-05 Tom CleggCheck permission before deleting objects
2013-12-05 Tim PierceReorganized code to support 'start' command.
2013-12-04 Tim Piercerun.sh prints instructions/settings for running a test...
2013-12-04 Tim PierceAdd support for ARVADOS_API_PORT.
2013-12-04 Tim PierceSuperuser script must be run as ./script/create_superus...
2013-12-04 Tim PierceAPI_SUPERUSER_TOKEN must be named API_SUPERUSER_SECRET...
2013-12-04 Tim Piercerun.sh bug fixes.
2013-12-04 Tim PierceMount separate volumes for each keep container launched.
2013-12-04 Ward VandewegeAllow overriding of default ports for API, doc, SSO...
2013-12-03 Tom CleggFix failing test by parsing timestamp correctly.
2013-12-03 Tom CleggFix PermissionDeniedError when a non-admin user is...
2013-12-03 Tim PierceChanges to permit keep_server containers to authenticat...
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 Ward VandewegeOnly require keep volume when a keep container is being...
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-02 Tom CleggMake the sample "Add authorized key" button non-clickable.
2013-12-02 Tom CleggAdd delete button to generic Workbench index page.
2013-12-02 Tom CleggRemove Rails default scaffold CSS.
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 CleggShow how crunch job tasks get their runtime parameters...
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-26 Tim PierceAdd --api, --sso, --workbench, --doc, --keep options...
2013-11-26 Ward VandewegeRefactored and updated run.sh:
2013-11-26 Ward Vandewegebuild.sh has been superseded by Makefile.
2013-11-26 Ward VandewegeRename docserver to doc for consistency.
2013-11-26 Ward VandewegeAdd an SSH server in each docker container.
2013-11-25 Tom CleggDo not require filesystem_uuid in first keep_disks...
2013-11-25 Tom CleggUpdate crunch_refresh_trigger config setting name in...
2013-11-25 Tom CleggAdd job.cancel API.
2013-11-25 Tom CleggFix config setting name.
2013-11-25 Tom CleggUpdate comments in config/environment/ files.
2013-11-25 Tom CleggCheck refresh trigger in crunch-job instead of crunch...
2013-11-25 Tom CleggAvoid starting new jobs when TERM signal has been received.
2013-11-23 Tim PierceRuby 2.0.0-p247 -> p353 (now installed as stable).
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-22 Tom CleggFix base class of ApiClient model so as_api_response...
2013-11-22 Tom CleggFix up keep_disks/ping and add tests. refs #1581
2013-11-22 Ward VandewegeOnly apply the auto_admin_user configuration rule when...
2013-11-21 Ward VandewegeOnly apply the auto_admin_user configuration rule when...
2013-11-20 Tom Cleggadd script/create_superuser_token.rb
2013-11-20 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-20 Ward Vandewege* Docker API container: add support for the auto_admin_...
2013-11-20 Tim PierceConverted README to real markdown.
2013-11-20 Tim PierceFix dependencies.
2013-11-20 Tim PierceImprove Makefile rules.
2013-11-20 Ward VandewegeAdd a config setting: auto_admin_user
2013-11-20 Tim PierceConverted README to real markdown.
2013-11-20 Tim PierceFix dependencies.
2013-11-20 Tim PierceImprove Makefile rules.
2013-11-20 Ward VandewegeMake workbench work with the API server.
2013-11-20 Ward VandewegeMake sure the API rails app tmp directory is writable...
2013-11-20 Ward Vandewege* Mention SSO server to documentation in README
2013-11-20 Tom CleggAdd threaded Keep.put()
2013-11-20 Tim PierceFixed Makefile dependencies, added docker_build script...
2013-11-19 Ward VandewegeOptimize docserver/Dockerfile
next