2013-12-10 |
Tom Clegg | Merge branch '1646-arv-put' |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Point "arv keep get/put" to arv-get/put and unsupport... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Add "Install client libraries" page to doc/install/. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Support invoking arv-get and arv-put via "arv get"... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Add python client library package: arv-get, arv-put... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tim Pierce | Fix port flags for "run.sh start". |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Rename doc page to match title. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Add "Create standard objects" page in install docs. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Support the use of groups to grant repository permissions. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Clean up arvados_bwa module and add docstrings. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Clegg | Merge branch 'master' into 1646-arv-put |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tim Pierce | Merge branch '1587-fix-test-suites-in-devsandbox' |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Add arv-get -f (force overwrite) and --skip-existing... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Support "arv-get {locator}/filename path/to/localdir... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Fail gracefully when fetching a raw block that does... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Fail more gracefully on some common error conditions |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Use our own exception classes, instead of just Exception |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Fix crash when destination directory supplied without... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Use body={...} instead of object_type=json.dumps({... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Tom Clegg | Add example scripts and libraries for bwa, samtools... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Tim Pierce | Adding 'run.sh test api' to run API server Rails tests. |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Tom Clegg | Ignore config/environments/test.rb and production.rb |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Tom Clegg | Ignore tmp directory created by cli tests |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Tim Pierce | Added 'test' command to run.sh. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tim Pierce | run.sh: bug fixes |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tim Pierce | run.sh: add "stop" command, also remove old containers... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tom Clegg | Remove spurious "if". |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tom Clegg | Use some helpful HTTP status codes, not just generic... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tom Clegg | Check permission before deleting objects |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tim Pierce | Reorganized code to support 'start' command. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tim Pierce | run.sh prints instructions/settings for running a test... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tim Pierce | Add support for ARVADOS_API_PORT. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tim Pierce | Superuser script must be run as ./script/create_superus... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tim Pierce | API_SUPERUSER_TOKEN must be named API_SUPERUSER_SECRET... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tim Pierce | run.sh bug fixes. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tim Pierce | Mount separate volumes for each keep container launched. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Ward Vandewege | Allow overriding of default ports for API, doc, SSO... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Fix failing test by parsing timestamp correctly. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Fix PermissionDeniedError when a non-admin user is... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tim Pierce | Changes to permit keep_server containers to authenticat... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Add arvados.getjobparam() convenience function. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Accept empty string as root stream name "." in |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Accept data from a generator in arvados.CollectionWrite... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Sort filenames when writing multi-level streams in |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Add arvados.util.clear_tmpdir() function. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Pass through stderr in real time by default in util... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Allow caller to override close_fds in util.run_command() |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Use collection hash instead of entire manifest as symli... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Ward Vandewege | Only require keep volume when a keep container is being... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Improve compatibility with whput. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Fix sha1 test, dry up "remove ./tmp/foo" preparations |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Clegg | Command line usability improvements. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Clegg | Make the sample "Add authorized key" button non-clickable. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Clegg | Add delete button to generic Workbench index page. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Clegg | Remove Rails default scaffold CSS. |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Tom Clegg | Add arv-get, a whget replacement built on the Python... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tom Clegg | Add arv-put --as-raw option. |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tom Clegg | Add CollectionWriter.data_locators() |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Clegg | Add --as-stream test. |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Tom Clegg | Add arv-put, a whput replacement built on the Python... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Tom Clegg | Show how crunch job tasks get their runtime parameters... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Tom Clegg | Clear TASK_WORK before starting a task. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tom Clegg | Use new-style Python classes (subclass object), so... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Tim Pierce | Add --api, --sso, --workbench, --doc, --keep options... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Ward Vandewege | Refactored and updated run.sh: |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Ward Vandewege | build.sh has been superseded by Makefile. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Ward Vandewege | Rename docserver to doc for consistency. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Ward Vandewege | Add an SSH server in each docker container. |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Tom Clegg | Do not require filesystem_uuid in first keep_disks... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Tom Clegg | Update crunch_refresh_trigger config setting name in... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Tom Clegg | Add job.cancel API. |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Tom Clegg | Fix config setting name. |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Tom Clegg | Update comments in config/environment/ files. |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Tom Clegg | Check refresh trigger in crunch-job instead of crunch... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Tom Clegg | Avoid starting new jobs when TERM signal has been received. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Tim Pierce | Ruby 2.0.0-p247 -> p353 (now installed as stable). |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Tom Clegg | Avoid infinite poll loop triggered by (:running and... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Clegg | Fix scalar gmtime() usage. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Clegg | Fix missing "my" scope. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Clegg | Allow users to cancel a running crunch job by updating... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Clegg | Fix base class of ApiClient model so as_api_response... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Clegg | Fix up keep_disks/ping and add tests. refs #1581 |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Ward Vandewege | Only apply the auto_admin_user configuration rule when... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Ward Vandewege | Only apply the auto_admin_user configuration rule when... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tom Clegg | add script/create_superuser_token.rb |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Ward Vandewege | Merge branch 'master' of git.clinicalfuture.com:arvados |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Ward Vandewege | * Docker API container: add support for the auto_admin_... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tim Pierce | Converted README to real markdown. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tim Pierce | Fix dependencies. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tim Pierce | Improve Makefile rules. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Ward Vandewege | Add a config setting: auto_admin_user |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tim Pierce | Converted README to real markdown. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tim Pierce | Fix dependencies. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tim Pierce | Improve Makefile rules. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Ward Vandewege | Make workbench work with the API server. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Ward Vandewege | Make sure the API rails app tmp directory is writable... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Ward Vandewege | * Mention SSO server to documentation in README |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tom Clegg | Add threaded Keep.put() |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Tim Pierce | Fixed Makefile dependencies, added docker_build script... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Ward Vandewege | Optimize docserver/Dockerfile |
commit | commitdiff | tree | snapshot |
next |