arvados.git
9 years ago4823: Working on porting more StreamReader tests to ArvadosFile.
Peter Amstutz [Tue, 6 Jan 2015 18:19:28 +0000 (13:19 -0500)]
4823: Working on porting more StreamReader tests to ArvadosFile.

9 years agoMerge branch 'master' into 4823-python-sdk-writable-collection-api
Peter Amstutz [Tue, 6 Jan 2015 16:32:23 +0000 (11:32 -0500)]
Merge branch 'master' into 4823-python-sdk-writable-collection-api

9 years agoMerge branch '4869-keepalive' refs #4869
Peter Amstutz [Mon, 5 Jan 2015 16:37:54 +0000 (11:37 -0500)]
Merge branch '4869-keepalive' refs #4869

9 years agoMerge branch 'master' into 4823-python-sdk-writable-collection-api
Peter Amstutz [Mon, 5 Jan 2015 15:28:40 +0000 (10:28 -0500)]
Merge branch 'master' into 4823-python-sdk-writable-collection-api

9 years ago4869: Client.Timeout and Client.Transport are now correctly set in
Peter Amstutz [Mon, 5 Jan 2015 15:17:42 +0000 (10:17 -0500)]
4869: Client.Timeout and Client.Transport are now correctly set in
DiscoverKeepServers().  Improved comments.

9 years ago3198: Apply StreamFileReader tests to ArvadosFileReader
Peter Amstutz [Sun, 4 Jan 2015 04:25:22 +0000 (23:25 -0500)]
3198: Apply StreamFileReader tests to ArvadosFileReader

9 years ago3198: Fixed up the rest of the tests to mock the session.
Peter Amstutz [Sun, 4 Jan 2015 01:48:46 +0000 (20:48 -0500)]
3198: Fixed up the rest of the tests to mock the session.

9 years ago3198: Figured out how to mock session object, reverted most tests updated in
Peter Amstutz [Sat, 3 Jan 2015 04:34:15 +0000 (23:34 -0500)]
3198: Figured out how to mock session object, reverted most tests updated in
previous commit.

9 years ago3198: Added Collection.rename (needs test). Fixing tests broken on account of
Peter Amstutz [Fri, 2 Jan 2015 04:01:27 +0000 (23:01 -0500)]
3198: Added Collection.rename (needs test).  Fixing tests broken on account of
using a requests session object so mocking requests.get and requests.put
doesn't work any more.

9 years ago3198: KeepClient creates a requests session to re-use connections. export_manifest...
Peter Amstutz [Fri, 2 Jan 2015 02:31:25 +0000 (21:31 -0500)]
3198: KeepClient creates a requests session to re-use connections.  export_manifest correctly strips hints when portable_manifest=True.

9 years agoRemove cruft. No issue #
Tom Clegg [Wed, 31 Dec 2014 21:33:57 +0000 (16:33 -0500)]
Remove cruft. No issue #

9 years agoMerge branch '4887-invalidate-duplicate-ip-on-old-compute-nodes'
Ward Vandewege [Wed, 31 Dec 2014 15:01:59 +0000 (10:01 -0500)]
Merge branch '4887-invalidate-duplicate-ip-on-old-compute-nodes'

closes #4887

9 years agoMerge branch 'master' into 4887-invalidate-duplicate-ip-on-old-compute-nodes
Ward Vandewege [Wed, 31 Dec 2014 15:01:30 +0000 (10:01 -0500)]
Merge branch 'master' into 4887-invalidate-duplicate-ip-on-old-compute-nodes

9 years agoAddress review comments:
Ward Vandewege [Wed, 31 Dec 2014 15:00:21 +0000 (10:00 -0500)]
Address review comments:

* change stale_conflicting_nodes to a local variable
* minor performance optimization: add an additional check for ip_address being nil

refs #4887

