arvados.git
7 years ago10655: Add arvbash to tools/
Peter Amstutz [Thu, 1 Dec 2016 22:22:30 +0000 (17:22 -0500)]
10655: Add arvbash to tools/

7 years agoMerge branch '10651-cwl-submit-runner-ram' refs #10651
Peter Amstutz [Thu, 1 Dec 2016 19:00:11 +0000 (14:00 -0500)]
Merge branch '10651-cwl-submit-runner-ram' refs #10651

7 years agoMerge branch 'origin-10293-cwl-cr-output' closes #10293
Peter Amstutz [Thu, 1 Dec 2016 18:59:45 +0000 (13:59 -0500)]
Merge branch 'origin-10293-cwl-cr-output' closes #10293

7 years ago10293: Update test_done to test more stuff and remove redundant test_done_use_existin...
Peter Amstutz [Thu, 1 Dec 2016 18:54:53 +0000 (13:54 -0500)]
10293: Update test_done to test more stuff and remove redundant test_done_use_existing_collection.

7 years ago10651: Check --submit-runner-ram has a valid value. Add tests.
Peter Amstutz [Thu, 1 Dec 2016 18:36:55 +0000 (13:36 -0500)]
10651: Check --submit-runner-ram has a valid value.  Add tests.

7 years ago10293: Fix error message when wrong --api provided.
Peter Amstutz [Thu, 1 Dec 2016 18:11:24 +0000 (13:11 -0500)]
10293: Fix error message when wrong --api provided.

7 years ago10651: Add --submit-runner-ram to specify amount of RAM that should be
Peter Amstutz [Thu, 1 Dec 2016 17:34:20 +0000 (12:34 -0500)]
10651: Add --submit-runner-ram to specify amount of RAM that should be
allocated for workflow runner job or container.

7 years ago10293: Avoid noisy and unhelpful error when cwl.output.json is missing.
Peter Amstutz [Wed, 30 Nov 2016 22:12:42 +0000 (17:12 -0500)]
10293: Avoid noisy and unhelpful error when cwl.output.json is missing.

7 years ago10293: Improve error messages for --api and unsupported InitialWorkDirRequirement.
Peter Amstutz [Wed, 30 Nov 2016 21:39:14 +0000 (16:39 -0500)]
10293: Improve error messages for --api and unsupported InitialWorkDirRequirement.

7 years ago10293: Don't try to json decode empty output file to reduce spurious errors.
Peter Amstutz [Wed, 30 Nov 2016 21:04:00 +0000 (16:04 -0500)]
10293: Don't try to json decode empty output file to reduce spurious errors.

7 years ago10293: Override workflow runner done() to get container from container request.
Peter Amstutz [Wed, 30 Nov 2016 20:52:38 +0000 (15:52 -0500)]
10293: Override workflow runner done() to get container from container request.

7 years ago10293: Bug fixes
Peter Amstutz [Wed, 30 Nov 2016 20:26:30 +0000 (15:26 -0500)]
10293: Bug fixes

* Now polling state on self.poll_api.container_requests() table
* Runner object puts "self" into processes table
* Don't report spurious ApiError when not running in container

7 years agocloses #10518
radhika [Tue, 29 Nov 2016 15:48:17 +0000 (10:48 -0500)]
closes #10518
Merge branch '10518-crunch2-only-wb'

7 years agoMerge branch '10599-run-build-packages' closes #10599
Peter Amstutz [Tue, 29 Nov 2016 14:38:41 +0000 (09:38 -0500)]
Merge branch '10599-run-build-packages' closes #10599

7 years ago10599: Add run-build-packages-one-target.sh --only-build, run-build-packages looks...
Peter Amstutz [Wed, 23 Nov 2016 18:58:37 +0000 (13:58 -0500)]
10599: Add run-build-packages-one-target.sh --only-build, run-build-packages looks for $ONLY_BUILD in its environment.

7 years ago10518: update API groups_controller.contents method to exclude classes with index...
radhika [Tue, 29 Nov 2016 02:27:32 +0000 (21:27 -0500)]
10518: update API groups_controller.contents method to exclude classes with index disabled and update user guide to use "Run a process" instead of "Run a pipeline"

