arvados.git
9 years ago4027: arvados/jobs includes virtualenv. 4027-crunch-sdk-install-wip
Brett Smith [Mon, 8 Dec 2014 23:15:39 +0000 (18:15 -0500)]
4027: arvados/jobs includes virtualenv.

This lets you use the arvados/jobs image with the arvados_sdk_version
feature of Crunch.

9 years ago4027: Fixup Crunch yet more.
Brett Smith [Mon, 8 Dec 2014 23:15:11 +0000 (18:15 -0500)]
4027: Fixup Crunch yet more.

9 years ago4027: crunch-job logs its own version information.
Brett Smith [Mon, 8 Dec 2014 15:45:23 +0000 (10:45 -0500)]
4027: crunch-job logs its own version information.

By request in code review, to help detect situations where
crunch-dispatch and crunch-job are out of sync.

9 years ago4027: Fixup "no virtualenv" log message.
Brett Smith [Mon, 8 Dec 2014 15:20:16 +0000 (10:20 -0500)]
4027: Fixup "no virtualenv" log message.

9 years ago4027: Fixup crunch-job install log open mode.
Brett Smith [Thu, 4 Dec 2014 18:56:21 +0000 (13:56 -0500)]
4027: Fixup crunch-job install log open mode.

9 years ago4027: Fixup doubled shellescape in crunch-dispatch.
Brett Smith [Thu, 4 Dec 2014 18:48:57 +0000 (13:48 -0500)]
4027: Fixup doubled shellescape in crunch-dispatch.

9 years ago4027: Fixup Crunch logging based on review.
Brett Smith [Thu, 4 Dec 2014 18:22:20 +0000 (13:22 -0500)]
4027: Fixup Crunch logging based on review.

9 years ago4027: Fixup Crunch to provide a PySDK build tag.
Brett Smith [Mon, 1 Dec 2014 21:11:32 +0000 (16:11 -0500)]
4027: Fixup Crunch to provide a PySDK build tag.

9 years ago4027: Crunch fixups suggested by code review.
Brett Smith [Mon, 1 Dec 2014 20:33:39 +0000 (15:33 -0500)]
4027: Crunch fixups suggested by code review.

9 years ago4027: Fixup documentation from last commit.
Brett Smith [Tue, 25 Nov 2014 13:57:24 +0000 (08:57 -0500)]
4027: Fixup documentation from last commit.

9 years ago4027: Crunch installs jobs' requested arvados_sdk_version.
Brett Smith [Mon, 24 Nov 2014 21:55:38 +0000 (16:55 -0500)]
4027: Crunch installs jobs' requested arvados_sdk_version.

* crunch-dispatch fetches the requested SDK version into its internal
  git repository, just like it does for the Crunch script.  Refactored
  crunch-dispatch to make that code reusable.

* crunch-job's main script archives the sdk subdirectory as of that
  commit, sending it along to compute nodes in the same .tar as the
  Crunch script, under .arvados.sdk.

* crunch-job's __DATA__ dispatch section looks for the SDK under
  .arvados.sdk, and installs it as much as possible.

Since I was messing with it so much already, I changed the semantics
of crunch-job's __DATA__ section: it is now either in installation
mode or run mode, based on whether there's anything in @ARGV.  I
confirmed that this is consistent with current calls to the section.

9 years ago4027: Bugfix update-gitolite.rb in Docker.
Brett Smith [Mon, 24 Nov 2014 20:53:44 +0000 (15:53 -0500)]
4027: Bugfix update-gitolite.rb in Docker.

* Load a YAML library.

* Support ARVADOS_API_HOST_INSECURE, and set it in normal Docker use.

9 years ago4027: Revamp SSH use in our Docker images.
Brett Smith [Mon, 24 Nov 2014 20:53:00 +0000 (15:53 -0500)]
4027: Revamp SSH use in our Docker images.