9 years ago3198: Bugfixes. Working on benchmarking upload/download performance.
Peter Amstutz [Tue, 30 Dec 2014 22:10:24 +0000 (17:10 -0500)]
3198: Bugfixes.  Working on benchmarking upload/download performance.

9 years agoMerge branch '4877-dont-delete-stdout'
Tim Pierce [Tue, 30 Dec 2014 21:50:04 +0000 (16:50 -0500)]
Merge branch '4877-dont-delete-stdout'

Fixes #4877

9 years ago4877: don't delete /dev/stdout
Tim Pierce [Tue, 30 Dec 2014 21:45:42 +0000 (16:45 -0500)]
4877: don't delete /dev/stdout

Fixed the filename check before trying to delete /dev/stdout.

9 years ago3198: Many tests. Fixed lots of bugs.
Peter Amstutz [Tue, 30 Dec 2014 19:51:55 +0000 (14:51 -0500)]
3198: Many tests.  Fixed lots of bugs.

9 years agoDetect stale compute node records with the same IP address as the new
Ward Vandewege [Tue, 30 Dec 2014 19:31:53 +0000 (14:31 -0500)]
Detect stale compute node records with the same IP address as the new
node on its first ping. Clear the ip_address field on the stale nodes.

Refs #4887

9 years agoCleanups:
Ward Vandewege [Tue, 30 Dec 2014 18:28:57 +0000 (13:28 -0500)]
Cleanups:

* Remove old commented out code
* Remove superfluous test for presence of file on disk

refs #4887

9 years ago4869: Enable TCP keepalive and adjust connection timeouts to Keep client.
Peter Amstutz [Tue, 30 Dec 2014 15:39:50 +0000 (10:39 -0500)]
4869: Enable TCP keepalive and adjust connection timeouts to Keep client.

9 years agoFix whitespace, cf. gofmt. refs #4875
Tom Clegg [Mon, 29 Dec 2014 22:02:01 +0000 (17:02 -0500)]
Fix whitespace, cf. gofmt. refs #4875

9 years agoMerge branch '4875-keepclient-test-race' closes #4875
Tom Clegg [Mon, 29 Dec 2014 21:59:35 +0000 (16:59 -0500)]
Merge branch '4875-keepclient-test-race' closes #4875

9 years ago3198: Start using BlockManager. Needs tests.
Peter Amstutz [Mon, 29 Dec 2014 21:43:04 +0000 (16:43 -0500)]
3198: Start using BlockManager.  Needs tests.

9 years ago4875: Merge branch 'master' into 4875-keepclient-test-race
Tom Clegg [Mon, 29 Dec 2014 21:29:17 +0000 (16:29 -0500)]
4875: Merge branch 'master' into 4875-keepclient-test-race

Conflicts:
sdk/go/keepclient/keepclient_test.go

9 years agoFix version strings to comply with PEP-440. No issue #
Tom Clegg [Mon, 29 Dec 2014 20:45:30 +0000 (15:45 -0500)]
Fix version strings to comply with PEP-440. No issue #

9 years agoMerge branch '4523-owner_uuid-index' refs #4523
Tom Clegg [Mon, 29 Dec 2014 20:12:46 +0000 (15:12 -0500)]
Merge branch '4523-owner_uuid-index' refs #4523

9 years agoMerge branch '4869-keepproxy' refs #4869
Peter Amstutz [Mon, 29 Dec 2014 20:11:05 +0000 (15:11 -0500)]
Merge branch '4869-keepproxy' refs #4869

9 years ago3198: Fix syntax errors
Peter Amstutz [Mon, 29 Dec 2014 20:10:30 +0000 (15:10 -0500)]
3198: Fix syntax errors

9 years ago4869: Strip all newlines from error responses, not just leading and trailing
Peter Amstutz [Mon, 29 Dec 2014 19:37:13 +0000 (14:37 -0500)]
4869: Strip all newlines from error responses, not just leading and trailing
whitespace.