7 years agoMerge branch '10630-no-json-debug-dump' refs #10630
Peter Amstutz [Mon, 28 Nov 2016 20:58:51 +0000 (15:58 -0500)]
Merge branch '10630-no-json-debug-dump' refs #10630

7 years ago10630: Bump cwltool version to completely skip debug statements that make
Peter Amstutz [Mon, 28 Nov 2016 20:56:23 +0000 (15:56 -0500)]
10630: Bump cwltool version to completely skip debug statements that make
expensive json.dumps() calls.

7 years agoMerge branch '10586-writer-pool-deadlock' refs #10586
Tom Clegg [Mon, 28 Nov 2016 19:46:26 +0000 (14:46 -0500)]
Merge branch '10586-writer-pool-deadlock' refs #10586

7 years ago10586: Add extra notify_all() as deadlock insurance.
Tom Clegg [Mon, 28 Nov 2016 18:46:28 +0000 (13:46 -0500)]
10586: Add extra notify_all() as deadlock insurance.

7 years ago10586: Fix misuse of "!=" to mean "is not".
Tom Clegg [Mon, 28 Nov 2016 18:46:10 +0000 (13:46 -0500)]
10586: Fix misuse of "!=" to mean "is not".

7 years ago10586: Do not pile on more errors in the service.finished() case.
Tom Clegg [Mon, 28 Nov 2016 18:44:52 +0000 (13:44 -0500)]
10586: Do not pile on more errors in the service.finished() case.

7 years agoInstall upgraded setuptools in arvbox, refs #10583
Peter Amstutz [Mon, 28 Nov 2016 14:50:41 +0000 (09:50 -0500)]
Install upgraded setuptools in arvbox, refs #10583

7 years agoMerge branch 'master' into 10293-cwl-cr-output
radhika [Mon, 28 Nov 2016 13:12:48 +0000 (08:12 -0500)]
Merge branch 'master' into 10293-cwl-cr-output

7 years ago10586: Suppress stack traces for expected http errors.
Tom Clegg [Fri, 25 Nov 2016 23:21:51 +0000 (18:21 -0500)]
10586: Suppress stack traces for expected http errors.

7 years ago10586: Fix deadlock in KeepWriterThreadPool.
Tom Clegg [Fri, 25 Nov 2016 23:10:16 +0000 (18:10 -0500)]
10586: Fix deadlock in KeepWriterThreadPool.

Previously, an unhandled exception in KeepWriterThread (including
KeepService.put()) would terminate the thread without calling
queue.task_done(), which would cause queue.join() to deadlock.

Additionally, this commit moves all of the "wait until work is needed"
logic from KeepWriterThread into KeepWriterQueue.

7 years agoUpdate arvados-cwl-runner with compatible dependencies, refs #10583
Peter Amstutz [Wed, 23 Nov 2016 23:56:55 +0000 (18:56 -0500)]
Update arvados-cwl-runner with compatible dependencies, refs #10583

7 years agorefs #10290
radhika [Wed, 23 Nov 2016 19:54:37 +0000 (14:54 -0500)]
refs #10290
Merge branch '10290-scheduling-parameters-doc'

7 years ago10290: scheduling_parameters documentation
radhika [Wed, 23 Nov 2016 19:52:38 +0000 (14:52 -0500)]
10290: scheduling_parameters documentation

7 years agoMerge branch '10484-count-clients' closes #10484
Tom Clegg [Wed, 23 Nov 2016 19:36:59 +0000 (14:36 -0500)]
Merge branch '10484-count-clients' closes #10484

7 years agoUpdate cwltool version with compatible dependencies, refs #10583
Peter Amstutz [Wed, 23 Nov 2016 19:18:24 +0000 (14:18 -0500)]
Update cwltool version with compatible dependencies, refs #10583

7 years ago10535: Fix race-to-deadlock bugs in tests.test_events: use threading.Event, not threa...
Tom Clegg [Wed, 23 Nov 2016 07:49:54 +0000 (02:49 -0500)]
10535: Fix race-to-deadlock bugs in tests.test_events: use threading.Event, not threading.Condition. refs #10535