* Don't install or run SSH in most of our Docker images.  `docker
  exec` is now preferred to inspect running images.

* Do run SSH on the API server, always, for Gitolite.

There is a feature regression here: the user's SSH key is not
automatically installed on the shell account.  This needs to be fixed
another way.  In the meantime, it's not difficult to run
`docker exec -ti --user=self shell /bin/bash`, and you can clone the
repository from the host system.

9 years agoMerge branch '4186-install-doc-improvements'
Ward Vandewege [Mon, 24 Nov 2014 01:47:33 +0000 (20:47 -0500)]
Merge branch '4186-install-doc-improvements'

refs #4186

9 years agoImprove the installation instructions for keepproxy and keepstore - take sudo into...
Ward Vandewege [Mon, 24 Nov 2014 01:46:49 +0000 (20:46 -0500)]
Improve the installation instructions for keepproxy and keepstore - take sudo into account.

refs #4186

9 years agoMerge branch '4336-improve-upload-data-to-keep-doc'
Ward Vandewege [Sat, 22 Nov 2014 22:06:44 +0000 (17:06 -0500)]
Merge branch '4336-improve-upload-data-to-keep-doc'

refs #4336

9 years agoRefactor the 'Uploading data' page.
Ward Vandewege [Sat, 22 Nov 2014 22:04:27 +0000 (17:04 -0500)]
Refactor the 'Uploading data' page.

refs #4336

9 years agoAdd basic documentation for arv keep put and arv keep get.
Ward Vandewege [Sat, 22 Nov 2014 22:03:57 +0000 (17:03 -0500)]
Add basic documentation for arv keep put and arv keep get.

refs #4336

9 years agoLink directly to the CLI SDK install instructions.
Ward Vandewege [Sat, 22 Nov 2014 22:03:08 +0000 (17:03 -0500)]
Link directly to the CLI SDK install instructions.

refs #4336

9 years agoMake the 'check-environment' blurb stand out more from the regular text.
Ward Vandewege [Sat, 22 Nov 2014 21:57:43 +0000 (16:57 -0500)]
Make the 'check-environment' blurb stand out more from the regular text.

refs #4336

9 years agoWording improvements on the sdk cli installation page.
Ward Vandewege [Sat, 22 Nov 2014 20:17:57 +0000 (15:17 -0500)]
Wording improvements on the sdk cli installation page.

refs #4336

9 years agoFix typo.
Ward Vandewege [Sat, 22 Nov 2014 20:12:43 +0000 (15:12 -0500)]
Fix typo.

refs #4336

9 years agoAdd third installation option for the python SDK: our debian/ubuntu packages.
Ward Vandewege [Sat, 22 Nov 2014 20:08:22 +0000 (15:08 -0500)]
Add third installation option for the python SDK: our debian/ubuntu packages.

refs #4336

9 years agocloses #4339
radhika [Fri, 21 Nov 2014 21:57:51 +0000 (16:57 -0500)]
closes #4339
Merge branch '4339-test-error-while-loading-tab'

9 years ago4339: config will be reset after each test, so no need to reset it explicitly. also...
radhika [Fri, 21 Nov 2014 21:42:05 +0000 (16:42 -0500)]
4339: config will be reset after each test, so no need to reset it explicitly. also, use assert_selector instead of assert has_link?

9 years ago4339: add test for "error while loading tab"
radhika [Fri, 21 Nov 2014 21:06:44 +0000 (16:06 -0500)]
4339: add test for "error while loading tab"

9 years agorefs #4156
radhika [Fri, 21 Nov 2014 20:03:05 +0000 (15:03 -0500)]
refs #4156
Merge branch '4156-cli-tests'

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Fri, 21 Nov 2014 19:50:58 +0000 (14:50 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years ago4156: uncomment one of the asserts
radhika [Fri, 21 Nov 2014 19:50:25 +0000 (14:50 -0500)]
4156: uncomment one of the asserts

9 years agocloses #4641
radhika [Fri, 21 Nov 2014 19:21:14 +0000 (14:21 -0500)]
closes #4641
Merge branch '4641-make-jenkins-tests-pass'

9 years ago4641: click on confirm dialog OK button in sharing test on Revoke action.
radhika [Fri, 21 Nov 2014 18:20:33 +0000 (13:20 -0500)]
4641: click on confirm dialog OK button in sharing test on Revoke action.

9 years ago4641: use selenium driver and bigger page width.
radhika [Fri, 21 Nov 2014 16:32:55 +0000 (11:32 -0500)]
4641: use selenium driver and bigger page width.

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Fri, 21 Nov 2014 13:52:15 +0000 (08:52 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years ago4156: 3 more tests needed to be skipped.
radhika [Fri, 21 Nov 2014 13:51:37 +0000 (08:51 -0500)]
4156: 3 more tests needed to be skipped.

9 years agoMerge branch '4400-python-install-herring' refs #4400
Tom Clegg [Thu, 20 Nov 2014 21:56:05 +0000 (16:56 -0500)]
Merge branch '4400-python-install-herring' refs #4400

9 years agoMerge branch '4595-document-arv-filters'
Tim Pierce [Thu, 20 Nov 2014 21:39:33 +0000 (16:39 -0500)]
Merge branch '4595-document-arv-filters'

Refs #4595.

9 years agoReorganize the arv documentation a bit more, putting it all in one place.
Ward Vandewege [Thu, 20 Nov 2014 21:35:04 +0000 (16:35 -0500)]
Reorganize the arv documentation a bit more, putting it all in one place.

refs #4595

9 years ago4400: Fix whitespace. Fix tagging in nodemanager, too.
Tom Clegg [Thu, 20 Nov 2014 21:33:49 +0000 (16:33 -0500)]
4400: Fix whitespace. Fix tagging in nodemanager, too.

9 years agoRemove spurious empty line
Ward Vandewege [Thu, 20 Nov 2014 20:47:45 +0000 (15:47 -0500)]
Remove spurious empty line

refs #4595

9 years ago4595: add documentation for list --filters
Tim Pierce [Thu, 20 Nov 2014 20:38:14 +0000 (15:38 -0500)]
4595: add documentation for list --filters

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Thu, 20 Nov 2014 19:08:56 +0000 (14:08 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years agocloses #4592
radhika [Thu, 20 Nov 2014 18:57:58 +0000 (13:57 -0500)]
closes #4592
Merge branch '4592-input-selection'

9 years ago4592: update fixture checksum
radhika [Thu, 20 Nov 2014 18:48:44 +0000 (13:48 -0500)]
4592: update fixture checksum

9 years ago4156: skip all the tests that require api server until #4534 is completed.
radhika [Thu, 20 Nov 2014 18:27:55 +0000 (13:27 -0500)]
4156: skip all the tests that require api server until #4534 is completed.

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Thu, 20 Nov 2014 17:36:07 +0000 (12:36 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years ago4592: add fixture to be used by the api server test "search collections with 'any...
radhika [Thu, 20 Nov 2014 17:29:54 +0000 (12:29 -0500)]
4592: add fixture to be used by the api server test "search collections with 'any' operator".

9 years agoFix wrong variable assigned. refs #3824
Tom Clegg [Thu, 20 Nov 2014 17:04:48 +0000 (12:04 -0500)]
Fix wrong variable assigned. refs #3824

9 years agoFix syntax error in whitespace. refs #3824
Tom Clegg [Thu, 20 Nov 2014 17:02:57 +0000 (12:02 -0500)]
Fix syntax error in whitespace. refs #3824

9 years agoMerge branch 'master' into 4592-input-selection
radhika [Thu, 20 Nov 2014 16:59:29 +0000 (11:59 -0500)]
Merge branch 'master' into 4592-input-selection

9 years agoMerge branch 'master' into 4592-input-selection
radhika [Thu, 20 Nov 2014 16:46:41 +0000 (11:46 -0500)]
Merge branch 'master' into 4592-input-selection

9 years agoMerge branch '4027-api-sdk-requires-docker-wip'
Brett Smith [Thu, 20 Nov 2014 16:25:21 +0000 (11:25 -0500)]
Merge branch '4027-api-sdk-requires-docker-wip'

Refs #4027.  Closes #4626, #4629.

9 years ago4027: API Jobs that specify SDK version must also use Docker.
Brett Smith [Thu, 20 Nov 2014 14:52:53 +0000 (09:52 -0500)]
4027: API Jobs that specify SDK version must also use Docker.

Because compute nodes will be upgraded regularly, we don't want to
guarantee that we'll have the necessary tools to run older SDK
versions.  The primary motivation for this feature is to install SDKs
into Docker images, so we require that to be specified.

This commit removes a few `job.valid?` assertions from the job unit
tests.  These are redundant when they come after `Job.create!` because
that will raise an exception if the job isn't valid.

9 years agoMerge branch 'master' into 4592-input-selection
radhika [Thu, 20 Nov 2014 16:23:09 +0000 (11:23 -0500)]
Merge branch 'master' into 4592-input-selection

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Thu, 20 Nov 2014 16:20:50 +0000 (11:20 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years ago4400: Do not add ".commitdate.hash" tag if a build tag is already set.
Tom Clegg [Thu, 20 Nov 2014 15:59:47 +0000 (10:59 -0500)]
4400: Do not add ".commitdate.hash" tag if a build tag is already set.

9 years agoMerge branch '3824-docker-fixes' refs #3824 refs #4186
Tom Clegg [Thu, 20 Nov 2014 15:41:00 +0000 (10:41 -0500)]
Merge branch '3824-docker-fixes' refs #3824 refs #4186

9 years ago3824: Merge branch 'master' into 3824-docker-fixes
Tom Clegg [Thu, 20 Nov 2014 15:38:27 +0000 (10:38 -0500)]
3824: Merge branch 'master' into 3824-docker-fixes

9 years agoA few wording tweaks.
Ward Vandewege [Thu, 20 Nov 2014 15:32:24 +0000 (10:32 -0500)]
A few wording tweaks.

refs #3824

9 years ago4592: add test where a collection with no name is selected as input to a pipeline...
radhika [Thu, 20 Nov 2014 05:20:49 +0000 (00:20 -0500)]
4592: add test where a collection with no name is selected as input to a pipeline instance.

9 years ago4592: Fix the nil error when a collection without a name is selected as input.
radhika [Thu, 20 Nov 2014 02:05:16 +0000 (21:05 -0500)]
4592: Fix the nil error when a collection without a name is selected as input.
Also refactor the pipeline instances integration test to break re-run instance test into its own test.

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Wed, 19 Nov 2014 19:24:53 +0000 (14:24 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years ago4156: skip arv-tag tests while arv-tag is being worked on.
radhika [Wed, 19 Nov 2014 19:23:11 +0000 (14:23 -0500)]
4156: skip arv-tag tests while arv-tag is being worked on.

9 years agoMerge branch '3382-always-show-inputs' (closes #3382)
Phil Hodgson [Wed, 19 Nov 2014 19:15:34 +0000 (20:15 +0100)]
Merge branch '3382-always-show-inputs' (closes #3382)

9 years agoMerge branch 'master' into 3382-always-show-inputs
Phil Hodgson [Wed, 19 Nov 2014 18:50:19 +0000 (19:50 +0100)]
Merge branch 'master' into 3382-always-show-inputs

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Wed, 19 Nov 2014 16:25:04 +0000 (11:25 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years agocloses #4250
radhika [Wed, 19 Nov 2014 16:19:27 +0000 (11:19 -0500)]
closes #4250
Merge branch '4250-doc-updates'

9 years ago4250: keep doc update
radhika [Wed, 19 Nov 2014 14:00:05 +0000 (09:00 -0500)]
4250: keep doc update

9 years ago3382: test that after editing that an input is editable a second time
Phil Hodgson [Wed, 19 Nov 2014 09:15:45 +0000 (10:15 +0100)]
3382: test that after editing that an input is editable a second time
  - reverted from commit 7bd04ed26901e34e3e5788093bee12be4406dd7b and then adjusted according to latest code review

9 years ago4156: little cleanup
radhika [Tue, 18 Nov 2014 22:43:35 +0000 (17:43 -0500)]
4156: little cleanup

9 years agoMerge branch 'master' into 4250-doc-updates
radhika [Tue, 18 Nov 2014 22:28:55 +0000 (17:28 -0500)]
Merge branch 'master' into 4250-doc-updates

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Tue, 18 Nov 2014 22:28:38 +0000 (17:28 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years ago4156: update tests to match current impl
radhika [Tue, 18 Nov 2014 22:27:49 +0000 (17:27 -0500)]
4156: update tests to match current impl

9 years ago4156: minor updates
radhika [Tue, 18 Nov 2014 21:38:07 +0000 (16:38 -0500)]
4156: minor updates

9 years agoMerge branch '4380-node-manager-slurm-drain-wip'
Brett Smith [Tue, 18 Nov 2014 20:04:13 +0000 (15:04 -0500)]
Merge branch '4380-node-manager-slurm-drain-wip'

Closes #4380, #4519.

9 years ago4380: Add SLURM dispatcher to Node Manager.
Brett Smith [Thu, 13 Nov 2014 20:34:54 +0000 (15:34 -0500)]
4380: Add SLURM dispatcher to Node Manager.

9 years ago4380: Fix retry scheduling for Node Manager change methods.
Brett Smith [Thu, 13 Nov 2014 20:44:19 +0000 (15:44 -0500)]
4380: Fix retry scheduling for Node Manager change methods.

9 years ago4380: Node Manager shutdown actor is more robust.
Brett Smith [Thu, 13 Nov 2014 17:58:14 +0000 (12:58 -0500)]
4380: Node Manager shutdown actor is more robust.

ComputeNodeShutdownActor now checks that destroying the cloud node
succeeds.  Before retrying, it will check if the node is still
eligible for shutdown, and abort if not.

9 years ago4380: Node Manager monitors respond to shutdown_eligible message.
Brett Smith [Thu, 13 Nov 2014 14:47:07 +0000 (09:47 -0500)]
4380: Node Manager monitors respond to shutdown_eligible message.

9 years ago4156: update test to expect uuid instead of pdh
radhika [Tue, 18 Nov 2014 19:49:07 +0000 (14:49 -0500)]
4156: update test to expect uuid instead of pdh

9 years ago4250: update pdh to uuid in keep tutorial
radhika [Tue, 18 Nov 2014 19:34:57 +0000 (14:34 -0500)]
4250: update pdh to uuid in keep tutorial

9 years agoMerge branch 'master' into 4250-doc-updates
radhika [Tue, 18 Nov 2014 19:16:54 +0000 (14:16 -0500)]
Merge branch 'master' into 4250-doc-updates

9 years agoMerge branch 'master' into 4156-cli-tests
radhika [Tue, 18 Nov 2014 19:14:44 +0000 (14:14 -0500)]
Merge branch 'master' into 4156-cli-tests

9 years agorefs #4194
radhika [Tue, 18 Nov 2014 19:14:06 +0000 (14:14 -0500)]
refs #4194
Merge branch '4194-keep-logging'

9 years agoMerge branch '4552-collection-unique-name' closes #4552
Tom Clegg [Tue, 18 Nov 2014 19:16:09 +0000 (14:16 -0500)]
Merge branch '4552-collection-unique-name' closes #4552

Conflicts:
services/api/app/models/collection.rb

9 years agoMerge branch 'master' into 4194-keep-logging
radhika [Tue, 18 Nov 2014 19:13:08 +0000 (14:13 -0500)]
Merge branch 'master' into 4194-keep-logging

9 years ago4156: update failing tests in test_arv-put that were expecting pdh instead of uuid.
radhika [Tue, 18 Nov 2014 19:05:22 +0000 (14:05 -0500)]
4156: update failing tests in test_arv-put that were expecting pdh instead of uuid.

9 years agoMerge branch 'master' into 4194-keep-logging
radhika [Tue, 18 Nov 2014 18:53:15 +0000 (13:53 -0500)]
Merge branch 'master' into 4194-keep-logging

9 years ago4194: use same log statement for successes as well as errors.
radhika [Tue, 18 Nov 2014 18:49:31 +0000 (13:49 -0500)]
4194: use same log statement for successes as well as errors.

9 years ago4552: Set permit_unsigned_manifests=false needed for test.
Tom Clegg [Tue, 18 Nov 2014 18:40:32 +0000 (13:40 -0500)]
4552: Set permit_unsigned_manifests=false needed for test.

9 years agoMerge branch '4363-less-filename-munging' closes #4363
Tom Clegg [Tue, 18 Nov 2014 18:31:11 +0000 (13:31 -0500)]
Merge branch '4363-less-filename-munging' closes #4363

9 years ago4363: Fix flaky test case (race with filterable.js debounce timer).
Tom Clegg [Tue, 18 Nov 2014 17:39:50 +0000 (12:39 -0500)]
4363: Fix flaky test case (race with filterable.js debounce timer).

9 years ago4194: use go fmt to replace spaces with tabs.
radhika [Tue, 18 Nov 2014 17:37:22 +0000 (12:37 -0500)]
4194: use go fmt to replace spaces with tabs.

9 years ago4194: just print data size and never the data
radhika [Tue, 18 Nov 2014 17:29:33 +0000 (12:29 -0500)]
4194: just print data size and never the data

9 years ago4363: Fix size hints for multi-byte manifests (backported from f78caf9).
Tom Clegg [Tue, 18 Nov 2014 16:33:15 +0000 (11:33 -0500)]
4363: Fix size hints for multi-byte manifests (backported from f78caf9).

9 years ago4363: Accept manifest_text in a non-UTF-8 encoding that is equal to its UTF-8 encoding.
Tom Clegg [Tue, 18 Nov 2014 16:24:58 +0000 (11:24 -0500)]
4363: Accept manifest_text in a non-UTF-8 encoding that is equal to its UTF-8 encoding.

9 years ago4363: Specify ASCII encoding in test case.
Tom Clegg [Tue, 18 Nov 2014 15:58:19 +0000 (10:58 -0500)]
4363: Specify ASCII encoding in test case.

9 years agocloses #4194
radhika [Tue, 18 Nov 2014 15:11:23 +0000 (10:11 -0500)]
closes #4194
Merge branch '4194-keep-logging'

9 years agoMerge branch 'master' into 4194-keep-logging
radhika [Tue, 18 Nov 2014 15:08:14 +0000 (10:08 -0500)]
Merge branch 'master' into 4194-keep-logging

9 years agoMerge branch '4027-sdk-constraint-reuse-wip'
Brett Smith [Tue, 18 Nov 2014 14:21:24 +0000 (09:21 -0500)]
Merge branch '4027-sdk-constraint-reuse-wip'

Refs #4027.  Closes #4532.

9 years ago4027: Test updating job's SDK version after it's already set.
Brett Smith [Mon, 17 Nov 2014 22:31:12 +0000 (17:31 -0500)]
4027: Test updating job's SDK version after it's already set.