arvados.git
2016-08-15 Lucas Di Pentima9463: Get Collection's manifest text including only...
2016-08-05 Lucas Di Pentima9463: Mock usage corrections on a test that was produci...
2016-08-05 Lucas Di Pentima9463: On failure, commit the cache file too, before...
2016-07-29 Lucas Di Pentima9463: Unify replication_desired & write_copies paramete...
2016-07-28 Lucas Di Pentima9463: Unified use of 'replication_desired' param on...
2016-07-27 Lucas Di Pentima9463: Parameter naming unification on _BlockManager...
2016-07-26 Lucas Di Pentima9463: Temp files & dirs creation/cleanup moved to setUp...
2016-07-26 Lucas Di Pentima9463: Added logging messages to warn the user about...
2016-07-26 Lucas Di Pentima9463: Optimizations on _write_ffile()
2016-07-26 Lucas Di Pentima9463: Use a constant as a template for initializing...
2016-07-22 Lucas Di Pentima9463: Finished writing tests for ArvPutUploadJob
2016-07-19 Lucas Di Pentima9463: Updated integration test to mock current implemen...
2016-07-19 Lucas Di Pentima9463: Using finally: on except: clause to stop the...
2016-07-14 Lucas Di Pentima9463: blank spaces cleanup
2016-07-14 Lucas Di Pentima9463: New approach on this arv-put revamping: the ArvPu...
2016-07-08 Lucas Di Pentima9463: Finished first draft on arv-put command use of...
2016-07-07 Lucas Di Pentima9463: Fixed some integration tests broken because of...
2016-07-07 Lucas Di Pentima9463: Added to Collection a way to ask _BlockManager...
2016-07-07 Lucas Di Pentima9463: Added desired replication level to collection...
2016-07-07 Lucas Di Pentima9463: Polishing the last details to make the integratio...
2016-07-05 Lucas Di Pentima9463: Lots of progress today, resume upload code writte...
2016-07-04 Lucas Di Pentima9463: Resume cache implementation (WIP)
2016-07-01 Lucas Di Pentima9463: Initial coding with tests
2016-06-24 Peter Amstutz9488: Add log message to notify users on sucessful...
2016-06-24 Tom CleggMerge branch '9486-filter-nodes'
2016-06-23 Tom Clegg9486: Use API to filter nodes by last_ping_at.
2016-06-22 Peter AmstutzUpdate run-build-packages versions for schema_salad...
2016-06-22 Peter AmstutzMerge branch 'origin-8442-cwl-crunch2' closes #8442
2016-06-22 Peter AmstutzMerge branch 'master' into origin-8442-cwl-crunch2
2016-06-22 Peter Amstutz8442: Code cleanup. Remove dead code. Update comments.
2016-06-22 Brett SmithPySDK: Fix spelling of X-Keep-Desired-Replicas header.
2016-06-21 Peter Amstutz8442: Fix error reporting on missing Docker image
2016-06-21 Peter AmstutzIncrease timeout on failing websocket test. refs ...
2016-06-21 Peter AmstutzMerge branch '9427-threaded-websockets' closes #9427
2016-06-21 Peter Amstutz8442: Make work_api parameter to ArvCwlRunner construct...
2016-06-21 Peter Amstutz8442: cwl-runner crunch script must provide work_api...
2016-06-21 Peter Amstutz8442: Bugfixes from end-to-end testing.
2016-06-21 Peter Amstutz9427: Back out redundant connection pool configuration...
2016-06-21 Peter Amstutz8442: Fix tests. Update comments. Rename jobs ->...
2016-06-20 Peter Amstutz8442: Rename --crunch1 and --crunch2 options to --api...
2016-06-20 Lucas Di PentimaMerge branch '9180-avoid-overreplication-keepclient'
2016-06-20 Peter AmstutzMerge branch '9353-retry-http-error' closes #9353
2016-06-20 Peter Amstutz9427: Add limits for connections, subscriptions, queued...
2016-06-20 Peter AmstutzAdd missing arvbox package "virtualenv" refs #9408
2016-06-17 Peter Amstutz9427: Add connection limit.
2016-06-17 Peter AmstutzBugfix "arv-ws --id" option, refs #9388.
2016-06-17 Peter Amstutz9427: Websockets now uses a thread per connection for...
2016-06-17 radhikacloses #9372
2016-06-17 radhikaMerge branch 'master' into 9372-container-display
2016-06-17 radhika9372: improve container_work_unit -> uri method to...
2016-06-16 Lucas Di Pentima9180: Changed some of the logic on ThreadLimiter and...
2016-06-16 radhika9372: The children of a Container will be ContainerRequ...
2016-06-16 radhika9372: variable names and comments.
2016-06-16 Brett Smith9408: Restore build-essential and ruby-dev to arvbox.
2016-06-16 Lucas Di PentimaMerge branch '9417-asserttrue-for-value-comparison'
2016-06-15 Lucas Di Pentima9417: Replaced assertTrue() with assertEqual() on Retry...
2016-06-15 Lucas Di PentimaFirst try, don't think it'll work
2016-06-15 Peter Amstutz8442: Generatefiles encode utf-8
2016-06-15 Peter Amstutz8442: Submit CommandLineTool containers directly withou...
2016-06-15 Peter Amstutz8442: Tweak internal handling of keep: paths, examine...
2016-06-15 Peter Amstutz8442: more import fixups, import workflow file correctly.
2016-06-15 Peter Amstutz8442: import fixups
2016-06-15 Peter Amstutz8442: Debugging container --submit with crunch2
2016-06-15 Peter Amstutz8442: Adding --submit support with --crunch2. General...
2016-06-15 Peter Amstutz8442: Fix message
2016-06-15 Peter Amstutz8442: raise UnsupportedRequirement for unsupported...
2016-06-15 Peter Amstutz8442: Setting up mount points works. Capturing output...
2016-06-15 Peter Amstutz8442: Return PDH for Docker container. Working on...
2016-06-15 Peter Amstutz8442: Submit containers Work in progess.
2016-06-15 Peter Amstutz8442: Add --crunch1/--crunch2 switch
2016-06-15 Peter Amstutz8442: CWL create crunch2 containers WIP
2016-06-15 Tom CleggMerge branch '9395-keep-balance-page-size'
2016-06-15 Tom Clegg9395: Fix encoding of integers in query params.
2016-06-15 Tom Clegg9395: Explain CollectionBatchSize and CollectionBuffers...
2016-06-15 Tom Clegg9395: Add CollectionBuffers config to keep-balance.
2016-06-15 Tom Clegg9395: Add CollectionBatchSize config to keep-balance.
2016-06-15 Peter AmstutzAdd missing arvbox package "sudo" refs #9408
2016-06-15 Peter AmstutzUse "less -R" in "arvbox log" so that color codes from...
2016-06-15 Brett SmithMerge branch '9309-centos-7-install-guide-wip'
2016-06-15 Brett Smith9309: Add CentOS 7 to Install Guide.
2016-06-15 Peter AmstutzAdd missing package 'less'. Also reduce crunch-dispatc...
2016-06-15 radhikaMerge branch 'master' into 9372-container-display
2016-06-15 Lucas Di PentimaMerge branch '9408-arvbox-dockerfile-pulls-unnecessary...
2016-06-15 radhika9372: Corrected dashboard display to list container_req...
2016-06-15 Brett Smith9309: Bump Rails package iteration.
2016-06-15 Brett SmithPackage build directories get same owner as $WORKSPACE.
2016-06-15 Brett SmithMerge branch '9309-centos-7-rails-scripts-wip'
2016-06-15 Brett Smith9345: Use same script to test all Rails packages.
2016-06-15 Brett Smith9309: Add systemd support to Rails package scripts.
2016-06-15 Lucas Di Pentima9408: Added apt-get flag to avoid installing 'Recommend...
2016-06-15 Tom CleggMerge branch '9374-go-sdk'
2016-06-15 Tom Clegg9374: Remove unused receivers.
2016-06-15 Tom Clegg9374: Fix uses of "this" as receiver name.
2016-06-15 Tom Clegg9374: Use arvados.Collection instead of own CollectionR...
2016-06-15 Tom Clegg9374: Propagate API transaction error details from...
2016-06-15 Tom Clegg9374: Add arvados.APIClientAuthorization.
2016-06-15 Tom Clegg9374: Consolidate various Container structs as arvados...
2016-06-14 radhika9372: name and description can be edited on containers...
2016-06-14 Peter AmstutzMerge branch '9388-websocket-every-notify' closes ...
2016-06-14 Peter AmstutzMerge branch '8442-crunch-run-enable-net' refs #8442
next