arvados.git
2019-01-28 Eric BiagiottiMerge branch 'master' into 13306-arvados-cwl-runner...
2019-01-28 Eric Biagiotti13306: Removing debug echo
2019-01-25 Eric Biagiotti13306: Adding support for building the dev docker jobs...
2019-01-24 Eric Biagiotti13306: Unicode fix for docker image generation in py3...
2019-01-24 Eric Biagiotti13306: Unicode fixes for the conformance tests
2019-01-22 Lucas Di PentimaMerge branch '14482-rubysdk-empty-dir'
2019-01-18 Lucas Di Pentima14482: Stricter token regexes.
2019-01-18 Eric Biagiotti13306: Removing old_div to simplify division operations
2019-01-17 Lucas Di Pentima14482: Manifest validation including 8-bit escaped...
2019-01-17 Eric Biagiotti13306: Removing list wrapping added by futurize to...
2019-01-17 Eric Biagiotti13306: Updating dict items as lists to improve py2...
2019-01-17 Eric Biagiotti13306: Fixing previous commit to use viewvalues instead...
2019-01-17 Eric Biagiotti13306: Updating dict values as a list to improve py2...
2019-01-17 Eric Biagiotti13306: Updating dict keys as a list to ensure py2/3...
2019-01-17 Lucas Di PentimaMerge branch '14539-pysdk-empty-dir'
2019-01-17 Eric Biagiotti13306: Updating dict value iteration to be more efficie...
2019-01-17 Eric Biagiotti13306: Adds test for when get_current_container results...
2019-01-17 Eric Biagiotti13306: Removes a log handler added during a test, break...
2019-01-17 Eric Biagiotti13306: Prevents multiple RunTimeStatusLoggingHandlers...
2019-01-17 Lucas Di Pentima14539: Simplifies a bit further the regexp replacement...
2019-01-17 Lucas Di Pentima14539: Removes pointless code comment.
2019-01-16 Lucas Di Pentima14539: Fixes and simplifies the escape() function....
2019-01-16 Lucas Di Pentima14539: Fixes literal backslash escaping.
2019-01-16 Eric Biagiotti13306: Removing unneeded try/except statements in the...
2019-01-15 Lucas Di Pentima14482: Allow unescaped " " on stream and file token...
2019-01-15 Peter AmstutzMerge branch '14324-cdc-azure' refs #14324
2019-01-15 Lucas Di Pentima14482: Adds failing test about partially unescaped...
2019-01-15 Peter Amstutz14324: Embed test public key instead of reading from...
2019-01-15 Lucas Di PentimaMerge branch 'master' into 14482-rubysdk-empty-dir
2019-01-15 Lucas Di Pentima14539: Encode \t & \n chars on file/dir names on collec...
2019-01-15 Eric Biagiotti13306: Updating get_current_container to raise when...
2019-01-15 Eric Biagiotti13306: Updating depreciated assertEquals
2019-01-15 Eric Biagiotti13306: Updating depreciated warn function
2019-01-15 Eric Biagiotti13306: Updates ArvCwlExecutor to properly convert objec...
2019-01-15 Lucas Di Pentima14538: Update comment.
2019-01-15 Eric Biagiotti13306: Adding py2/3 unicode support to the test_job...
2019-01-14 Peter Amstutz14324: Fix API throttling header fallbacks. Add goche...
2019-01-14 Eric Biagiotti13306: test_submit additional fixes for py2 unicode...
2019-01-14 Lucas Di PentimaMerge branch 'master' into 14539-pysdk-empty-dir
2019-01-14 Peter AmstutzFix arvbox demo for workbench2 no issue #
2019-01-11 Eric Biagiotti13306: test_submit fixes for py2 unicode support
2019-01-11 Peter Amstutz14324: Fix tests
2019-01-11 Eric Biagiotti13306: Adding py2 and py3 compatible byte objects for...
2019-01-11 Eric Biagiotti13306: Updated use of built in 'sorted' and a test_util...
2019-01-11 Eric Biagiotti13306: Added py2 and 3 compatible 'next' for test_job...
2019-01-11 Peter Amstutz14324: Use logrus in Azure driver. Fix Sirupsen->sirup...
2019-01-10 Eric Biagiotti13306: Fixed test_submit.TestCreateTemplate encoding
2019-01-10 Peter Amstutz14324: Remove context from interface, use Stop() instead
2019-01-10 Eric Biagiotti13306: Fix for test_job.TestJob.test_done and test_done...
2019-01-10 Eric Biagiotti13306: Fix for sdk/cwl tests.test_job.TestJob.test_run
2019-01-10 Eric Biagiotti13306: Fixed formatting for newly introduced imports
2019-01-10 Eric Biagiotti13306: Changes to arvados-cwl-runner code after running...
2019-01-09 Peter Amstutz14324: Azure driver for crunch-dispatch-cloud
2019-01-09 Peter Amstutz14324: Azure driver WIP
2019-01-09 Peter Amstutz13964: Fail on missing node-token tag
2019-01-09 Peter Amstutz13964: Forget the node token once the key fingerprint...
2019-01-09 Peter Amstutz13964: Fix string pointer capture
2019-01-09 Peter Amstutz13964: Trim space
2019-01-09 Peter Amstutz13964: ssh key checking
2019-01-09 Peter Amstutz13964: ssh key verification wip
2019-01-09 Peter Amstutz13964: Set and check node-token WIP
2019-01-09 Peter Amstutz13964: Tweak test
2019-01-09 Peter Amstutz13964: SSH access WIP
2019-01-09 Peter Amstutz13964: InstanceTags type
2019-01-09 Peter Amstutz13964: VM names are namespaced. Can set/get tags.
2019-01-09 Peter Amstutz13964: Don't panic running tests on stubs
2019-01-09 Peter Amstutz13964: Detect and report rate limit and quota exceeded...
2019-01-09 Peter Amstutz13964: Return Arvados instance type
2019-01-09 Peter Amstutz13964: Full lifecycle for NICs/VHDs/VMs
2019-01-09 Peter Amstutz13964: Can successfully create a VM, list existing VMs
2019-01-09 Peter Amstutz13964: Azure provider WIP
2019-01-09 Peter Amstutzarvbox uses 'down: ready' as ready condition no issue #
2019-01-09 Peter AmstutzConfigure UTF-8 locale inside arvbox, no issue #
2019-01-08 Peter AmstutzMerge branch '14660-arvbox-workbench2' refs #14660
2019-01-08 Peter Amstutz14660: make "sv restart" work for workbench2, prevent...
2019-01-07 ebiagiotti13306: Changes to arvados-cwl-runner code after running...
2019-01-07 ebiagiotti13306: Adding a py3 variant of the sdk/cwl tests to...
2019-01-07 Lucas Di Pentima14482: Fix Manifest::files_count()
2019-01-07 Lucas Di Pentima14482: Handle escaped chars on manifest validation.
2019-01-04 Ward VandewegeMerge branch '14691-suggested-ssh-config-update'
2019-01-04 Lucas Di Pentima14482: Don't list empty dir placeholder files on collec...
2019-01-04 Lucas Di Pentima14482: Enhance code readability
2019-01-04 Ward Vandewege14691: workbench update, bring in line with documentation
2019-01-04 Ward Vandewege14691: documentation update
2019-01-04 Peter Amstutz14660: Enable workbench2 to connect to development...
2019-01-04 Peter Amstutz14660: Proxy keep-web for https. Install root cert...
2019-01-04 Peter Amstutz14660: Add workbench2 to arvbox. Improve SSL support...
2018-12-21 Lucas Di Pentima14539: Escape backslash & space chars on file/dir names...
2018-12-21 Lucas Di Pentima14539: Fixes fuse tests.
2018-12-21 Lucas Di Pentima14539: Tests that '\056' cannot be used as a file or...
2018-12-21 Lucas Di Pentima14539: Persists empty directories by adding a '\056...
2018-12-20 Tom CleggMerge branch '14360-dispatch-cloud'
2018-12-20 Tom Clegg14360: Merge branch 'master' into 14360-dispatch-cloud
2018-12-20 Tom Clegg14360: Fix error log level on first probe after boot.
2018-12-20 Tom Clegg14360: Test for errant Create calls after failure.
2018-12-20 Tom Clegg14360: Fix test case.
2018-12-20 Tom Clegg14360: Fix instance creation limiting.
2018-12-20 Tom Clegg14360: Fix panic in test when last container is run...
2018-12-20 Tom Clegg14360: Debug log when acquiring lock.
2018-12-20 Tom Clegg14360: Shutdown pool between tests to eliminate leaking...
next