7 years agorefs #10524
radhika [Tue, 22 Nov 2016 22:42:28 +0000 (17:42 -0500)]
refs #10524
Merge branch '10524-crunch2-workbench'

7 years ago10524: update test assertions
radhika [Tue, 22 Nov 2016 22:41:33 +0000 (17:41 -0500)]
10524: update test assertions

7 years agoMerge branch 'master' into 10293-cwl-cr-output
radhika [Tue, 22 Nov 2016 21:31:28 +0000 (16:31 -0500)]
Merge branch 'master' into 10293-cwl-cr-output

7 years ago10293: done_outputs in a try/except block
radhika [Tue, 22 Nov 2016 21:30:45 +0000 (16:30 -0500)]
10293: done_outputs in a try/except block

7 years agoMerge branch '10583-cwl-salad-ver' refs #10583
Peter Amstutz [Tue, 22 Nov 2016 21:26:17 +0000 (16:26 -0500)]
Merge branch '10583-cwl-salad-ver' refs #10583

7 years ago10583: Bump versions.
Peter Amstutz [Tue, 22 Nov 2016 20:25:21 +0000 (15:25 -0500)]
10583: Bump versions.

7 years ago10293: invoke output_callback in a try/except block
radhika [Tue, 22 Nov 2016 19:06:59 +0000 (14:06 -0500)]
10293: invoke output_callback in a try/except block

7 years agoMerge branch 'master' into 10293-cwl-cr-output
radhika [Tue, 22 Nov 2016 18:38:27 +0000 (13:38 -0500)]
Merge branch 'master' into 10293-cwl-cr-output

7 years agocloses #10524
radhika [Tue, 22 Nov 2016 18:35:54 +0000 (13:35 -0500)]
closes #10524
Merge branch '10524-crunch2-workbench'

7 years agoMerge branch '9897-log-block-prefetch-worker-exceptions' closes #9897
Tom Clegg [Tue, 22 Nov 2016 17:14:47 +0000 (12:14 -0500)]
Merge branch '9897-log-block-prefetch-worker-exceptions' closes #9897

7 years agoMerge branch '10473-keepstore-logrus' closes #10473
Tom Clegg [Tue, 22 Nov 2016 17:02:29 +0000 (12:02 -0500)]
Merge branch '10473-keepstore-logrus' closes #10473

7 years agoMerge branch '10498-arvdocker-project-uuid' refs #10498
Peter Amstutz [Tue, 22 Nov 2016 16:40:36 +0000 (11:40 -0500)]
Merge branch '10498-arvdocker-project-uuid' refs #10498

7 years ago10498: Handle project_uuid of None in arv_docker_get_image.
Peter Amstutz [Tue, 22 Nov 2016 15:33:01 +0000 (10:33 -0500)]
10498: Handle project_uuid of None in arv_docker_get_image.

7 years ago10524: add additional test assertions to disabled_api_test
radhika [Tue, 22 Nov 2016 13:20:02 +0000 (08:20 -0500)]
10524: add additional test assertions to disabled_api_test

7 years ago9897: Changes as per discussion in #9897.
Colin Nolan [Tue, 22 Nov 2016 10:18:18 +0000 (10:18 +0000)]
9897: Changes as per discussion in #9897.

7 years agoArvbox sets PATH, GEM_HOME and GEM_PATH in common.sh. refs #10410
Peter Amstutz [Tue, 22 Nov 2016 02:08:11 +0000 (21:08 -0500)]
Arvbox sets PATH, GEM_HOME and GEM_PATH in common.sh.  refs #10410

7 years ago10484: Report current client count.
Tom Clegg [Mon, 21 Nov 2016 19:22:59 +0000 (14:22 -0500)]
10484: Report current client count.

7 years agoMerge branch '10473-keepstore-logrus' closes #10473
Tom Clegg [Mon, 21 Nov 2016 18:39:50 +0000 (13:39 -0500)]
Merge branch '10473-keepstore-logrus' closes #10473

