arvados.git
2019-01-25 Tom Clegg14325: Clean up unsafe concurrency in tests.
2019-01-25 Tom Clegg14325: Document Running() return value.
2019-01-25 Eric Biagiotti13306: Adding support for building the dev docker jobs...
2019-01-24 Tom Clegg14325: Don't shutdown busy VMs even if boot probe fails.
2019-01-24 Tom Clegg14325: Wake up scheduler when quota timeout expires.
2019-01-24 Tom Clegg14325: Obey EarliestRetry specified by cloud rate-limit...
2019-01-24 Lucas Di Pentima14770: Fixes parameter on acr call.
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-22 Ward Vandewege9945: use virtualenv for our python packages
2019-01-22 Ward Vandewege9945: run-library changes
2019-01-22 Ward Vandewege9945: there is a new rvm gpg key
2019-01-21 Tom Clegg14325: Move magic number to const.
2019-01-21 Tom Clegg14325: Log when a worker's first probe succeeds.
2019-01-21 Tom Clegg14325: Shutdown unknown-state worker after boot timeout.
2019-01-21 Tom Clegg14325: Include instance ID in log messages from stub VM.
2019-01-18 Lucas Di Pentima14482: Stricter token regexes.
2019-01-18 Tom Clegg14325: Use snake_case keys in management API responses.
2019-01-18 Tom Clegg14325: Cancel containers with unsatisfiable runtime...
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 Tom Clegg14325: Test dispatch container queue against controller.
2019-01-17 Tom Clegg14325: Fix dropped request params when body not specifi...
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 Tom Clegg14325: Test that ssh_executor obeys a negative VerifyHo...
2019-01-17 Tom Clegg14325: Add total houly price metric.
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 Tom Clegg14325: Configurable SSH target port for cloud VMs.
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 Tom Clegg14325: More testing for hold/drain states.
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 Tom Clegg14325: Add management API endpoints for drain/hold...
2019-01-16 Tom Clegg14325: Add IdleBehavior to worker pool.
2019-01-16 Tom Clegg14325: Add worker state diagram.
2019-01-16 Lucas Di Pentima14539: Fixes literal backslash escaping.
2019-01-16 Tom Clegg14325: Propagate API env vars to crunch-run.
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...
next