9 years ago4523: Dry up migration and test cases.
Tom Clegg [Mon, 29 Dec 2014 18:58:58 +0000 (13:58 -0500)]
4523: Dry up migration and test cases.

9 years ago4869: Based on Go documentation, don't set a body ReadCloser on the request
Peter Amstutz [Mon, 29 Dec 2014 18:51:20 +0000 (13:51 -0500)]
4869: Based on Go documentation, don't set a body ReadCloser on the request
when body length is 0.

9 years ago4523: Fix column order to match migration order.
Tom Clegg [Mon, 29 Dec 2014 17:45:02 +0000 (12:45 -0500)]
4523: Fix column order to match migration order.

9 years ago4523: Remove dev-only checks in migration.
Tom Clegg [Mon, 29 Dec 2014 17:44:35 +0000 (12:44 -0500)]
4523: Remove dev-only checks in migration.

9 years ago4869: Correctly handle zero-length blocks in Keep client/Keep proxy. Remove
Peter Amstutz [Mon, 29 Dec 2014 17:32:38 +0000 (12:32 -0500)]
4869: Correctly handle zero-length blocks in Keep client/Keep proxy.  Remove
X-Block-Size.  Choose default request timeout based on if client is talking to
a proxy or not.  Use double quotes in logging.  Rename "tag" to "requestId".

9 years ago4523: Fix whitespace.
Tom Clegg [Mon, 29 Dec 2014 17:28:44 +0000 (12:28 -0500)]
4523: Fix whitespace.

9 years ago4869: Keepstore now returns Content-Length headers, and logs the error message
Peter Amstutz [Mon, 29 Dec 2014 14:23:45 +0000 (09:23 -0500)]
4869: Keepstore now returns Content-Length headers, and logs the error message
sent to the client on errors.

9 years ago4869: KeepClient now has a default timeout per block request (10 minutes). In
Peter Amstutz [Mon, 29 Dec 2014 14:09:13 +0000 (09:09 -0500)]
4869: KeepClient now has a default timeout per block request (10 minutes).  In
keepproxy, the timeout is set to 20 seconds per block.  Also rearranged some
keepclient and keepproxy logging to provide better information.

9 years agoMerge branch '4754-performance-TC' closes #4754
Tom Clegg [Tue, 23 Dec 2014 20:51:49 +0000 (15:51 -0500)]
Merge branch '4754-performance-TC' closes #4754

9 years agoMerge branch '4844-stricter-min-nodes-wip'
Ward Vandewege [Tue, 23 Dec 2014 20:47:49 +0000 (15:47 -0500)]
Merge branch '4844-stricter-min-nodes-wip'

refs #4844

9 years agoMerge branch 'master' into 4844-stricter-min-nodes-wip
Ward Vandewege [Tue, 23 Dec 2014 20:47:23 +0000 (15:47 -0500)]
Merge branch 'master' into 4844-stricter-min-nodes-wip

9 years agoSkip two more CLI tests that need a running API server.
Ward Vandewege [Tue, 23 Dec 2014 20:44:10 +0000 (15:44 -0500)]
Skip two more CLI tests that need a running API server.

refs #4156

9 years ago4869: Improve logging
Peter Amstutz [Tue, 23 Dec 2014 14:55:05 +0000 (09:55 -0500)]
4869: Improve logging