7 years ago10473: Tune up text-format logging.
Tom Clegg [Sun, 20 Nov 2016 06:44:35 +0000 (01:44 -0500)]
10473: Tune up text-format logging.

7 years ago10473: Use fixed-point timestamps and more human-readable field ordering, hide "incom...
Tom Clegg [Sun, 20 Nov 2016 06:39:05 +0000 (01:39 -0500)]
10473: Use fixed-point timestamps and more human-readable field ordering, hide "incoming request" if level<debug.

7 years ago10473: Fixed-width timestamps.
Tom Clegg [Sun, 20 Nov 2016 05:30:16 +0000 (00:30 -0500)]
10473: Fixed-width timestamps.

7 years ago10473: Log requests/responses in JSON format by default; add config option for text...
Tom Clegg [Fri, 18 Nov 2016 06:49:47 +0000 (01:49 -0500)]
10473: Log requests/responses in JSON format by default; add config option for text format.

7 years ago10524: update tests to look for 'Run a process' button instead of 'Run a pipeline'
radhika [Mon, 21 Nov 2016 18:22:24 +0000 (13:22 -0500)]
10524: update tests to look for 'Run a process' button instead of 'Run a pipeline'

7 years agoMerge branch '10484-keepstore-stats' refs #10484
Tom Clegg [Mon, 21 Nov 2016 18:07:30 +0000 (13:07 -0500)]
Merge branch '10484-keepstore-stats' refs #10484

7 years ago10524: update workbench titles to use "processes" instead of "pipelines and processes...
radhika [Mon, 21 Nov 2016 18:02:07 +0000 (13:02 -0500)]
10524: update workbench titles to use "processes" instead of "pipelines and processes" when pipelines are disabled.

7 years ago10484: Remove unused volumeStats.
Tom Clegg [Thu, 17 Nov 2016 22:24:05 +0000 (17:24 -0500)]
10484: Remove unused volumeStats.

7 years ago10484: Test s3 bucket stats.
Tom Clegg [Wed, 16 Nov 2016 23:10:32 +0000 (18:10 -0500)]
10484: Test s3 bucket stats.

7 years ago10484: Tidy up stats-tracking code into a bucket proxy type.
Tom Clegg [Wed, 16 Nov 2016 22:51:24 +0000 (17:51 -0500)]
10484: Tidy up stats-tracking code into a bucket proxy type.

7 years ago10484: Track non-s3 errors by Go type.
Tom Clegg [Thu, 10 Nov 2016 20:25:32 +0000 (15:25 -0500)]
10484: Track non-s3 errors by Go type.

7 years ago10484: Track s3 errors by response code.
Tom Clegg [Thu, 10 Nov 2016 20:21:26 +0000 (15:21 -0500)]
10484: Track s3 errors by response code.

7 years ago10484: Report volume IO stats for S3 volumes.
Tom Clegg [Tue, 8 Nov 2016 23:15:20 +0000 (18:15 -0500)]
10484: Report volume IO stats for S3 volumes.

7 years ago10484: Serve MemStats at /debug.json instead of /status.json.
Tom Clegg [Tue, 8 Nov 2016 16:04:08 +0000 (11:04 -0500)]
10484: Serve MemStats at /debug.json instead of /status.json.

7 years agoMerge branch '10499-cwl-crunch2-docs' refs #10499
Tom Clegg [Mon, 21 Nov 2016 16:06:39 +0000 (11:06 -0500)]
Merge branch '10499-cwl-crunch2-docs' refs #10499

7 years agoMerge branch '10470-slurm-error'
Tom Clegg [Fri, 18 Nov 2016 20:14:47 +0000 (15:14 -0500)]
Merge branch '10470-slurm-error'

refs #10470

7 years ago10470: Recognize more slurm error messages.
Tom Clegg [Fri, 18 Nov 2016 19:04:53 +0000 (14:04 -0500)]
10470: Recognize more slurm error messages.

Example from slurm 14.03.9:

srun: error: _server_read: fd 12 got error or unexpected eof reading header
srun: error: step_launch_notify_io_failure: aborting, io error with slurmstepd on node 0
srun: Job step aborted: Waiting up to 2 seconds for job step to finish.

