arvados.git
2015-12-01 Brett Smith7870: Teach crunch-dispatch to fail jobs it already... 7870-crunch-dispatch-retry-fail-lock-wip
2015-11-30 radhikacloses #7252
2015-11-27 radhikaMerge branch 'master' into 7252-go-sdk-errors
2015-11-27 Tom CleggMock dispatch instead of relying on rollback in child...
2015-11-27 Tom CleggClear job queue before testing crunch-dispatch start...
2015-11-27 Tom CleggMerge branch '7851-available-port' refs #7851
2015-11-27 Tom CleggFix crash on removing nonexistent directory.
2015-11-26 Tom Clegg7851: Use a random display (:100-:499 = port 6100-6499...
2015-11-26 Tom Clegg7851: Choose available ports for selenium and poltergeist.
2015-11-26 Tom CleggWarn, but do not error out, if a collection has conflic...
2015-11-26 radhikarefs #7253
2015-11-26 radhika7253: update the manifest_text for the test fixture...
2015-11-26 Tom CleggUpdate capybara in workbench bundle.
2015-11-26 radhikaMerge branch 'master' into 7252-go-sdk-errors
2015-11-26 radhikacloses #7253
2015-11-26 radhika7253: update manigest.parseManifestStream to raise...
2015-11-26 radhika7253: update BlockIterWithDuplicates to return any...
2015-11-26 radhikaMerge branch 'master' into 7253-datamanager-test-errors
2015-11-26 radhika7253: consume all blocks from BlockIterWithDuplicates...
2015-11-26 Peter AmstutzMerge branch '7832-pysdk-use-slots' refs #7832
2015-11-25 radhika7253: update arvadostest.stub to offer ServerStub and...
2015-11-25 radhika7253: rename arvadostest/testing.go as stub.go
2015-11-25 radhikaMerge branch 'master' into 7253-datamanager-test-errors
2015-11-25 radhika7252: convert fatalf's into errors in logger sdk code...
2015-11-25 Peter Amstutz7832: Add __slots__ and remove __del__ which interfers...
2015-11-25 Tom CleggMove remaining arv-run-pipeline-instance usage info...
2015-11-25 Tom Clegg7751: Clean up KEEP_LOCAL_STORE env var after tests.
2015-11-25 radhika7253: instead of ignoring errors during BlockIterWithDu...
2015-11-25 Tom Clegg5824: Move run_test_server diag messages from stdout...
2015-11-25 Tom CleggMerge branch '7751-mount-tmp' refs #7751
2015-11-25 Tom Clegg7751: Fix race by telling fuse not to cache the .arvado...
2015-11-25 Tom Clegg7751: Refactor TmpCollectionDirectory: generate .arvado...
2015-11-25 Tom Clegg7751: Fix stack trace on shutdown caused by race betwee...
2015-11-25 Tom Clegg7751: Fix shell wrapper code path.
2015-11-25 Tom Clegg7751: Lowercase method name for PEP-0008.
2015-11-25 Tom Clegg7751: Suppress help messages when testing usage errors.
2015-11-25 Tom Clegg7751: Update explanation of special .arvados#collection...
2015-11-25 Tom Clegg7751: Return an empty array from InodeCache.find()...
2015-11-25 Tom Clegg7751: Test mount arguments.
2015-11-25 Tom Clegg7751: Add tests for --mount-tmp option.
2015-11-25 Tom Clegg7751: Move code from arv-mount executable to module.
2015-11-25 Tom Clegg7751: Add --mount-tmp option.
2015-11-25 Tom CleggMerge branch '7676-dispatch-cheaper-nodes' closes ...
2015-11-25 Tom Clegg7676: Improve comments.
2015-11-25 Tom Clegg7676: Test choosing cheaper nodes, and basic crunch...
2015-11-25 Tom Clegg7676: Move crunch dispatch code into lib.
2015-11-25 Tom Clegg7676: Prefer cheaper nodes when allocating nodes to...
2015-11-25 radhika7253: Update test so that it compiles and passes.
2015-11-24 radhika7253: Write a test that "does not" fail when an invalid...
2015-11-24 radhika7253: Refactor APIStub and KeepServerStub into a testin...
2015-11-23 Tom Clegg7751: 7654: Rename bool to _closed to avoid conflicting...
2015-11-23 Peter AmstutzFix Azure node listing in node manager. refs #5353
2015-11-20 radhikacloses #7255
2015-11-20 radhikaMerge branch 'master' into 7255-manifests-in-datamanager
2015-11-20 radhika7255: rename test and update comments.
2015-11-20 Brett SmithInstall guide crunch-dispatch runit script exports...
2015-11-20 radhikaMerge branch 'master' into 7255-manifests-in-datamanager
2015-11-20 radhikacloses #7490
2015-11-20 radhikaMerge branch 'master' into 7490-datamanager-dont-die...
2015-11-20 radhikaMerge branch '7490-datamanager-dont-die-return-error...
2015-11-20 Tom Clegg7490: Quote strings in error messages, fixup error...
2015-11-20 Peter AmstutzMerge branch '5353-booted-size' refs #5353
2015-11-20 Peter Amstutz5352: Set node size on records returned from libcloud...
2015-11-20 Tom CleggMerge branch '7711-record-node-price' closes #7711
2015-11-20 Tom Clegg7711: Store cloud node size id and price in properties...
2015-11-20 radhika7255: update TestPutAndGetCollectionsWithMultipleStream...
2015-11-20 radhika7255: improve createMultiStreamBlockCollection to creat...
2015-11-20 Peter AmstutzFix for _size_shutdowns and node prices in node manager...
2015-11-20 radhikaMerge branch 'master' into 7255-manifests-in-datamanager
2015-11-20 radhikaMerge branch 'master' into 7490-datamanager-dont-die...
2015-11-19 radhika7490: remove loggerutil.LogErrorMessage that I added...
2015-11-19 radhika7490: use loggerutil to log any datamanager errors.
2015-11-19 Peter AmstutzMerge branch '5353-set-node-size' refs #5353
2015-11-19 Peter Amstutz5353: Remove checks that cloud_node.size is None (becau...
2015-11-19 Peter Amstutz5353: Explicitly set size field on node objects returne...
2015-11-19 radhika7490: Add Err to collection.ReadCollections and keep...
2015-11-19 Peter AmstutzHotfix: use a recursive lock for closed_lock so that...
2015-11-19 radhikaMerge branch 'master' into 7490-datamanager-dont-die...
2015-11-19 Peter AmstutzMerge branch '7654-ws4py-hang' closes #7654
2015-11-19 Peter AmstutzMerge branch '3137-arv-mount-stats' closes #3137
2015-11-19 Peter Amstutz3137: Bump Python SDK version requirement. Tweak Stats...
2015-11-18 radhika7255: add one more test with manifest_text with multipl...
2015-11-18 Brett SmithMerge branch '6923-crunch-no-dpkg-query-wip'
2015-11-18 Brett Smith6923: crunch-job logs PySDK version when minimally...
2015-11-18 Brett Smith6923: Improve Arvados SDK version logging in Crunch...
2015-11-18 radhika7255: test collections with empty manifest_text and...
2015-11-18 Peter Amstutz7654: Fix hang in close().
2015-11-18 Peter Amstutz3137: Change --stats to --crunchstat-interval as specif...
2015-11-18 Peter AmstutzMerge branch '5353-node-sizes' closes #5353
2015-11-18 Brett Smith6846: Streamline Workbench 404 page.
2015-11-18 Peter Amstutz5353: Remove extra assertion because busywait does...
2015-11-18 Peter Amstutz5353: Update comment about min_nodes and node size.
2015-11-18 Peter Amstutz5353: Add a couple comments to tests.
2015-11-18 Peter Amstutz5353: Fix typo in _nodes_wanted(). Calculate number...
2015-11-18 radhikaMerge branch 'master' into 7490-datamanager-dont-die...
2015-11-18 Peter Amstutz3137: Add --stats to arv-mount in crunch-job
2015-11-18 Peter Amstutz3137: Add counter & logging for cache hits
2015-11-18 Peter Amstutz3137: Refactor stats to record keep & fuse operations...
2015-11-17 sguthrieCloses #7235. Merge branch '7235-python-keep-client...
2015-11-17 sguthrieCloses #7235. Instead of setting KeepService's pycurl...
next