9 years ago3198: Async put, read prefetch via BlockManager. Added arvfile tests (forgot
Peter Amstutz [Tue, 23 Dec 2014 03:39:42 +0000 (22:39 -0500)]
3198: Async put, read prefetch via BlockManager.  Added arvfile tests (forgot
to add before).  No testing yet.

9 years ago3198: Populate collection with locator or manifest. Also added Python container...
Peter Amstutz [Mon, 22 Dec 2014 15:39:10 +0000 (10:39 -0500)]
3198: Populate collection with locator or manifest.  Also added Python container API.

9 years ago4875: Let the OS choose port numbers for fake servers.
Tom Clegg [Sun, 21 Dec 2014 00:28:56 +0000 (19:28 -0500)]
4875: Let the OS choose port numbers for fake servers.

Fixes a race condition where test case N+1 can't listen on port 2990
because test case N hasn't shut down its listener.

Also removes the artificial acceptance requirement that nobody else on
the testing host is using the arbitrarily assigned port range
2990..299x.

Incidental changes:

* rename RunBogusKeepServer to RunFakeKeepServer (to match
  RunSomeFakeKeepServers and fix the misleading implication that the
  resulting server does something bogus).

* return a KeepServer object from RunFakeKeepServer (for better parity
  with RunSomeFakeKeepServers).

9 years ago4875: Use range in for loops.
Tom Clegg [Sat, 20 Dec 2014 23:49:53 +0000 (18:49 -0500)]
4875: Use range in for loops.

9 years agoMerge branch '4858-graph-not-comparing' refs #4358
Phil Hodgson [Sat, 20 Dec 2014 18:34:39 +0000 (19:34 +0100)]
Merge branch '4858-graph-not-comparing' refs #4358

9 years agoMerge branch 'master' into 4358-graph-not-comparing
Phil Hodgson [Sat, 20 Dec 2014 17:58:03 +0000 (18:58 +0100)]
Merge branch 'master' into 4358-graph-not-comparing

9 years ago3198: Writing files works
Peter Amstutz [Fri, 19 Dec 2014 21:36:46 +0000 (16:36 -0500)]
3198: Writing files works

9 years ago3198: More refactoring and bug/test fixing
Peter Amstutz [Fri, 19 Dec 2014 21:07:30 +0000 (16:07 -0500)]
3198: More refactoring and bug/test fixing

9 years ago4844: Node Manager doesn't treat min_nodes as min_nodes_idle.
Brett Smith [Fri, 19 Dec 2014 17:09:17 +0000 (12:09 -0500)]
4844: Node Manager doesn't treat min_nodes as min_nodes_idle.

There's a bad interaction between the past bugfixes to (a) implement
min_nodes, and (b) boot new nodes when existing nodes are busy.
Because min_nodes has been implemented at the server wishlist level in
the past, the daemon can't distinguish between "nodes requested to
fulfill min_nodes" and "nodes requested to fulfill jobs."

This commit puts all the responsibility for enforcing min_nodes in the
daemon, so that the server wishlist always represents real job
requirements.  This lets the daemon correctly decide whether or not to
boot a new node when >= min_nodes are busy.

9 years ago3198: Fixing tests broken by previous commit's refactoring. Creating new
Peter Amstutz [Fri, 19 Dec 2014 14:30:26 +0000 (09:30 -0500)]
3198: Fixing tests broken by previous commit's refactoring.  Creating new
ArvadosFile/ArvadosFileReader/ArvadosFileWriter classes.

9 years ago3198: Refactoring. Added Range object instead of fiddling with arrays, should
Peter Amstutz [Fri, 19 Dec 2014 03:43:23 +0000 (22:43 -0500)]
3198: Refactoring.  Added Range object instead of fiddling with arrays, should
make the code easier to comprehend.

9 years ago3198: New Collection/AravosFile design work in progress
Peter Amstutz [Thu, 18 Dec 2014 22:12:43 +0000 (17:12 -0500)]
3198: New Collection/AravosFile design work in progress

9 years agoMerge branch '4670-node-manager-robust-tags-wip'
Brett Smith [Thu, 18 Dec 2014 21:20:15 +0000 (16:20 -0500)]
Merge branch '4670-node-manager-robust-tags-wip'

Closes #4670, #4812.

9 years ago4670: Add a post-create hook to Node Manager for EC2 tagging.
Brett Smith [Fri, 12 Dec 2014 21:16:39 +0000 (16:16 -0500)]
4670: Add a post-create hook to Node Manager for EC2 tagging.

The previous code was relying on the post-create tagging in libcloud's
EC2 driver.  Unfortunately, that's not working out too well for us: if
it fails, you get no indication of that, and it doesn't get retried.
This moves the work up into Node Manager, where failures can be logged
and retried appropriately.

The retry support may be sufficient to resolve #4670.  If it's not,
then the additional logging will help us track down the root cause.

9 years ago4670: Node Manager handles more libcloud exceptions.
Brett Smith [Fri, 12 Dec 2014 18:18:51 +0000 (13:18 -0500)]
4670: Node Manager handles more libcloud exceptions.

libcloud compute drivers (at least EC2 and GCE) raise bare Exceptions
when there's some problem talking to the cloud service.  The previous
code was expecting to see a LibcloudError, so it wouldn't handle these
errors as intended.

I didn't want to just catch errors with "except Exception" everywhere,
so I added an is_cloud_exception class method to our driver classes to
more accurately identify exceptions that represent trouble talking to
the cloud service.  It recognizes exact Exceptions, plus the other
classes we were catching before.

While I was at this, I gave more specific names to the wrapper methods
in compute node actor decorators, as a debugging aid.

9 years ago3198: Support repacking buffer blocks when writes are superceded.
Peter Amstutz [Thu, 18 Dec 2014 16:26:04 +0000 (11:26 -0500)]
3198: Support repacking buffer blocks when writes are superceded.

9 years ago4800: run-command calls sys.exit() with an integer.
Brett Smith [Thu, 18 Dec 2014 16:04:23 +0000 (11:04 -0500)]
4800: run-command calls sys.exit() with an integer.

Closes #4800.

9 years ago4818: Add missing timeout in Node Manager test.
Brett Smith [Thu, 18 Dec 2014 15:42:56 +0000 (10:42 -0500)]
4818: Add missing timeout in Node Manager test.

Refs #4818.

9 years agoMerge branch '4515-search-empty-project' closes #4515
Tom Clegg [Thu, 18 Dec 2014 15:14:59 +0000 (10:14 -0500)]
Merge branch '4515-search-empty-project' closes #4515

9 years ago3198: Working on optimizing rewrites
Peter Amstutz [Wed, 17 Dec 2014 21:33:06 +0000 (16:33 -0500)]
3198: Working on optimizing rewrites

9 years ago3198: Random access updates works.
Peter Amstutz [Wed, 17 Dec 2014 19:52:04 +0000 (14:52 -0500)]
3198: Random access updates works.

9 years ago3198: Refactor stream and file classes and functions a little bit for readability.
Peter Amstutz [Wed, 17 Dec 2014 15:04:08 +0000 (10:04 -0500)]
3198: Refactor stream and file classes and functions a little bit for readability.

9 years agoRemove excess heading and divider. No issue #
Tom Clegg [Wed, 17 Dec 2014 14:44:27 +0000 (09:44 -0500)]
Remove excess heading and divider. No issue #

9 years agoRestore scroll on projects menu. Do not offer "Add project" button in projects dropdo...
Tom Clegg [Wed, 17 Dec 2014 14:41:49 +0000 (09:41 -0500)]
Restore scroll on projects menu. Do not offer "Add project" button in projects dropdown in chooser dialog. closes #4811

9 years ago3198: Can use write to append only.
Peter Amstutz [Tue, 16 Dec 2014 22:11:26 +0000 (17:11 -0500)]
3198: Can use write to append only.

9 years ago3198: Support for truncating files. A few tests. Next step work on random access...
Peter Amstutz [Tue, 16 Dec 2014 18:51:06 +0000 (13:51 -0500)]
3198: Support for truncating files.  A few tests.  Next step work on random access writing.

9 years agoIgnore .eggs/ (*.egg isn't enough: .eggs/README.txt gets installed too, as a human...
Tom Clegg [Tue, 16 Dec 2014 16:37:01 +0000 (11:37 -0500)]
Ignore .eggs/ (*.egg isn't enough: .eggs/README.txt gets installed too, as a human-readable .gitignore.)

No issue #

9 years ago4515: Add controller tests for search dialog.
Tom Clegg [Tue, 16 Dec 2014 16:16:59 +0000 (11:16 -0500)]
4515: Add controller tests for search dialog.

9 years ago3198: Initial support appending to streams.
Peter Amstutz [Mon, 15 Dec 2014 22:03:57 +0000 (17:03 -0500)]
3198: Initial support appending to streams.

9 years ago4818: Node Manager unpairs Arvados node when cloud node shuts down.
Brett Smith [Mon, 15 Dec 2014 19:46:43 +0000 (14:46 -0500)]
4818: Node Manager unpairs Arvados node when cloud node shuts down.

Without this, Node Manager doesn't correctly pair the Arvados node
with a new cloud node that's booted later.  Closes #4818.

9 years ago4754: Move perf/prof deps to :test/:performance groups.
Tom Clegg [Mon, 15 Dec 2014 19:40:32 +0000 (14:40 -0500)]
4754: Move perf/prof deps to :test/:performance groups.
Move "do not reset unless Rails.env==test" logic into one place.

9 years agoMerge branch '4481-update-user-docs-TC'
Brett Smith [Mon, 15 Dec 2014 17:58:52 +0000 (12:58 -0500)]
Merge branch '4481-update-user-docs-TC'

Closes #4741, #4790.

9 years ago4481: Fix ambiguous "Keep id" -> "locator" in example scripts.
Tom Clegg [Mon, 15 Dec 2014 17:18:33 +0000 (12:18 -0500)]
4481: Fix ambiguous "Keep id" -> "locator" in example scripts.

9 years ago4481: Refresh Crunch script tutorial page.
Brett Smith [Wed, 10 Dec 2014 21:40:13 +0000 (16:40 -0500)]
4481: Refresh Crunch script tutorial page.

* The script now normalizes the output path, for consistency with
  other scripts, and it looks nicer.
* Modernize the job log output slightly, and adjust text to match.

9 years ago4481: Update tutorial Crunch scripts to use newer PySDK methods.
Brett Smith [Mon, 8 Dec 2014 19:37:23 +0000 (14:37 -0500)]
4481: Update tutorial Crunch scripts to use newer PySDK methods.

Most focus is on the file Collection file methods added in #3603.

9 years agoMerge branch '4792-arv-ls-normalize-wip'
Brett Smith [Mon, 15 Dec 2014 17:57:25 +0000 (12:57 -0500)]
Merge branch '4792-arv-ls-normalize-wip'

Closes #4792, #4813.

9 years ago4358: fixed: the provenance graph was being generated twice, the second time for...
Phil Hodgson [Sun, 14 Dec 2014 12:47:02 +0000 (13:47 +0100)]
4358: fixed: the provenance graph was being generated twice, the second time for only one pipeline

9 years ago4792: arv-ls normalizes the collection before listing.
Brett Smith [Fri, 12 Dec 2014 23:01:39 +0000 (18:01 -0500)]
4792: arv-ls normalizes the collection before listing.

I sort of ended up rewriting arv-ls to make it testable, but hey,
that's part of the support task.  Normalization is the only functional
change I made.

9 years agocloses #4414
Radhika Chippada [Fri, 12 Dec 2014 21:29:50 +0000 (16:29 -0500)]
closes #4414
Merge branch '4414-add-new-in-project-dropdown'

9 years ago3198: Start to refactor locators_and_ranges to use for replacing ranges
Peter Amstutz [Fri, 12 Dec 2014 21:26:07 +0000 (16:26 -0500)]
3198: Start to refactor locators_and_ranges to use for replacing ranges

9 years ago4414: use ensure_unique_name option to instruct api server to create unique name...
Radhika Chippada [Fri, 12 Dec 2014 21:20:44 +0000 (16:20 -0500)]
4414: use ensure_unique_name option to instruct api server to create unique name for new project.

9 years ago4414: add "Add a new project" link to project dropdown.
Radhika Chippada [Fri, 12 Dec 2014 19:02:03 +0000 (14:02 -0500)]
4414: add "Add a new project" link to project dropdown.

9 years agocloses #4476
Radhika Chippada [Fri, 12 Dec 2014 14:26:03 +0000 (09:26 -0500)]
closes #4476
closes #4804
Merge branch '4476-search-next-page-issue'

9 years agocloses #4799
Radhika Chippada [Fri, 12 Dec 2014 14:22:14 +0000 (09:22 -0500)]
closes #4799
Merge branch '4799-move-selected-error'

9 years agorefs #4754
Radhika Chippada [Fri, 12 Dec 2014 14:14:02 +0000 (09:14 -0500)]
refs #4754
Merge branch '4754-performance-benchmarks'

9 years agoMerge branch 'master' into 4754-performance-benchmarks
Radhika Chippada [Fri, 12 Dec 2014 14:13:31 +0000 (09:13 -0500)]
Merge branch 'master' into 4754-performance-benchmarks

9 years ago4804: search dialog retains project_uuid param in next_page_href.
Radhika Chippada [Thu, 11 Dec 2014 21:46:36 +0000 (16:46 -0500)]
4804: search dialog retains project_uuid param in next_page_href.

9 years ago4476: include filters in search next_page_href url.
Radhika Chippada [Thu, 11 Dec 2014 19:38:21 +0000 (14:38 -0500)]
4476: include filters in search next_page_href url.

9 years ago4799: do not offer "move selected" option when current user cannot write to the project.
Radhika Chippada [Thu, 11 Dec 2014 17:26:30 +0000 (12:26 -0500)]
4799: do not offer "move selected" option when current user cannot write to the project.

9 years ago4027: Document arvados_sdk_version's virtualenv requirement.
Brett Smith [Thu, 11 Dec 2014 15:54:28 +0000 (10:54 -0500)]
4027: Document arvados_sdk_version's virtualenv requirement.

Refs #4027.

9 years ago4754: add command to be used to run diagnostics testing as a comment.
Radhika Chippada [Thu, 11 Dec 2014 14:16:26 +0000 (09:16 -0500)]
4754: add command to be used to run diagnostics testing as a comment.

9 years ago4754: update assertion to look for a data-object-uuid
Radhika Chippada [Wed, 10 Dec 2014 22:41:32 +0000 (17:41 -0500)]
4754: update assertion to look for a data-object-uuid

9 years ago4754: support RAILS_ENV=performance
Radhika Chippada [Wed, 10 Dec 2014 22:18:19 +0000 (17:18 -0500)]
4754: support RAILS_ENV=performance

9 years agoMerge branch 'master' into 4754-performance-benchmarks
Radhika Chippada [Wed, 10 Dec 2014 19:18:24 +0000 (14:18 -0500)]
Merge branch 'master' into 4754-performance-benchmarks

9 years agoMerge branch '4499-one-task-per-input-file-normalize'
Tim Pierce [Wed, 10 Dec 2014 16:26:10 +0000 (11:26 -0500)]
Merge branch '4499-one-task-per-input-file-normalize'

Fixes #4499.

9 years agoDownload bwa and samtools from a self-hosted mirror, sf.net downloads
Ward Vandewege [Wed, 10 Dec 2014 14:49:09 +0000 (09:49 -0500)]
Download bwa and samtools from a self-hosted mirror, sf.net downloads
are way too unreliable.

No issue #

9 years agoMerge branch '4293-node-manager-timed-bootstrap-wip'
Brett Smith [Wed, 10 Dec 2014 13:04:08 +0000 (08:04 -0500)]
Merge branch '4293-node-manager-timed-bootstrap-wip'

Closes #4293, #4732.  Refs #4380.