arvados.git
2014-06-04 Peter Amstutz2882: arv-mount restores signal handlers after sp.wait...
2014-06-03 Peter Amstutz2882: Explicit polling frequency
2014-06-03 Peter Amstutz2882: Added crunchstat service to collect cgroup stats...
2014-06-02 Peter Amstutz2882: crunch-dispatch now sends a clean environment...
2014-06-02 Peter Amstutz2882: Added button to cancel a running job.
2014-06-02 Peter Amstutz2882: arv-mount --exec forwards SIGINT and SIGTERM...
2014-06-02 Peter AmstutzMerge branch 'master' into 2882-job-process-stats refs...
2014-06-02 Brett Smith2752: Show arv-put output on stdin test failure.
2014-06-02 Brett Smith2755: Adjust arv-put test invocation.
2014-06-02 Brett Smith2752: arv-put works when it can't write a cache file.
2014-06-02 Brett Smith2752: Rename test_arv_put.py.
2014-06-02 Brett Smith2752/2755: Move test_cmdline code to test_arv-put.
2014-06-02 Peter Amstutz2939: Use JSON.dump instead of Oj.dump, solves the...
2014-06-02 Peter AmstutzMerge remote-tracking branch 'origin/master' into origi...
2014-06-02 Peter Amstutz2939: Added repository to re-run with latest button...
2014-06-01 Tom Clegg2872: Remove name column from collections table.
2014-05-31 Peter Amstutz2939: Added generic "options" parameter to #create...
2014-05-31 Peter AmstutzMerge remote-tracking branch 'refs/remotes/origin/2939...
2014-05-31 Peter Amstutz2939: added no_reuse, nondeterministic
2014-05-30 Tom Clegg2939: Allow caller to pass additional parameters to...
2014-05-30 Tom Clegg2893: Fix accepting JSON-encoded components_summary...
2014-05-30 Peter Amstutz2939: Added a status page for jobs that is similar...
2014-05-30 Tim PierceMerge branch '2755-python-sdk-permissions'
2014-05-30 Tim PierceMerge branch 'master' into 2755-python-sdk-permissions
2014-05-30 Brett Smith2752: Include arvados.commands submodule in built packages.
2014-05-30 Tom Clegg2893: Merge branch '2893-no-symbols-in-db' closes ...
2014-05-30 Tom Clegg2893: Merge branch 'master' into 2893-no-symbols-in-db
2014-05-30 Tim PierceMerge remote-tracking branch 'refs/remotes/origin/2755...
2014-05-30 Tim Pierce2755: add unit test for Collection.normalize_uuid.
2014-05-30 Peter AmstutzPass PATH, PYTHONPATH and PERLLIB environment from...
2014-05-30 Tom Clegg2893: Add test cases. Stringify all serialized attrs...
2014-05-30 Tom Clegg2755: Let the API server decide the correct collection...
2014-05-30 Tom Clegg2931: Remove {dependent: :destroy} in ArvadosModel...
2014-05-30 Brett SmithMerge branch '2752-arv-put-resume'
2014-05-30 Brett Smith2752: arv-put doesn't update the resume cache when...
2014-05-30 Brett Smith2752: arv-put explains resumed uploads in more detail.
2014-05-30 Brett Smith2752: arv-put writes newline after 100% human progress...
2014-05-30 Brett Smith2752: arv-put always displays 100% progress at the...
2014-05-30 Brett Smith2752: Avoid ResumeCache name collisions from concatenat...
2014-05-30 Brett Smith2752: arv-put checkpoints after a PUT to Keep.
2014-05-30 Brett Smith2752: arv-put handles exit signals.
2014-05-30 Brett Smith2752: Resumed collection writer doesn't do_queued_work...
2014-05-30 Brett Smith2752: Remove unused CollectionWriter checkpoint hook.
2014-05-30 Brett Smith2752: arv-put only caches state on failure.
2014-05-30 Brett Smith2752: Don't duplicate arv-put work after resume.
2014-05-30 Brett Smith2752: arv-put displays progress quickly after resuming.
2014-05-30 Brett Smith2752: arv-put displays a notice when it resumes.
2014-05-30 Brett Smith2752: arv-put ResumeCache constructor only accepts...
2014-05-30 Brett Smith2752: Fix arv-put's write percentage output.
2014-05-30 Brett Smith2752: Quiet arv-put stdin integration test.
2014-05-30 Brett Smith2752: Avoid hiccup on arv-put with short stdin.
2014-05-30 Brett Smith2752: Improve arv-put initialization from cache.
2014-05-30 Brett Smith2752: arv-put saves and restores write progress informa...
2014-05-30 Brett Smith2752: arv-put shouldn't resume from expired Keep locators.
2014-05-30 Brett Smith2752: Add KeepLocator class to Python SDK.
2014-05-30 Brett Smith2752: arv-put resumes interrupted downloads from cache.
2014-05-30 Brett Smith2752: Add ResumeCache.restart().
2014-05-30 Brett Smith2752: Refactor progress reporting in arv-put's Collecti...
2014-05-30 Brett Smith2752: Separate and test progress reporting functions.
2014-05-30 Brett Smith2752: Factor out arv-put byte tally, and test.
2014-05-30 Brett Smith2752: Add ResumableCollectionWriter serialization to...
2014-05-30 Brett Smith2752: Add ResumeCache to arv-put.
2014-05-30 Brett Smith2752: Generate cache filenames from arv-put arguments.
2014-05-30 Brett Smith2752: Add basic test for arv-put.
2014-05-30 Brett Smith2752: Extract common Python test methods.
2014-05-30 Brett Smith2752: Move arv-put functionality to arvados.commands...
2014-05-30 Brett Smith2752: Move Python tests to dedicated subdirectory.
2014-05-30 Brett Smith2752: Add arvados.collections.ResumableCollectionWriter.
2014-05-30 Brett Smith2752: Implement CollectionWriter with a work queue.
2014-05-30 Brett Smith2752: Reuse CollectionWriter.write_file() where possible.
2014-05-30 Brett Smith2752: Add method CollectionWriter.write_file().
2014-05-30 Brett Smith2752: Remove trailing whitespace in arv-put.
2014-05-30 Brett Smith2752: Add tests for CollectionWriter.write_directory_tr...
2014-05-30 Brett Smith2752: Clean up after Python SDK Collections tests.
2014-05-30 Brett Smith2752: Refactor Python SDK test_collections.
2014-05-30 Brett Smith2752: Clean up arv-put imports.
2014-05-30 Tim Pierce2755: comment doc fix.
2014-05-29 Tim Pierce2755: code review.
2014-05-29 Tom Clegg2762: Do not try to auto-destroy referring links when...
2014-05-29 Tom Clegg2754: Change "create pipeline" label to "run", to match...
2014-05-29 Peter AmstutzAnother fix to sharing scope to use keep_services/acces...
2014-05-29 Peter AmstutzAdded proper sharing scope to permit actually downloadi...
2014-05-29 Tim Pierce2755: code review.
2014-05-29 Brett Smith2753: Fix Collection inline file view.
2014-05-29 Peter AmstutzAdded rescue AccessForbiddenException to collections...
2014-05-29 Peter AmstutzMerge branch '2044-share-button' refs #2766
2014-05-29 Peter AmstutzGo Keep client correctly closes response body on client...
2014-05-28 Tim Pierce2755: add support to arv-put for signed manifests.
2014-05-28 radhikaMerge branch 'master' of git.curoverse.com:arvados
2014-05-28 radhikaAn equivalent of this script is now at services/api...
2014-05-28 Tom Clegg2754: Merge branch '2754-pipeline-template-description...
2014-05-28 Tom Clegg2893: Add more tests for bogus serialized hash values.
2014-05-28 Tom Clegg2893: Add test for un-symbolizing existing db content.
2014-05-28 Tom Clegg2893: Prevent symbol keys/values in serialized attributes.
2014-05-28 Tom Clegg2754: Add migration missing from commit:fe84c84827af609...
2014-05-28 Peter Amstutz2044: Fixed CollectionsController#search_scopes to...
2014-05-28 Ward VandewegeDo not use symbol keys in the properties of permission...
2014-05-28 Peter AmstutzMerge branch 'master' into 2044-share-button
2014-05-28 Tom Clegg2892: Fix user agreement routing. closes #2892
2014-05-28 Tom Clegg2862: Use ?format=js so browser does not think js and...
next