arvados.git
2015-02-06 Tom CleggMerge branch '5011-arv-put-replication' closes #5011
2015-02-06 Tom Clegg5011: Fix comment about when local_store_* methods...
2015-02-06 Tom CleggMerge branch '3021-leave-api-running' refs #3021
2015-02-06 Tom Clegg5011: Merge branch 'master' into 5011-arv-put-replication
2015-02-06 Tom Clegg5011: Make docstring less scary.
2015-02-06 Peter Amstutz3021: Bugfix for arvados_fuse.TagsDirectory to correctl...
2015-02-06 Tom Clegg3021: Use bind(0.0.0.0, 0) instead of grep /proc/net...
2015-02-06 Brett SmithRelax version limit of python-daemon dependencies.
2015-02-06 Tom Clegg3021: Merge branch 'master' into 3021-leave-api-running
2015-02-06 Tom Clegg3021: We use passenger in dev and test environments...
2015-02-06 Tom Clegg3021: Make sure any unexpected openssl output ends...
2015-02-05 Tom Clegg3021: Reduce race potential by resetting database after...
2015-02-05 Tom Clegg3021: Remove unused variable.
2015-02-05 Tom Clegg3021: Use kwargs to pass options through make_mount...
2015-02-05 Brett SmithMerge branch '5141-workbench-numeric-inputs-wip'
2015-02-05 Brett Smith5141: Workbench permits float values for number pipelin...
2015-02-05 Tom Clegg3021: Give up earlier if ARVADOS_TEST_API_HOST is set...
2015-02-05 Tom Clegg3021: Reset env vars in any reset(), not just in start().
2015-02-05 Tom CleggAvoid optional disk cache usage if it is owned by a...
2015-02-05 Brett Smith5135: Workbench consistently orders modal buttons.
2015-02-05 Tom Clegg3021: Set env var to empty string instead of removing...
2015-02-05 Tom Clegg5011: Add forward compatibility, so we don't need backw...
2015-02-05 Tom Clegg5011: Add tests and comments for redundancy vs. replica...
2015-02-05 Tom Clegg5011: Fix up docstring.
2015-02-05 Tom CleggMerge branch '4472-save-partial-output' closes #4472
2015-02-05 Tom Clegg5011: Dry up three different solutions for mocking...
2015-02-05 Tom Clegg5011: Merge branch 'master' into 5011-arv-put-replication
2015-02-05 Tom Clegg3021: In start(), if a stale server is already running...
2015-02-05 Tom Clegg3021: Check whether a randomly selected port is availab...
2015-02-05 Tom Clegg3021: Don't worry about env vars, run_test_server.py...
2015-02-04 Tom Clegg3021: Fix use of inaccessible global in atexit handler.
2015-02-04 Tom Clegg3021: Remove ARVADOS_KEEP_PROXY support. (If you need...
2015-02-04 Tom Clegg3021: Set up a proxy-only keepclient manually, instead...
2015-02-04 Tom Clegg3021: Tidy up (and document) the choice of exactly...
2015-02-04 Tom Clegg3021: Fix misspelled variable.
2015-02-04 Tom CleggMerge branch '2659-anonymous-share-projects' refs ...
2015-02-04 Tom Clegg5011: Convert comment to docstring.
2015-02-04 Tom Clegg5011: Sync local_store_put/get() signatures to put...
2015-02-04 Tom Clegg5011: Use None, not 0, to signify default replication.
2015-02-04 Tom Clegg2659: Use a partial instead of a switch block for the...
2015-02-04 Tom Clegg2659: Use assert_operator to help debug unreliable...
2015-02-04 Tom Clegg2659: Split skip_around_filter back into two separate...
2015-02-04 Brett Smith5131: Document run-command's escape sequences.
2015-02-04 Radhika Chippada2659: Do not turn on anonymous config by default in...
2015-02-04 Radhika Chippada2659: add publicly accessible pipeline instance and...
2015-02-04 Radhika ChippadaMerge branch '2659-anonymous-share-projects' of git...
2015-02-04 Radhika ChippadaMerge branch 'master' of git.curoverse.com:arvados...
2015-02-04 Tom Clegg2659: Fix up chicken-and-egg conditions in seed setup.
2015-02-04 Tom Clegg2659: Fix infinite recursion while creating system_user.
2015-02-04 Radhika ChippadaMerge branch '2659-anonymous-share-projects' of git...
2015-02-04 Radhika Chippada2659: tests do not "assume" that anonymous configuratio...
2015-02-04 Tom Clegg2659: Token fail during download is 404 when anon token...
2015-02-04 Tom Clegg2659: Fix anonymous token test.
2015-02-03 Radhika Chippada2659: add test cases where anonymous config is turned...
2015-02-03 Tom Clegg2659: Add separate test for "run pipeline" notification...
2015-02-03 Tom Clegg2659: Do not ask to skip_around_filter(only:...) and...
2015-02-03 Tom Clegg2659: Check anon config at runtime instead of boot...
2015-02-03 Brett SmithMerge branch '5131-run-command-consume-backslashes...
2015-02-03 Brett Smith5131: run-command consumes escape backslashes.
2015-02-03 Tom Clegg2659: Remove obsolete "don't create jobs in workbench...
2015-02-03 Tom Clegg2659: Update test to match changed error message.
2015-02-03 Tom Clegg2659: Remove obsolete "don't create collections in...
2015-02-03 Tom Clegg2659: Back out unneeded condition. Fix up whitespace.
2015-02-03 Tom Clegg2659: Toggle features according to editable? and creata...
2015-02-03 Tom Clegg2659: Fix indentation.
2015-02-03 Tom Clegg2659: Use Collection.creatable? to toggle selection...
2015-02-03 Tom Clegg2659: Reload seeds (system_user et al.) after cache...
2015-02-03 Brett Smith5087: API server uses a crunch-job with bugfix.
2015-02-03 Tom Clegg2659: Set group_class=role on anonymous group, change...
2015-02-03 Tom Clegg2659: Fix crash in /users/current when not logged in.
2015-02-03 Tom Clegg2659: Fix up 404 page.
2015-02-03 Tom Clegg2659: Fix crashes when current_user is nil.
2015-02-03 Tom Clegg2659: Send anonymous token as a reader token with all...
2015-02-03 Radhika Chippada2659: Finally understood the mystery behind the "anonym...
2015-02-03 Radhika Chippada2659: Expect redirect to login page when show method...
2015-02-03 Radhika Chippada2659: fix test assertion
2015-02-03 Radhika Chippada2659: enable anonymous user config in test environment.
2015-02-03 Radhika Chippada2659: add a "you are not logged in" warning in 404...
2015-02-03 Radhika ChippadaMerge branch 'master' into 2659-anonymous-share-projects
2015-02-03 Radhika Chippada2659: skip require_thread_api_token filter only when...
2015-02-02 Radhika Chippada2659: Do not require login for project tab_counts metho...
2015-02-02 Radhika Chippada2659: load @prov_svg outside of the 'if current_user...
2015-02-02 Radhika Chippada2659: prevent nil exception when a content hash link...
2015-02-02 Radhika Chippada2659: anonymous token handling in api client updated
2015-02-02 Radhika Chippada2659: no need for permit_anonymous_browsing_for_public_...
2015-02-02 Radhika Chippada2659: is_anonymous helper method is not needed anymore.
2015-02-02 Radhika Chippada2659: do not include "You are viewing public data"...
2015-02-02 Ward VandewegeDocumentation cleanup: CLI SDK:
2015-02-02 Tom Clegg3021: Use `passenger stop` to shut down passenger....
2015-02-02 Radhika Chippada2659: instead of setting up a session as anonymous...
2015-02-02 Radhika Chippada2659: add some more text assertions; several of the...
2015-02-02 Radhika Chippada2659: remove most of the user-based tests since they...
2015-02-02 Tom Clegg3021: gitignore **/vendor
2015-02-02 Tom Clegg3021: Use run_test_server.py instead of the special...
2015-02-02 Radhika Chippada2659: slightly improved test flows
2015-02-02 Tom Clegg3021: Round up various implementations of "run test...
2015-02-02 Tom Clegg3021: Refactor run_test_server.
2015-02-02 Radhika Chippada2659: add completed job fixture in publicly accessible...
2015-02-02 Radhika Chippada2659: (1) Update link_to_if_arvados_object method to...
2015-02-02 Tom Clegg3021: Propagate unhandled exceptions back to the caller...
next