7 years agoMerge branch '10556-get_anonymous_user_token.rb-multiple-similar-records'
Javier Bértoli [Fri, 18 Nov 2016 17:20:16 +0000 (14:20 -0300)]
Merge branch '10556-get_anonymous_user_token.rb-multiple-similar-records'

refs #10556

7 years agoMerge branch '10498-register-with-chosen-api' closes #10498
Tom Clegg [Thu, 17 Nov 2016 22:18:38 +0000 (17:18 -0500)]
Merge branch '10498-register-with-chosen-api' closes #10498

7 years ago10498: Check error message in "incompatible APIs" test.
Tom Clegg [Thu, 17 Nov 2016 21:49:12 +0000 (16:49 -0500)]
10498: Check error message in "incompatible APIs" test.

7 years ago10498: Tweak var names and help messages.
Tom Clegg [Thu, 17 Nov 2016 21:48:38 +0000 (16:48 -0500)]
10498: Tweak var names and help messages.

7 years agoUpdate documentation about get_anonymous_user_token.rb to prevent duplicates
Javier Bértoli [Thu, 17 Nov 2016 21:29:12 +0000 (18:29 -0300)]
Update documentation about get_anonymous_user_token.rb to prevent duplicates

refs #10556

7 years agoMerge branch 'master' into 10293-cwl-cr-output
radhika [Thu, 17 Nov 2016 19:21:16 +0000 (14:21 -0500)]
Merge branch 'master' into 10293-cwl-cr-output

Conflicts:
sdk/cwl/arvados_cwl/__init__.py
sdk/cwl/arvados_cwl/arvcontainer.py

7 years ago10293: update documentation with scheduling_parameters, log_uuid and output_uuid.
radhika [Thu, 17 Nov 2016 18:11:08 +0000 (13:11 -0500)]
10293: update documentation with scheduling_parameters, log_uuid and output_uuid.

7 years agoMerge branch '10529-cwl-exception-stuck' closes #10529
Peter Amstutz [Thu, 17 Nov 2016 16:39:26 +0000 (11:39 -0500)]
Merge branch '10529-cwl-exception-stuck' closes #10529

7 years agoMerge branch 'master' into 10293-cwl-cr-output
radhika [Wed, 16 Nov 2016 22:04:23 +0000 (17:04 -0500)]
Merge branch 'master' into 10293-cwl-cr-output

7 years agorefs #10293
radhika [Wed, 16 Nov 2016 22:03:35 +0000 (17:03 -0500)]
refs #10293
Merge branch '10293-container-request-output-uuid'

7 years agoMerge branch 'master' into 10293-container-request-output-uuid
radhika [Wed, 16 Nov 2016 22:00:18 +0000 (17:00 -0500)]
Merge branch 'master' into 10293-container-request-output-uuid

7 years ago10293: add scheduling_parameters to containers controller
radhika [Wed, 16 Nov 2016 21:58:12 +0000 (16:58 -0500)]
10293: add scheduling_parameters to containers controller

7 years agoPermit use_existing in create-and-commit container requests. refs #10216
Peter Amstutz [Wed, 16 Nov 2016 21:35:08 +0000 (16:35 -0500)]
Permit use_existing in create-and-commit container requests.  refs #10216

7 years ago10498: --create-workflow and --create-template do the same thing, depending on -...
Tom Clegg [Wed, 16 Nov 2016 21:23:35 +0000 (16:23 -0500)]
10498: --create-workflow and --create-template do the same thing, depending on --api choice.

Also:

* --update-workflow works for pipeline templates, too.

* --update-workflow establishes --api=jobs or --api=containers
  depending on the UUID. (If this conflicts with an explicit --api
  argument, that is an error.)

* If no --project-uuid is given, the user's UUID is not passed
  explicitly with create/update requests. The API will default to the
  user's UUID or (when updating an existing object) leaving the
  existing object's owner unchanged.

7 years agoMerge branch '10293-container-request-output-uuid' into 10293-cwl-cr-output
radhika [Wed, 16 Nov 2016 20:58:45 +0000 (15:58 -0500)]
Merge branch '10293-container-request-output-uuid' into 10293-cwl-cr-output

