Ward Vandewege [Thu, 20 Nov 2014 20:47:45 +0000 (15:47 -0500)]
Remove spurious empty line
refs #4595
Tim Pierce [Thu, 20 Nov 2014 20:38:14 +0000 (15:38 -0500)]
4595: add documentation for list --filters
radhika [Thu, 20 Nov 2014 19:08:56 +0000 (14:08 -0500)]
Merge branch 'master' into 4156-cli-tests
radhika [Thu, 20 Nov 2014 18:57:58 +0000 (13:57 -0500)]
closes #4592
Merge branch '4592-input-selection'
radhika [Thu, 20 Nov 2014 18:48:44 +0000 (13:48 -0500)]
4592: update fixture checksum
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.
radhika [Thu, 20 Nov 2014 17:36:07 +0000 (12:36 -0500)]
Merge branch 'master' into 4156-cli-tests
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".
Phil Hodgson [Thu, 20 Nov 2014 17:19:39 +0000 (18:19 +0100)]
4233: make the log replay helper deal with the old date format
Phil Hodgson [Thu, 20 Nov 2014 17:17:53 +0000 (18:17 +0100)]
4233: in hover popup only show datapoints that are defined
Phil Hodgson [Thu, 20 Nov 2014 17:17:24 +0000 (18:17 +0100)]
4233: bug fix: match log line regex from beginning of line
Tom Clegg [Thu, 20 Nov 2014 17:04:48 +0000 (12:04 -0500)]
Fix wrong variable assigned. refs #3824
Tom Clegg [Thu, 20 Nov 2014 17:02:57 +0000 (12:02 -0500)]
Fix syntax error in whitespace. refs #3824
radhika [Thu, 20 Nov 2014 16:59:29 +0000 (11:59 -0500)]
Merge 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
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.
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.
radhika [Thu, 20 Nov 2014 16:23:09 +0000 (11:23 -0500)]
Merge branch 'master' into 4592-input-selection
radhika [Thu, 20 Nov 2014 16:20:50 +0000 (11:20 -0500)]
Merge branch 'master' into 4156-cli-tests
Phil Hodgson [Thu, 20 Nov 2014 16:07:32 +0000 (17:07 +0100)]
4233: bug fixes for previous refactor and also now display series for rss and swap mem stats
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.
Tom Clegg [Thu, 20 Nov 2014 15:41:00 +0000 (10:41 -0500)]
Merge branch '3824-docker-fixes' refs #3824 refs #4186
Tom Clegg [Thu, 20 Nov 2014 15:38:27 +0000 (10:38 -0500)]
3824: Merge branch 'master' into 3824-docker-fixes
Ward Vandewege [Thu, 20 Nov 2014 15:32:24 +0000 (10:32 -0500)]
A few wording tweaks.
refs #3824
Phil Hodgson [Thu, 20 Nov 2014 14:55:35 +0000 (15:55 +0100)]
4233: remove "delete log entries" option
- this did not work as usefully as anticipated: one actually also wants the graph to be cleared, which has to be done manually anyway. The way to do this then would be to also invent a signal to be sent to the browser by the simulator, telling it to clear the graph stuff
Phil Hodgson [Thu, 20 Nov 2014 14:50:48 +0000 (15:50 +0100)]
4233: missing include from last commit
Phil Hodgson [Thu, 20 Nov 2014 14:49:03 +0000 (15:49 +0100)]
4233: refactor to separate addDatum function
- this anticipates being able to add multiple datapoints from one log line, as for memory log lines
Phil Hodgson [Thu, 20 Nov 2014 13:21:08 +0000 (14:21 +0100)]
4233: try to match older log date format
Phil Hodgson [Thu, 20 Nov 2014 13:18:07 +0000 (14:18 +0100)]
4233: better hover presentation (left aligned, clearer task numbers)
Phil Hodgson [Thu, 20 Nov 2014 12:39:11 +0000 (13:39 +0100)]
4233: initial chart points added via AJAX
Phil Hodgson [Thu, 20 Nov 2014 12:19:03 +0000 (13:19 +0100)]
Merge branch 'master' into 4233-graph-job-stats
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.
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.
radhika [Wed, 19 Nov 2014 19:24:53 +0000 (14:24 -0500)]
Merge branch 'master' into 4156-cli-tests
radhika [Wed, 19 Nov 2014 19:23:11 +0000 (14:23 -0500)]
4156: skip arv-tag tests while arv-tag is being worked on.
Phil Hodgson [Wed, 19 Nov 2014 19:15:34 +0000 (20:15 +0100)]
Merge branch '3382-always-show-inputs' (closes #3382)
Phil Hodgson [Wed, 19 Nov 2014 18:50:19 +0000 (19:50 +0100)]
Merge branch 'master' into 3382-always-show-inputs
radhika [Wed, 19 Nov 2014 16:25:04 +0000 (11:25 -0500)]
Merge branch 'master' into 4156-cli-tests
radhika [Wed, 19 Nov 2014 16:19:27 +0000 (11:19 -0500)]
closes #4250
Merge branch '4250-doc-updates'
radhika [Wed, 19 Nov 2014 14:00:05 +0000 (09:00 -0500)]
4250: keep doc update
Phil Hodgson [Wed, 19 Nov 2014 13:26:25 +0000 (14:26 +0100)]
4233: sort hover display by task then stat name
Phil Hodgson [Wed, 19 Nov 2014 12:49:42 +0000 (13:49 +0100)]
4233: unused variable removed
Phil Hodgson [Wed, 19 Nov 2014 12:09:40 +0000 (13:09 +0100)]
4233: show empty log stats graph when no data, and also show a full width x-axis (currently 10 minutes) even when only a few data points have been plotted
Phil Hodgson [Wed, 19 Nov 2014 09:51:21 +0000 (10:51 +0100)]
4233: add deletion of existing log entries option to log replay helper and rake task
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
Tom Clegg [Wed, 19 Nov 2014 05:19:10 +0000 (00:19 -0500)]
4233: In crunch-dispatch, log timestamps in UTC in the same format crunch-job uses.
radhika [Tue, 18 Nov 2014 22:43:35 +0000 (17:43 -0500)]
4156: little cleanup
radhika [Tue, 18 Nov 2014 22:28:55 +0000 (17:28 -0500)]
Merge branch 'master' into 4250-doc-updates
radhika [Tue, 18 Nov 2014 22:28:38 +0000 (17:28 -0500)]
Merge branch 'master' into 4156-cli-tests
radhika [Tue, 18 Nov 2014 22:27:49 +0000 (17:27 -0500)]
4156: update tests to match current impl
radhika [Tue, 18 Nov 2014 21:38:07 +0000 (16:38 -0500)]
4156: minor updates
Brett Smith [Tue, 18 Nov 2014 20:04:13 +0000 (15:04 -0500)]
Merge branch '4380-node-manager-slurm-drain-wip'
Closes #4380, #4519.
Brett Smith [Thu, 13 Nov 2014 20:34:54 +0000 (15:34 -0500)]
4380: Add SLURM dispatcher to Node Manager.
Brett Smith [Thu, 13 Nov 2014 20:44:19 +0000 (15:44 -0500)]
4380: Fix retry scheduling for Node Manager change methods.
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.
Brett Smith [Thu, 13 Nov 2014 14:47:07 +0000 (09:47 -0500)]
4380: Node Manager monitors respond to shutdown_eligible message.
radhika [Tue, 18 Nov 2014 19:49:07 +0000 (14:49 -0500)]
4156: update test to expect uuid instead of pdh
radhika [Tue, 18 Nov 2014 19:34:57 +0000 (14:34 -0500)]
4250: update pdh to uuid in keep tutorial
radhika [Tue, 18 Nov 2014 19:16:54 +0000 (14:16 -0500)]
Merge branch 'master' into 4250-doc-updates
radhika [Tue, 18 Nov 2014 19:14:44 +0000 (14:14 -0500)]
Merge branch 'master' into 4156-cli-tests
radhika [Tue, 18 Nov 2014 19:14:06 +0000 (14:14 -0500)]
refs #4194
Merge branch '4194-keep-logging'
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
radhika [Tue, 18 Nov 2014 19:13:08 +0000 (14:13 -0500)]
Merge branch 'master' into 4194-keep-logging
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.
radhika [Tue, 18 Nov 2014 18:53:15 +0000 (13:53 -0500)]
Merge branch 'master' into 4194-keep-logging
radhika [Tue, 18 Nov 2014 18:49:31 +0000 (13:49 -0500)]
4194: use same log statement for successes as well as errors.
Tom Clegg [Tue, 18 Nov 2014 18:40:32 +0000 (13:40 -0500)]
4552: Set permit_unsigned_manifests=false needed for test.
Tom Clegg [Tue, 18 Nov 2014 18:31:11 +0000 (13:31 -0500)]
Merge branch '4363-less-filename-munging' closes #4363
Tom Clegg [Tue, 18 Nov 2014 17:39:50 +0000 (12:39 -0500)]
4363: Fix flaky test case (race with filterable.js debounce timer).
radhika [Tue, 18 Nov 2014 17:37:22 +0000 (12:37 -0500)]
4194: use go fmt to replace spaces with tabs.
radhika [Tue, 18 Nov 2014 17:29:33 +0000 (12:29 -0500)]
4194: just print data size and never the data
Tom Clegg [Tue, 18 Nov 2014 16:33:15 +0000 (11:33 -0500)]
4363: Fix size hints for multi-byte manifests (backported from
f78caf9).
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.
Tom Clegg [Tue, 18 Nov 2014 15:58:19 +0000 (10:58 -0500)]
4363: Specify ASCII encoding in test case.
Tom Clegg [Tue, 18 Nov 2014 15:08:35 +0000 (10:08 -0500)]
4533: Add more tests for disabling reset feature in config file.
radhika [Tue, 18 Nov 2014 15:11:23 +0000 (10:11 -0500)]
closes #4194
Merge branch '4194-keep-logging'
radhika [Tue, 18 Nov 2014 15:08:14 +0000 (10:08 -0500)]
Merge branch 'master' into 4194-keep-logging
Tom Clegg [Tue, 18 Nov 2014 14:49:08 +0000 (09:49 -0500)]
4533: Fix crash on nonexistent (or non-User) owner_uuid of role group.
Tom Clegg [Tue, 18 Nov 2014 14:48:15 +0000 (09:48 -0500)]
4533: Reload database seeds during reset.
Brett Smith [Tue, 18 Nov 2014 14:21:24 +0000 (09:21 -0500)]
Merge branch '4027-sdk-constraint-reuse-wip'
Refs #4027. Closes #4532.
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.
Brett Smith [Fri, 14 Nov 2014 18:57:33 +0000 (13:57 -0500)]
4027: API server considers arvados_sdk_version for Job reuse.
* Extend "in git" and "not in git" filters to the arvados_sdk_version
column.
* When no filters are specified, if the submitted job specifies an
arvados_sdk_version constraint, require reuse candidates to meet it.
* Document all this.
Tom Clegg [Tue, 18 Nov 2014 08:32:11 +0000 (03:32 -0500)]
4363: Merge branch 'master' into 4363-less-filename-munging
Tom Clegg [Tue, 18 Nov 2014 08:31:19 +0000 (03:31 -0500)]
4363: Explicit UTF-8 for test string.
Tom Clegg [Mon, 17 Nov 2014 16:01:49 +0000 (11:01 -0500)]
4363: Validate utf-8 encoding of manifest_text.
Tom Clegg [Thu, 13 Nov 2014 19:54:29 +0000 (14:54 -0500)]
4363: Remove redundant test.
Tom Clegg [Tue, 18 Nov 2014 08:15:59 +0000 (03:15 -0500)]
4533: Reset fixtures after testing user deactivation.
Tom Clegg [Tue, 18 Nov 2014 07:48:28 +0000 (02:48 -0500)]
4533: Update bundle.
Tom Clegg [Sat, 15 Nov 2014 19:01:34 +0000 (14:01 -0500)]
4533: Add /database/reset API to roll everything back to fixtures.
Tom Clegg [Tue, 18 Nov 2014 07:36:58 +0000 (02:36 -0500)]
4400: Silence git error messages during package install (we ignore them anyway)
Tom Clegg [Mon, 17 Nov 2014 20:17:59 +0000 (15:17 -0500)]
4552: Tidy up ensure_unique_name block.
Tom Clegg [Mon, 17 Nov 2014 18:57:51 +0000 (13:57 -0500)]
4552: Use faster database_cleaner strategy.
Tom Clegg [Mon, 17 Nov 2014 18:48:30 +0000 (13:48 -0500)]
4552: Fix conflict between ensure_unique_name and signed manifests.
radhika [Tue, 18 Nov 2014 03:11:17 +0000 (22:11 -0500)]
4194: rename wrapper as logging_router
radhika [Mon, 17 Nov 2014 22:27:30 +0000 (17:27 -0500)]
Merge branch 'master' into 4194-keep-logging
radhika [Mon, 17 Nov 2014 22:26:39 +0000 (17:26 -0500)]
4194: MakeLoggingRESTRouter returns a pointer rather than the struct.
radhika [Mon, 17 Nov 2014 22:13:03 +0000 (17:13 -0500)]
4194: rename wrapper
Ward Vandewege [Mon, 17 Nov 2014 22:09:54 +0000 (17:09 -0500)]
Be a bit smarter about handling the dynamic dns resolver records for
compute nodes on api server startup.
refs #4461
radhika [Mon, 17 Nov 2014 22:02:00 +0000 (17:02 -0500)]
4194: rename RESTRouterWrapper as LoggingRESTRouter
radhika [Mon, 17 Nov 2014 21:53:33 +0000 (16:53 -0500)]
Merge branch 'master' into 4194-keep-logging