10218: Save the container record as a json file and also write it on the logs.
[arvados.git] / sdk / python /
2016-12-12 Lucas Di Pentima10383: Added logger calls for all error/warning/info...
2016-12-11 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-12-09 Lucas Di Pentima10383: Start cache file from scratch when using --no...
2016-12-09 Lucas Di Pentima10383: Merge branch 'master' into 10383-arv-put-increme...
2016-12-09 Lucas Di Pentima10383: Added 2 tests to check that no resuming take...
2016-12-09 Lucas Di Pentima10383: Exception usage correction
2016-12-09 Lucas Di Pentima10383: Refactored the file upload decision code so...
2016-12-09 Lucas Di PentimaMerge branch '10587-python-cli-version'
2016-12-09 Lucas Di Pentima10585: Merge branch 'master' into 10587-python-cli...
2016-12-08 Lucas Di Pentima10383: Check for expired tokens when getting already...
2016-12-08 Tom CleggMerge branch '10467-client-disconnect' refs #10467
2016-12-08 Lucas Di Pentima10383: Changed the time between updates from 1 to 20...
2016-12-08 Lucas Di Pentima10383: Removed deprecated --max-manifest-depth argument...
2016-12-07 Lucas Di Pentima10587: Added setuptools dependency to install_requires...
2016-12-07 Lucas Di Pentima10587: Removed use of multiprocessing module on --versi...
2016-12-06 Lucas Di Pentima10587: Added tests to Python commands to check for...
2016-12-05 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-12-01 Peter AmstutzMerge branch 'origin-10293-cwl-cr-output' closes #10293
2016-11-30 Lucas Di Pentima10587: Adding --version argument to Python SDK cli...
2016-11-30 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-29 Lucas Di Pentima5737: Merge branch 'master' into 5737-ruby231
2016-11-29 radhikacloses #10518
2016-11-28 Tom CleggMerge branch '10586-writer-pool-deadlock' refs #10586
2016-11-28 Tom Clegg10586: Add extra notify_all() as deadlock insurance.
2016-11-28 Tom Clegg10586: Fix misuse of "!=" to mean "is not".
2016-11-28 Tom Clegg10586: Do not pile on more errors in the service.finish...
2016-11-28 radhikaMerge branch 'master' into 10293-cwl-cr-output
2016-11-25 Tom Clegg10586: Suppress stack traces for expected http errors.
2016-11-25 Tom Clegg10586: Fix deadlock in KeepWriterThreadPool.
2016-11-23 Tom CleggMerge branch '10484-count-clients' closes #10484
2016-11-23 Tom CleggMerge branch 'master' into 9998-unsigned_manifest
2016-11-23 Tom Clegg10535: Fix race-to-deadlock bugs in tests.test_events...
2016-11-22 radhikarefs #10524
2016-11-22 radhikaMerge branch 'master' into 10293-cwl-cr-output
2016-11-22 radhikacloses #10524
2016-11-22 Tom CleggMerge branch 'master' into 9998-unsigned_manifest
2016-11-22 Tom CleggMerge branch '9897-log-block-prefetch-worker-exceptions...
2016-11-22 Lucas Di Pentima5737: Merge branch 'master' into 5737-ruby231
2016-11-22 Colin Nolan9897: Changes as per discussion in #9897.
2016-11-21 Lucas Di Pentima10383: Merge branch 'master' into 10383-arv-put-increme...
2016-11-21 Lucas Di Pentima10383: Several fixes/enhancements to arv-put:
2016-11-21 Lucas Di Pentima10383: Fixed an error when using Collection.copy()...
2016-11-17 Lucas Di Pentima10383: Unused exception removed.
2016-11-17 Lucas Di Pentima10383: Tidying up internal collection management and...
2016-11-17 Lucas Di Pentima10383: Now --update-collection is not mutually exclusiv...
2016-11-17 Lucas Di Pentima10383: Removing unnecessary locking, as Collection...
2016-11-17 Tom Clegg8460: Stop existing nginx server, if any, before starti...
2016-11-17 Tom Clegg8460: Structured logging.
2016-11-17 Lucas Di Pentima10383: Re-done of the resume and update logic:
2016-11-16 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-16 Lucas Di Pentima10383: Using os.walk() to traverse input directories...
2016-11-16 Tom Clegg8460: Pass tests even if websocket server sends events...
2016-11-16 Tom Clegg8460: Support created_at filters.
2016-11-15 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-15 Peter AmstutzMerge branch '10346-rearrange-api-docs' closes #10346
2016-11-15 Colin Nolan9897: Logs errors encountered by block prefetch workers.
2016-11-15 Tom Clegg8460: Use websocket server for integration tests.
2016-11-12 Lucas Di Pentima10383: Tests have been adapted to the new behaviour.
2016-11-11 Lucas Di Pentima10383: Enhancements/fixes to the collection update...
2016-11-11 Lucas Di Pentima10383: Fixed Collection.find() so that it returns None...
2016-11-04 Lucas Di Pentima10383: Added --update-collection parameter to arv-put...
2016-11-04 Peter AmstutzMerge branch '9849-cwl-efficient-log-scan' refs #9849
2016-11-04 Peter AmstutzMerge branch '9849-cwl-docker-lookup' refs #9849
2016-11-03 Tom CleggMerge branch '10224-efficient-event-poll-startup' refs...
2016-11-03 Tom Clegg10224: Choose a recent-event threshold without querying...
2016-10-31 Tom Clegg10343: Merge branch 'master' into 10343-dockercleaner...
2016-10-31 radhikaMerge branch 'master' into 10231-keep-cache-runtime...
2016-10-31 Lucas Di PentimaMerge branch '10315-new-arv-put-performance'
2016-10-28 Lucas Di Pentima10315: Merge branch 'master' into 10315-new-arv-put...
2016-10-28 Lucas Di Pentima10315: Moved conditional on pending write size checking
2016-10-28 Lucas Di Pentima10315: Update pending write size count just before...
2016-10-28 Lucas Di Pentima10315: Added back the BlockManager's put threads lazy...
2016-10-26 Lucas Di Pentima10315: Moved the BlockManager's put threads lazy loadin...
2016-10-25 Lucas Di Pentima10315: Brought back the new arv-put tests from 9701...
2016-10-25 Lucas Di Pentima10315: Enhanced performance when writing lots of small...
2016-10-24 Lucas Di Pentima10315: Reduced the time between updates.
2016-10-24 Lucas Di Pentima10315: Allow small block packing passing flush=False.
2016-10-21 Tom Clegg10008: Merge branch 'master' into 10008-flaky-token...
2016-10-21 Tom CleggMerge branch 'crunch-job_finds_newer_docker_hashes...
2016-10-21 Peter AmstutzMerge branch '10025-arvbox-layers' closes #10025
2016-10-20 Lucas Di Pentima10315: Bring back arv-put command from 9701's branch.
2016-10-20 Peter AmstutzMerge branch 'master' into 10172-crunch2-container...
2016-10-17 Peter AmstutzMerge branch '10200-cwl-crunch-script' closes #10200
2016-10-17 Tom CleggMerge branch '10211-double-close-crash' closes #10211
2016-10-17 Tom CleggMerge branch '10280-squeue-error' closes #10280
2016-10-17 Tom CleggMerge branch '9956-keepstore-config' refs #9956
2016-10-17 Tom Clegg9956: Fix run_test_server: default is now -enforce...
2016-10-17 Tom CleggMerge branch 'master' into 9956-keepstore-config
2016-10-14 radhikarefs #10227
2016-10-13 Peter AmstutzMerge branch '10221-cwl-pathmapping' closes #10221
2016-10-13 Peter AmstutzMerge branch '10259-cwl-pipeline' closes #10259
2016-10-13 Lucas Di Pentima10236: Merge branch 'master' into 10236-disable-event...
2016-10-13 Lucas Di PentimaMerge branch '10243-make-packing-optional'
2016-10-13 Lucas Di Pentima10243: Merge branch 'master' into 10243-make-packing...
2016-10-12 Lucas Di Pentima10243: Explicitly calling close(flush=False) on tests...
2016-10-12 Lucas Di PentimaMerge branch 'master' into 10243-make-packing-optional
2016-10-12 Lucas Di PentimaMerge branch '9463-revert-arv-put-commit'
2016-10-12 Lucas Di Pentima9463: Reverted tests related to old arv-put version.
2016-10-12 Lucas Di Pentima10243: Added a flush=True parameter to ArvadosFileWrite...
2016-10-12 Lucas Di PentimaMerge branch '9463-revert-arv-put-commit'
next