7 years agoMerge branch 'master' into 10293-cwl-cr-output
radhika [Wed, 16 Nov 2016 20:58:35 +0000 (15:58 -0500)]
Merge branch 'master' into 10293-cwl-cr-output

7 years agoMerge branch 'master' into 10293-container-request-output-uuid
radhika [Wed, 16 Nov 2016 20:58:10 +0000 (15:58 -0500)]
Merge branch 'master' into 10293-container-request-output-uuid

7 years agocloses #10290
radhika [Wed, 16 Nov 2016 20:57:19 +0000 (15:57 -0500)]
closes #10290
Merge branch '10290-container-partitions'

7 years agoMerge branch 'master' into 10293-cwl-cr-output
radhika [Wed, 16 Nov 2016 20:33:47 +0000 (15:33 -0500)]
Merge branch 'master' into 10293-cwl-cr-output

7 years ago10293: update cwl runner
radhika [Wed, 16 Nov 2016 20:25:01 +0000 (15:25 -0500)]
10293: update cwl runner

7 years ago10529: Improve handling errors raised when collecting outputs. If state
Peter Amstutz [Wed, 16 Nov 2016 20:06:02 +0000 (15:06 -0500)]
10529: Improve handling errors raised when collecting outputs.  If state
polling thread crashes, terminate executor.

7 years ago10290: scheduling_parameters added to container_requests controller.
radhika [Wed, 16 Nov 2016 16:40:55 +0000 (11:40 -0500)]
10290: scheduling_parameters added to container_requests controller.

7 years agoMerge branch 'master' into 10290-container-partitions
radhika [Wed, 16 Nov 2016 16:24:00 +0000 (11:24 -0500)]
Merge branch 'master' into 10290-container-partitions

7 years agoMerge branch '10290-container-partitions' of git.curoverse.com:arvados into 10290...
radhika [Wed, 16 Nov 2016 16:23:40 +0000 (11:23 -0500)]
Merge branch '10290-container-partitions' of git.curoverse.com:arvados into 10290-container-partitions

7 years agoMerge branch '10410-arvbox-ruby' refs #10410
Peter Amstutz [Tue, 15 Nov 2016 21:10:21 +0000 (16:10 -0500)]
Merge branch '10410-arvbox-ruby' refs #10410

7 years agocloses #10435
Jiayong Li [Tue, 15 Nov 2016 20:20:25 +0000 (15:20 -0500)]
closes #10435
Merge branch '10435-cwl-output-tags'

7 years agoMerge master to output-tags branch and resolve conflict
Jiayong Li [Tue, 15 Nov 2016 19:59:55 +0000 (14:59 -0500)]
Merge master to output-tags branch and resolve conflict

7 years ago10410: Add -o Acquire::Retries and combine package installation into single layer.
Peter Amstutz [Tue, 15 Nov 2016 19:32:53 +0000 (14:32 -0500)]
10410: Add -o Acquire::Retries and combine package installation into single layer.
Add some packaging and arvbox-related files to .gitignore.

7 years agoFix typos.
Ward Vandewege [Tue, 15 Nov 2016 19:18:39 +0000 (14:18 -0500)]
Fix typos.

refs #10346

7 years ago10293: add output and log uuids to containter_request search index.
radhika [Tue, 15 Nov 2016 18:18:46 +0000 (13:18 -0500)]
10293: add output and log uuids to containter_request search index.

7 years agoMerge branch 'master' into 10293-container-request-output-uuid
radhika [Tue, 15 Nov 2016 17:58:02 +0000 (12:58 -0500)]
Merge branch 'master' into 10293-container-request-output-uuid

7 years ago10293: added log_uuid to container_requests
radhika [Tue, 15 Nov 2016 17:57:04 +0000 (12:57 -0500)]
10293: added log_uuid to container_requests

7 years agoMerge branch '10346-rearrange-api-docs' closes #10346
Peter Amstutz [Tue, 15 Nov 2016 17:29:14 +0000 (12:29 -0500)]
Merge branch '10346-rearrange-api-docs' closes #10346