Tom Clegg [Wed, 23 Dec 2015 19:28:41 +0000 (14:28 -0500)]
Merge branch '7965-fail-abandoned-jobs' closes #7965
Tom Clegg [Fri, 18 Dec 2015 19:33:28 +0000 (14:33 -0500)]
7965: Fail orphaned jobs still marked "running" after reboot.
Peter Amstutz [Sun, 20 Dec 2015 02:59:26 +0000 (21:59 -0500)]
Fix documentation typo git_repo_https_base not git_repo_http_base, no issue #
Tom Clegg [Fri, 18 Dec 2015 20:40:40 +0000 (15:40 -0500)]
Merge branch '7884-ajax-log-redirect' closes #7884
Tom Clegg [Fri, 18 Dec 2015 20:40:11 +0000 (15:40 -0500)]
7884: Clarify "credentials" comment.
Tom Clegg [Thu, 17 Dec 2015 06:07:32 +0000 (01:07 -0500)]
7884: Detect when a "download log" response has a JSON-encoded redirect
to keep-web, and convert it to POST to avoid a second redirect that
would be forbidden by SOP.
Tom Clegg [Thu, 17 Dec 2015 06:03:37 +0000 (01:03 -0500)]
7884: Serve simple cross-origin AJAX POST requests without redirecting.
Brett Smith [Fri, 18 Dec 2015 18:30:10 +0000 (13:30 -0500)]
Merge branch '7927-docker-cleaner-api-version-wip'
Closes #7927, #8025.
Brett Smith [Wed, 16 Dec 2015 16:07:24 +0000 (11:07 -0500)]
7927: Docker cleaner service uses Docker API v1.14.
This helps it work consistently across a variety of Docker versions.
See the comment in the tests for more background.
Tom Clegg [Thu, 17 Dec 2015 18:50:01 +0000 (13:50 -0500)]
Log request body size. No issue #
Tom Clegg [Thu, 17 Dec 2015 15:06:50 +0000 (10:06 -0500)]
Merge branch '7901-human-summary' closes #7901
Tom Clegg [Thu, 17 Dec 2015 15:05:30 +0000 (10:05 -0500)]
7901: Add job stats, elapsed time, summed user+sys and tx+rx, and some human-readable highlights.
Tom Clegg [Wed, 16 Dec 2015 20:34:43 +0000 (15:34 -0500)]
7942: Skip unreliable test. refs #7942
Tom Clegg [Wed, 16 Dec 2015 19:51:44 +0000 (14:51 -0500)]
Merge branch '7888-azure-read-mux' refs #7888
Tom Clegg [Wed, 16 Dec 2015 19:51:25 +0000 (14:51 -0500)]
7888: Fix whitespace / gofmt
Tom Clegg [Wed, 16 Dec 2015 17:43:35 +0000 (12:43 -0500)]
7888: Option to use multiple concurrent range requests when fetching from Azure.
Peter Amstutz [Wed, 16 Dec 2015 15:29:51 +0000 (10:29 -0500)]
Merge branch '7454-azure-custom-data' closes #7454
Peter Amstutz [Wed, 16 Dec 2015 14:49:52 +0000 (09:49 -0500)]
7454: switch order of arvados_create_kwargs() to be consistent with
create_node(). Use pipes.quote() to shellquote values. Add ex_customdata
test.
Peter Amstutz [Tue, 15 Dec 2015 15:00:46 +0000 (10:00 -0500)]
Merge branch '6429-fix-container-indexes' refs #6429
Peter Amstutz [Tue, 15 Dec 2015 14:56:38 +0000 (09:56 -0500)]
Add required indexes to containers and container_requests tables. refs #6429
Tom Clegg [Tue, 15 Dec 2015 14:54:37 +0000 (09:54 -0500)]
Increase default Python SDK timeout to 256s.
No issue #
Brett Smith [Mon, 14 Dec 2015 22:23:22 +0000 (17:23 -0500)]
7901: Fix variable name typo in crunchstat-summary.
Refs #7901.
Tom Clegg [Mon, 14 Dec 2015 21:56:53 +0000 (16:56 -0500)]
Merge branch '7901-crunchstat-summary' refs #7901
Tom Clegg [Mon, 14 Dec 2015 21:07:32 +0000 (16:07 -0500)]
7901: Add crunchstat-summary program.
Peter Amstutz [Mon, 14 Dec 2015 20:38:58 +0000 (15:38 -0500)]
Cleanup of test cleanup. refs #6429
Peter Amstutz [Mon, 14 Dec 2015 20:31:07 +0000 (15:31 -0500)]
Small test cleanup. refs #6429
Peter Amstutz [Mon, 14 Dec 2015 20:22:39 +0000 (15:22 -0500)]
Merge branch '6429-crunch2-api' closes #6429
Peter Amstutz [Mon, 14 Dec 2015 20:21:59 +0000 (15:21 -0500)]
Merge branch '7939-arv-mount-errors' closes #7939
Peter Amstutz [Mon, 14 Dec 2015 20:20:23 +0000 (15:20 -0500)]
7939: Use 100:: for bogus host check and add comment about API check.
Peter Amstutz [Mon, 14 Dec 2015 19:22:43 +0000 (14:22 -0500)]
6429: Add for test child container requests are set priority=0 when parent
container is in final state.
Peter Amstutz [Mon, 14 Dec 2015 19:11:33 +0000 (14:11 -0500)]
7939: Additional check for bad token.
Peter Amstutz [Mon, 14 Dec 2015 19:09:20 +0000 (14:09 -0500)]
7939: Check exit code in tests.
Peter Amstutz [Fri, 11 Dec 2015 19:49:01 +0000 (14:49 -0500)]
7939: Move daemonize to _run_standalone() after llfuse.init(), preserving open
file descriptors. Add tests for various error conditions that can prevent
successful mount.
Peter Amstutz [Fri, 11 Dec 2015 20:43:44 +0000 (15:43 -0500)]
7454: Fix tests
Peter Amstutz [Fri, 11 Dec 2015 20:37:55 +0000 (15:37 -0500)]
7454: Add 'size' to arvados_create_kwargs so that it can be included in CustomData.
Peter Amstutz [Fri, 11 Dec 2015 20:13:56 +0000 (15:13 -0500)]
7454: use small CustomData script to set /var/tmp/arv-node-data/arv-ping-url
Peter Amstutz [Fri, 11 Dec 2015 19:59:02 +0000 (14:59 -0500)]
Merge branch 'master' into 7454-azure-custom-data
Peter Amstutz [Fri, 11 Dec 2015 15:24:06 +0000 (10:24 -0500)]
6429: Callback calls container_completed! instead of just setting state to final.
Peter Amstutz [Thu, 10 Dec 2015 21:45:41 +0000 (16:45 -0500)]
6429: Rename request_finalize to handle_completed
Peter Amstutz [Thu, 10 Dec 2015 21:37:29 +0000 (16:37 -0500)]
6429: Improve variable names in tests a bit. Default priority of container
request to nil and check for nil priority. Complete/cancelled container
finalizes requests that created it and sets priority 0 on requests that it
created itself.
Tom Clegg [Thu, 10 Dec 2015 21:12:20 +0000 (16:12 -0500)]
Merge branch '7393-s3-volume' closes #7393
Tom Clegg [Wed, 9 Dec 2015 21:00:34 +0000 (16:00 -0500)]
7393: Add -uuid and -url options, fix memory sharing in -vary-request.
Tom Clegg [Wed, 9 Dec 2015 20:59:54 +0000 (15:59 -0500)]
7393: Quiet excessive debug printfs.
Tom Clegg [Wed, 9 Dec 2015 17:43:50 +0000 (12:43 -0500)]
7393: Add S3 volume type.
Brett Smith [Thu, 10 Dec 2015 20:46:24 +0000 (15:46 -0500)]
7960: Fix typo in arv-run option reference.
Closes #7960.
Peter Amstutz [Wed, 9 Dec 2015 21:02:53 +0000 (16:02 -0500)]
6429: Don't update priority if the container is already in Complete or Cancelled state.
Peter Amstutz [Wed, 9 Dec 2015 20:48:37 +0000 (15:48 -0500)]
6429: Complete/Cancelled containers finalize associated container requests;
container requests update priority for associated containers.
Peter Amstutz [Wed, 9 Dec 2015 20:06:46 +0000 (15:06 -0500)]
6429: Use text instead of string for longer API fields.
Move "resolve" from Container to ContainerRequest.
Simplify state transition checking.
Improve formatting of error messages.
Rename workbench models to be singular.
Remove bogus factory files.
Peter Amstutz [Tue, 8 Dec 2015 16:57:52 +0000 (11:57 -0500)]
6429: Tests for priority update propagation to process tree, max priority from
multiple requests, finalize request when container completes or cancels.
Tom Clegg [Tue, 8 Dec 2015 01:50:57 +0000 (20:50 -0500)]
7937: Update test case.
refs #7937
Tom Clegg [Mon, 7 Dec 2015 22:31:06 +0000 (17:31 -0500)]
Merge branch '7937-ignored-error' refs #7937
Tom Clegg [Sat, 5 Dec 2015 08:47:04 +0000 (03:47 -0500)]
7937: Fix ignored error from GetKeepServersAndSummarize.
Peter Amstutz [Mon, 7 Dec 2015 21:27:42 +0000 (16:27 -0500)]
6429: Committing container request creates container
Brett Smith [Mon, 7 Dec 2015 18:58:17 +0000 (13:58 -0500)]
7829: Add MANIFEST.in for arvados-docker-cleaner.
Refs #7829.
Brett Smith [Mon, 7 Dec 2015 18:05:44 +0000 (13:05 -0500)]
7829: Restore MANIFEST.in files; add licenses to them.
This reverts
cd78cc7c9d06ec84f1e272c4b5a15d377830edba. The package
building process works without these files on Debian 8, but not Debian
7, which is what Jenkins is still running.
Refs #7829.
Peter Amstutz [Mon, 7 Dec 2015 17:57:57 +0000 (12:57 -0500)]
6429: Put whitelist_update in module.
Brett Smith [Mon, 7 Dec 2015 15:01:26 +0000 (10:01 -0500)]
Merge branch '7829-package-licenses-wip'
Refs #7829. Closes #7914.
Brett Smith [Thu, 3 Dec 2015 22:50:25 +0000 (17:50 -0500)]
7829: Gems include licenses and documentation.
Brett Smith [Thu, 3 Dec 2015 22:35:29 +0000 (17:35 -0500)]
7829: Python bdists include licenses and documentation.
Brett Smith [Thu, 3 Dec 2015 22:24:04 +0000 (17:24 -0500)]
7829: Remove unnecessary MANIFEST.in files.
setuptools includes every file tracked by your VCS. See
<http://pythonhosted.org/setuptools/setuptools.html#generating-source-distributions>.
Tom Clegg [Sat, 5 Dec 2015 00:18:49 +0000 (19:18 -0500)]
Fix manifest stats leaking between runs via globals. No issue #
Brett Smith [Fri, 4 Dec 2015 21:46:38 +0000 (16:46 -0500)]
Merge branch '7835-node-manager-price-type-wip'
Refs #7835. Closes #7950.
Brett Smith [Fri, 4 Dec 2015 20:13:49 +0000 (15:13 -0500)]
7835: Node Manager converts node.size into a size object on GCE.
Brett Smith [Fri, 4 Dec 2015 19:37:06 +0000 (14:37 -0500)]
Remove redundant exception from Node Manager NETWORK_ERRORS.
Brett Smith [Fri, 4 Dec 2015 19:35:30 +0000 (14:35 -0500)]
7835: Node Manager coerces node size prices to float.
radhika [Fri, 4 Dec 2015 21:00:55 +0000 (16:00 -0500)]
closes #7753
Merge branch '7753-job-log-accessibility'
radhika [Fri, 4 Dec 2015 18:48:48 +0000 (13:48 -0500)]
7753: show the job Log link in the component panel header only when it is a pipeline_instance display; hide it for job#show
radhika [Fri, 4 Dec 2015 15:56:19 +0000 (10:56 -0500)]
7753: when a job is in "Running" state, the Log link still should be shown in the Component display panel header.
radhika [Fri, 4 Dec 2015 14:49:22 +0000 (09:49 -0500)]
7753: Now that there are 1+ "Log" links in the pipeline instance page, update tests to address capybara ambigous match error.
radhika [Fri, 4 Dec 2015 14:19:33 +0000 (09:19 -0500)]
7753: The name "Job log" has a little problem; on screen small screen sizes, "Job log" is displayed in two lines even when the rest of the items are displayed in single line due to the limited real estate in the panel header.
radhika [Thu, 3 Dec 2015 21:00:52 +0000 (16:00 -0500)]
7753: Add a Log link to pipeline_instance component panel
Nico Cesar [Fri, 4 Dec 2015 15:32:23 +0000 (10:32 -0500)]
7942: changed capybara timeout from 5 sec to 10 sec so iceweasel in ci.curoverse.com doesnt break as easily
Merge branch '7942-ci-iceweasel-problems'
refs #7942
Peter Amstutz [Thu, 3 Dec 2015 23:49:14 +0000 (18:49 -0500)]
Finish basic state change & record protection unit tests.
Peter Amstutz [Thu, 3 Dec 2015 22:22:54 +0000 (17:22 -0500)]
Working on state change assertions and testing for container record.
Nico Cesar [Thu, 3 Dec 2015 22:13:31 +0000 (17:13 -0500)]
added more time to ajax timeout
refs #7942
Tom Clegg [Thu, 3 Dec 2015 19:26:19 +0000 (14:26 -0500)]
Merge branch '7888-log-req-phase-times' refs #7888
Peter Amstutz [Thu, 3 Dec 2015 18:07:52 +0000 (13:07 -0500)]
Declare serialize / accept json fields, start working on states
Tom Clegg [Thu, 3 Dec 2015 17:29:09 +0000 (12:29 -0500)]
7888: Log how much time was spent before/after sending response headers.
Tom Clegg [Thu, 3 Dec 2015 17:03:16 +0000 (12:03 -0500)]
Merge branch '7751-crunch-fuse-output' closes #7751
Tom Clegg [Fri, 27 Nov 2015 02:11:16 +0000 (21:11 -0500)]
7751: Add convenience class for staging task output in $TASK_KEEPMOUNT_TMP.
Tom Clegg [Fri, 27 Nov 2015 01:52:10 +0000 (20:52 -0500)]
7751: Set up an arv-mount scratch directory for each task, and put its path in TASK_KEEPMOUNT_TMP.
Peter Amstutz [Thu, 3 Dec 2015 15:18:39 +0000 (10:18 -0500)]
Stub out controllers and routes. Add basic workbench support.
radhika [Wed, 2 Dec 2015 22:44:47 +0000 (17:44 -0500)]
closes #6027
Merge branch '6027-git-repo-doc'
radhika [Wed, 2 Dec 2015 22:43:37 +0000 (17:43 -0500)]
6027: fix typo
radhika [Wed, 2 Dec 2015 22:15:12 +0000 (17:15 -0500)]
Merge branch 'master' into 6027-git-repo-doc
Tom Clegg [Wed, 2 Dec 2015 21:56:40 +0000 (16:56 -0500)]
Merge branch '7868-docker-run-args' closes #7868
Tom Clegg [Wed, 25 Nov 2015 22:53:14 +0000 (17:53 -0500)]
7868: Allow admin to add arguments to "docker run" commands.
radhika [Wed, 2 Dec 2015 19:57:52 +0000 (14:57 -0500)]
6027: update git-arvados-guide to instruct the users to create scripts in crunch_scripts subdirectory.
Brett Smith [Wed, 2 Dec 2015 17:54:56 +0000 (12:54 -0500)]
7313: Fix sprintf formatter in crunch-job warning message.
Refs #7313.
radhika [Wed, 2 Dec 2015 17:37:15 +0000 (12:37 -0500)]
closes #7748
Merge branch '7748-datamanager-dry-run'
radhika [Wed, 2 Dec 2015 17:36:12 +0000 (12:36 -0500)]
7748: correct the local variable declaration
radhika [Wed, 2 Dec 2015 17:30:10 +0000 (12:30 -0500)]
Merge branch 'master' into 7748-datamanager-dry-run
Conflicts:
services/datamanager/datamanager_test.go
Peter Amstutz [Wed, 2 Dec 2015 17:23:36 +0000 (12:23 -0500)]
6429: Initial commit of models creating by rails generate.
radhika [Wed, 2 Dec 2015 17:22:00 +0000 (12:22 -0500)]
closes #7710
Merge branch '7710-keepclient-all-service-types'
radhika [Wed, 2 Dec 2015 16:58:39 +0000 (11:58 -0500)]
7710: text updates around the -service-type argument.
radhika [Tue, 1 Dec 2015 18:33:55 +0000 (13:33 -0500)]
7710: update crunchrunner.upload.go to compile; this was broken after the keep-web updates; also, add this package to gostuff in run-tests.sh
radhika [Tue, 1 Dec 2015 14:26:13 +0000 (09:26 -0500)]
7710: update serviceType argument handling to ignore any keepservices that are of a different type. Add a datamanager test with one extra unsupported-typed keepserver, which should hence be ignored by datamanager.
radhika [Mon, 30 Nov 2015 23:09:57 +0000 (18:09 -0500)]
7710: Remove KeepClient.Using_proxy and all it's references since we are no longer using it.
Update datamanager to use a configured supported service type instead of hardcoding "disk" type.
Tom Clegg [Mon, 30 Nov 2015 20:28:19 +0000 (15:28 -0500)]
7710: Add keep_services#accessible test.
radhika [Fri, 27 Nov 2015 22:13:17 +0000 (17:13 -0500)]
7710: improve keepclient to use non-disk timeouts when any non-disk typed keepservices are found; previously, this was done for proxy typed keepservices only.