10645: regexp for keep_locator_in_json format
[arvados.git] / sdk /
2017-04-12 Lucas Di Pentima11341: Use NamedTemporaryFile instead of mkstemp for...
2017-04-12 Tom Clegg11308: Remove unused import.
2017-04-12 Peter Amstutz8465: Add unit test for generating container request...
2017-04-12 Peter AmstutzMerge branch 'master' into 10401-limit-dir-expansion
2017-04-11 Peter Amstutzcwl/test_with_arvbox.sh pulls arvados/jobs:latest refs...
2017-04-11 Peter AmstutzMerge branch 'master' into 10401-limit-dir-expansion
2017-04-11 radhikaMerge branch 'master' into 8465-stderr-redirection
2017-04-11 Peter Amstutz8465: arvados-cwl-runner support for stdin and stderr...
2017-04-11 Tom CleggMerge branch '11349-nodemanager-status-api'
2017-04-11 Tom Clegg7709: Remove Ruby websocket server.
2017-04-11 Tom Clegg11308: Fix bytes vs. strings in test case.
2017-04-11 Tom Clegg11308: Remove superfluous parens.
2017-04-11 Tom Clegg11308: Avoid Python2-inefficient list() operations.
2017-04-11 Tom Clegg11308: Fix futurize misinterpretation.
2017-04-11 Tom Clegg11308: Put back exception handling
2017-04-10 Lucas Di Pentima6304: Merge branch 'master' into 6304-dns-update-fix
2017-04-10 Tom Clegg7709: Merge branch 'master' into 7709-api-rails4
2017-04-10 Peter AmstutzMerge branch '11332-cwl-url-quoting' refs #11332
2017-04-10 Peter Amstutz11332: Add @ to quote safelist.
2017-04-10 Peter Amstutz11332: Use urllib quote/unquote to handle special chars...
2017-04-07 Peter AmstutzMerge branch '11237-google-api-python-client' refs...
2017-04-07 Peter Amstutz11237: Tweak version dependencies.
2017-04-07 Peter Amstutz11237: Bump google-api-python-client to 1.6.2 for bette...
2017-04-07 Tom CleggMerge branch '11209-unmount-subtype'
2017-04-06 Peter AmstutzAdd missing test file refs #11423
2017-04-06 Tom CleggMerge branch '8104-pycurl-721'
2017-04-06 Tom Clegg8104: Do not close sockets after giving them to pycurl...
2017-04-06 Tom Clegg8104: Drop unnecessary lambda.
2017-04-06 Peter AmstutzMerge branch '11423-cwl-collection-dir-ref' closes...
2017-04-06 Peter Amstutz11423: Restore check to use pdh_path because it is...
2017-04-06 Lucas Di PentimaMerge branch '7824-arvls-arvput-collection-api-usage'
2017-04-06 Lucas Di Pentima7824: Merge branch 'master' into 7824-arvls-arvput...
2017-04-06 Tom Clegg8104: Remove pycurl<7.21.5 dependency.
2017-04-06 Tom Clegg8104: OPENSOCKETFUNCTION accepts calls from pycurl...
2017-04-06 Tom Clegg11308: Close socket after pycurl.
2017-04-06 radhikaMerge branch 'master' into 8465-stdin-redirection
2017-04-06 Peter Amstutz11423: Fix bug checking existence of Directories which...
2017-04-06 Tom Clegg11308: Make imports epydoc-parseable.
2017-04-05 Tom Clegg11308: Remove superfluous hashbangs
2017-04-05 Tom Clegg11308: Move stub server setup to keepstub.StubKeepServers.
2017-04-05 Tom Clegg11308: Fix misleading argument name.
2017-04-05 Tom Clegg11308: Fix useless assertion.
2017-04-05 Tom Clegg11308: Fix exception handling in test case.
2017-04-05 Tom Clegg11308: Raise exception on invalid/unsupported open...
2017-04-04 Lucas Di Pentima7824: Added test cases.
2017-04-04 Tom CleggMerge branch '11100-cr-output-ttl'
2017-04-04 Tom Clegg11308: Fix key order sensitivity.
2017-04-04 Tom Clegg11308: Update assertion to accommodate different except...
2017-04-04 Tom Clegg11308: Add stderr assertion for easier debugging.
2017-04-04 Tom Clegg11308: Fix keepstub bugs and Python 3 compatibility.
2017-04-04 Tom Clegg11308: pep8
2017-04-04 Tom Clegg11308: Close socket after pycurl.
2017-04-04 Tom Clegg11308: Expect full class name in traceback.
2017-04-04 Tom Clegg11308: assertRegexpMatches -> assertRegex
2017-04-04 Tom Clegg11308: Fix traceback.format_exc() usage.
2017-04-04 Tom Clegg11308: Fix string/bytes confusion for Python 3
2017-04-03 Lucas Di Pentima7824: Now a subdirectory can be asked to be listed...
2017-04-03 Lucas Di Pentima7824: Several improvements:
2017-04-03 Peter AmstutzMerge branch '11407-go-sdk-debug' closes #11407
2017-04-03 Peter Amstutz11407: keepclient checks for ARVADOS_DEBUG and enables...
2017-04-03 Lucas Di Pentima7824: Log errors when trying to read the collection...
2017-04-03 Lucas Di Pentima7824: Closing file when finished writing
2017-04-01 Tom Clegg11308: Fix deprecated logger.warn -> logger.warning.
2017-04-01 Tom Clegg11308: md5 -> hashlib.
2017-04-01 Tom Clegg11308: Fix bytes vs. str problems.
2017-04-01 Tom Clegg11308: Fix variable name conflict.
2017-04-01 Tom Clegg11308: Eliminate old_div().
2017-04-01 Tom Clegg11308: Import future module.
2017-04-01 Tom Clegg11308: Update python-gflags.
2017-04-01 Tom Clegg11308: md5 to hashlib.
2017-04-01 Tom Clegg11308: UserDict to Python 3.
2017-04-01 Tom Clegg11308: Futurize stage2.
2017-04-01 Tom Clegg11308: Fix futurize.
2017-04-01 Tom Clegg11308: Futurize.
2017-04-01 Tom Clegg11308: fmt
2017-03-31 Tom Clegg11402: Disable caching if $HOME/ is not writable, inste...
2017-03-31 Lucas Di Pentima7824: Use logging facility to show error messages.
2017-03-31 Lucas Di Pentima7824: Updated code to use newer Collection APIs, leavin...
2017-03-30 Peter Amstutz8567: Log total bytes to migrate
2017-03-30 Peter Amstutz8567: Use arvados.config instead of os.environ. Tweak...
2017-03-30 Lucas Di Pentima7824: Moved arv-get code to arvados.commands and replac...
2017-03-30 Peter AmstutzMerge branch '11332-fix-crunchscript' refs #11332
2017-03-30 Lucas Di Pentima7824: Further ordering fixes. Now all arv-ls tests...
2017-03-30 Peter Amstutz8567: Improve disk space accounting. Default to use...
2017-03-30 Lucas Di Pentima7824: Fix upper/lower case ordering on arv-ls.
2017-03-30 Peter Amstutz11332-fix-crunchscript: Set ACCEPTLIST_RE because crunc...
2017-03-30 Tom Clegg11355: Arvados gems accept json 2.x.
2017-03-29 Peter Amstutz10401: Bump cwltool for packing fix.
2017-03-29 Peter Amstutz10401: Bump schema salad for self-colliding id fix.
2017-03-29 Peter Amstutz10401: Update crunch script, no longer expands director...
2017-03-29 Peter Amstutz10401: Fixup file/directory literal handling
2017-03-29 Peter Amstutz10401: Only upload file:// identifiers.
2017-03-29 Peter Amstutz10401: Bump arvados-python-client version for updates to
2017-03-29 Peter Amstutz10401: Use custom_schema_callback. Bump schema-salad...
2017-03-29 Peter Amstutz10401: Rework support for uploading Directories (don...
2017-03-29 Peter Amstutz10401: Allow Arvados extensions to be used in "requirem...
2017-03-29 Peter Amstutz10401: Use use_custom_schema feature for extensions.
2017-03-29 radhikacloses #3821
2017-03-29 Peter AmstutzFix packaging for python-arvados-cwl-runner refs #11333
2017-03-28 Tom CleggMerge branch '11209-unmount-replace'
next