arvados.git
9 years agoMerge branch 'master' into 6087-collection-timing
radhika [Thu, 28 May 2015 18:53:44 +0000 (14:53 -0400)]
Merge branch 'master' into 6087-collection-timing

9 years agoMerge branch '6146-retry-install' refs #6146
Tom Clegg [Wed, 27 May 2015 20:10:24 +0000 (16:10 -0400)]
Merge branch '6146-retry-install' refs #6146

9 years ago6146: Retry install (max 3 attempts) if install script fails with no error messages.
Tom Clegg [Wed, 27 May 2015 19:48:54 +0000 (15:48 -0400)]
6146: Retry install (max 3 attempts) if install script fails with no error messages.

Also: if install fails, croak() instead of exit(1) so we still get a log file.

9 years agoMerge branch 'master' into 6093-refresh-docs
radhika [Wed, 27 May 2015 19:38:59 +0000 (15:38 -0400)]
Merge branch 'master' into 6093-refresh-docs

Conflicts:
doc/user/tutorials/tutorial-submit-job.html.textile.liquid

9 years agocloses #6057
radhika [Wed, 27 May 2015 19:27:36 +0000 (15:27 -0400)]
closes #6057
Merge branch '6057-public-projects-page'

9 years ago6057: few more minor tweaks
radhika [Wed, 27 May 2015 19:26:20 +0000 (15:26 -0400)]
6057: few more minor tweaks

9 years agoMerge branch '6141-doc-workbench-links' refs #6141
Peter Amstutz [Wed, 27 May 2015 19:11:58 +0000 (15:11 -0400)]
Merge branch '6141-doc-workbench-links' refs #6141

9 years agoMerge branch 'master' into 6057-public-projects-page
radhika [Wed, 27 May 2015 19:03:54 +0000 (15:03 -0400)]
Merge branch 'master' into 6057-public-projects-page

9 years agoMerge branch '6090-docker-use-local-sso' closes #6138
Peter Amstutz [Wed, 27 May 2015 18:23:03 +0000 (14:23 -0400)]
Merge branch '6090-docker-use-local-sso' closes #6138

9 years agoAdd GPG key for RVM installation in the doc.
Ward Vandewege [Wed, 27 May 2015 16:42:44 +0000 (12:42 -0400)]
Add GPG key for RVM installation in the doc.

No issue #

9 years agoMerge branch '6098-full-text-index' refs #6098
Tom Clegg [Wed, 27 May 2015 13:06:10 +0000 (09:06 -0400)]
Merge branch '6098-full-text-index' refs #6098

9 years ago6098: Recreate full text indexes with leading spaces, to persuade Postgres to actuall...
Tom Clegg [Wed, 27 May 2015 13:05:40 +0000 (09:05 -0400)]
6098: Recreate full text indexes with leading spaces, to persuade Postgres to actually use them.

9 years agoMerge branch 'master' into 6057-public-projects-page
radhika [Tue, 26 May 2015 22:58:18 +0000 (18:58 -0400)]
Merge branch 'master' into 6057-public-projects-page

9 years ago6057: if /projects/public is accessed when anonymous config is not enabled, show...
radhika [Tue, 26 May 2015 22:54:13 +0000 (18:54 -0400)]
6057: if /projects/public is accessed when anonymous config is not enabled, show 404.

9 years agoMerge branch 'master' into 6093-refresh-docs
radhika [Tue, 26 May 2015 20:04:41 +0000 (16:04 -0400)]
Merge branch 'master' into 6093-refresh-docs

9 years ago6093: one more
radhika [Tue, 26 May 2015 19:57:11 +0000 (15:57 -0400)]
6093: one more

9 years ago6093: a few more updates
radhika [Tue, 26 May 2015 19:51:44 +0000 (15:51 -0400)]
6093: a few more updates

9 years ago6093: some more doc updates.
radhika [Tue, 26 May 2015 15:56:29 +0000 (11:56 -0400)]
6093: some more doc updates.

9 years agoMerge branch '6094-install-script-sigpipe' refs #6094
Tom Clegg [Tue, 26 May 2015 14:31:56 +0000 (10:31 -0400)]
Merge branch '6094-install-script-sigpipe' refs #6094

9 years ago6094: Propagate install script stderr+stdout to job log.
Tom Clegg [Tue, 26 May 2015 14:18:38 +0000 (10:18 -0400)]
6094: Propagate install script stderr+stdout to job log.

9 years agoMerge branch '6095-arv-copy-preserve-object-order-wip'
Brett Smith [Tue, 26 May 2015 00:32:19 +0000 (20:32 -0400)]
Merge branch '6095-arv-copy-preserve-object-order-wip'

Closes #6095, #6117.

9 years ago6095: arv-copy preserves order of copied JSON.
Brett Smith [Fri, 22 May 2015 21:10:37 +0000 (17:10 -0400)]
6095: arv-copy preserves order of copied JSON.

This means arv-copy no longer loses the order of pipeline template
components, which makes for a nicer presentation in Workbench.

Other Python clients that would like to preserve the order of JSON
responses can use OrderedJsonModel the same way.

9 years ago6093: doc updates
radhika [Mon, 25 May 2015 22:36:49 +0000 (18:36 -0400)]
6093: doc updates

9 years ago6087: Add big-manifest tests, with some finer-grained performance numbers on stderr.
Tom Clegg [Mon, 25 May 2015 17:25:22 +0000 (13:25 -0400)]
6087: Add big-manifest tests, with some finer-grained performance numbers on stderr.

9 years ago6087: Use HTTPClient's compression feature (instead of adding the
Tom Clegg [Mon, 25 May 2015 14:35:02 +0000 (10:35 -0400)]
6087: Use HTTPClient's compression feature (instead of adding the
Content-Encoding header ourselves). Rename config knob to describe
purpose instead of implementation.

9 years ago6087: Compute portable_data_hash only once during check_signatures.
Tom Clegg [Mon, 25 May 2015 14:23:53 +0000 (10:23 -0400)]
6087: Compute portable_data_hash only once during check_signatures.

9 years ago6087: Use app-configured key by default for blob signing and verification.
Tom Clegg [Mon, 25 May 2015 14:19:31 +0000 (10:19 -0400)]
6087: Use app-configured key by default for blob signing and verification.

9 years agoMerge branch '6094-install-script-sigpipe' (early part) refs #6094
Tom Clegg [Fri, 22 May 2015 21:42:17 +0000 (17:42 -0400)]
Merge branch '6094-install-script-sigpipe' (early part) refs #6094

9 years agoMerge branch 'master' into 6057-public-projects-page
radhika [Fri, 22 May 2015 20:40:59 +0000 (16:40 -0400)]
Merge branch 'master' into 6057-public-projects-page

9 years ago6057: add projects/public page, which lists publicly accessible projects.
radhika [Fri, 22 May 2015 20:39:57 +0000 (16:39 -0400)]
6057: add projects/public page, which lists publicly accessible projects.

9 years ago6141: Remove hard-coded "https://" from "https://{{site.arvados_workbench_host}}...
Peter Amstutz [Fri, 22 May 2015 20:13:22 +0000 (16:13 -0400)]
6141: Remove hard-coded "https://" from "https://{{site.arvados_workbench_host}}" and require that arvados_workbench_host include the url scheme instead.

9 years ago6094: Consider arvados_sdk_version (not just script_version) when
Tom Clegg [Fri, 22 May 2015 19:40:29 +0000 (15:40 -0400)]
6094: Consider arvados_sdk_version (not just script_version) when
deciding there's no need to extract or install anything.

9 years ago6094: Avoid SIGPIPE by consuming DATA section even when it's not needed.
Tom Clegg [Fri, 22 May 2015 19:39:00 +0000 (15:39 -0400)]
6094: Avoid SIGPIPE by consuming DATA section even when it's not needed.

9 years ago6138: Added --domain to set ARVADOS_DOMAIN. Removed useless comments in apache2_vhos...
Peter Amstutz [Fri, 22 May 2015 19:32:47 +0000 (15:32 -0400)]
6138: Added --domain to set ARVADOS_DOMAIN.  Removed useless comments in apache2_vhost that mentioned qr1hi.

9 years agoAdd installation instructions for compute nodes; update the installation
Ward Vandewege [Fri, 22 May 2015 14:03:01 +0000 (10:03 -0400)]
Add installation instructions for compute nodes; update the installation
instructions for crunch dispatcher.

No issue #

9 years agoMerge branch '6087-collection-timing' (early part) refs #6087 refs #6092
Tom Clegg [Thu, 21 May 2015 21:15:06 +0000 (17:15 -0400)]
Merge branch '6087-collection-timing' (early part) refs #6087 refs #6092

9 years ago6087: Get database time only once per manifest-signing/verifying event, rather than...
Tom Clegg [Thu, 21 May 2015 20:51:52 +0000 (16:51 -0400)]
6087: Get database time only once per manifest-signing/verifying event, rather than once per locator.

9 years agoUpdate tutorial pipeline page to match new definition.
Brett Smith [Thu, 21 May 2015 20:06:16 +0000 (16:06 -0400)]
Update tutorial pipeline page to match new definition.

No issue #.

9 years ago6090: Docker install uses local SSO server instead of auth.curoverse.com. Also
Peter Amstutz [Thu, 21 May 2015 19:00:10 +0000 (15:00 -0400)]
6090: Docker install uses local SSO server instead of auth.curoverse.com.  Also
clean up references to dev.arvados to use @@ARVADOS_DOMAIN@@.

9 years agoUpdate tutorial pipeline template definition.
Brett Smith [Thu, 21 May 2015 18:23:46 +0000 (14:23 -0400)]
Update tutorial pipeline template definition.

This helps it run out of the box again.
No issue #.

9 years agorefs #6061
radhika [Thu, 21 May 2015 16:09:07 +0000 (12:09 -0400)]
refs #6061
6061: set profiling_enabled to true in workbench application.default.yml for test env.

9 years agoDocumentation fix (quoting) for the 'Add an Arvados repository' page.
Ward Vandewege [Wed, 20 May 2015 15:29:29 +0000 (11:29 -0400)]
Documentation fix (quoting) for the 'Add an Arvados repository' page.

No issue #

9 years ago5748: Remove unused import. refs #5748
Tom Clegg [Wed, 20 May 2015 14:54:00 +0000 (10:54 -0400)]
5748: Remove unused import. refs #5748

9 years ago5748: Remove runtime.GC() obsoleted by bufferpool. refs #5748
Tom Clegg [Wed, 20 May 2015 14:15:30 +0000 (10:15 -0400)]
5748: Remove runtime.GC() obsoleted by bufferpool. refs #5748

9 years agocloses #6064
radhika [Wed, 20 May 2015 13:40:35 +0000 (09:40 -0400)]
closes #6064
Merge branch '6064-collection-output-of-perf-issue'

9 years agointegration_performance tests: add comment describing how to run the tests; also...
radhika [Wed, 20 May 2015 12:13:14 +0000 (08:13 -0400)]
integration_performance tests: add comment describing how to run the tests; also remove the ENV variable which is not needed
since the tests in this directory will not be part of regular test run because it is not a standard rails test directory.

9 years ago6064: rollback cache update so that it can be done in a separate branch.
radhika [Wed, 20 May 2015 03:00:21 +0000 (23:00 -0400)]
6064: rollback cache update so that it can be done in a separate branch.

9 years agoMerge branch 'master' into 6064-collection-output-of-perf-issue
radhika [Wed, 20 May 2015 02:32:25 +0000 (22:32 -0400)]
Merge branch 'master' into 6064-collection-output-of-perf-issue

9 years agoMerge branch '6071-java-sdk-timeouts' closes #6071
Peter Amstutz [Tue, 19 May 2015 20:31:39 +0000 (16:31 -0400)]
Merge branch '6071-java-sdk-timeouts' closes #6071

9 years ago6071: Bump up timeout to 120 seconds.
Peter Amstutz [Tue, 19 May 2015 20:29:36 +0000 (16:29 -0400)]
6071: Bump up timeout to 120 seconds.

9 years agorefs #6061
Radhika Chippada [Tue, 19 May 2015 19:26:07 +0000 (15:26 -0400)]
refs #6061
Merge branch '6061-intg-perf-tests'

9 years agoMerge branch '6073-pycurl-version' refs #6073
Peter Amstutz [Tue, 19 May 2015 19:31:35 +0000 (15:31 -0400)]
Merge branch '6073-pycurl-version' refs #6073

9 years ago6061: add workbench integration_performance test folder.
Radhika Chippada [Tue, 19 May 2015 19:23:34 +0000 (15:23 -0400)]
6061: add workbench integration_performance test folder.

9 years ago6071: Fix URL
Peter Amstutz [Tue, 19 May 2015 19:20:16 +0000 (15:20 -0400)]
6071: Fix URL

9 years ago6071: Refactor project organization a bit.
Peter Amstutz [Tue, 19 May 2015 17:55:57 +0000 (13:55 -0400)]
6071: Refactor project organization a bit.

9 years ago6071: Increase default timeout and enable retry support.
Peter Amstutz [Tue, 19 May 2015 17:52:51 +0000 (13:52 -0400)]
6071: Increase default timeout and enable retry support.

9 years ago6073: Pycurl depends on latest in Arvados SDK setup.py
Peter Amstutz [Tue, 19 May 2015 16:54:37 +0000 (12:54 -0400)]
6073: Pycurl depends on latest in Arvados SDK setup.py

9 years agocloses #4717
Radhika Chippada [Tue, 19 May 2015 03:24:46 +0000 (23:24 -0400)]
closes #4717
Merge branch '4717-read-only-keep-services-flag'

9 years ago4717: rename writableRoots as writableLocalRoots.
Radhika Chippada [Tue, 19 May 2015 03:11:59 +0000 (23:11 -0400)]
4717: rename writableRoots as writableLocalRoots.

9 years agoMerge branch 'master' into 4717-read-only-keep-services-flag
Radhika Chippada [Tue, 19 May 2015 02:22:18 +0000 (22:22 -0400)]
Merge branch 'master' into 4717-read-only-keep-services-flag

9 years agocloses #5720
Radhika Chippada [Tue, 19 May 2015 02:21:33 +0000 (22:21 -0400)]
closes #5720
Merge branch '5720-ajax-loading-error'

9 years ago6064: display only 5 objects for which this collection is the output in source_summary.
Radhika Chippada [Tue, 19 May 2015 02:09:21 +0000 (22:09 -0400)]
6064: display only 5 objects for which this collection is the output in source_summary.

9 years agoMerge branch 'master' into 3198-writable-fuse
Peter Amstutz [Mon, 18 May 2015 20:50:36 +0000 (16:50 -0400)]
Merge branch 'master' into 3198-writable-fuse

9 years ago3198: Enable support for event bus based updates in arv-mount.
Peter Amstutz [Mon, 18 May 2015 20:49:18 +0000 (16:49 -0400)]
3198: Enable support for event bus based updates in arv-mount.

9 years ago3198: VWD syncs collection before loading from API server.
Peter Amstutz [Mon, 18 May 2015 18:50:44 +0000 (14:50 -0400)]
3198: VWD syncs collection before loading from API server.

9 years ago3198: Add docstring with overview of the architecture. Implement check_update
Peter Amstutz [Mon, 18 May 2015 18:27:07 +0000 (14:27 -0400)]
3198: Add docstring with overview of the architecture.  Implement check_update
method wrapper and expand use_counter to every method containing a
llfuse.lock_released block.  Add note about big_writes option.

9 years ago5720: Leave existing content in place (and schedule another reload) if a tab-refresh...
Tom Clegg [Mon, 18 May 2015 17:36:27 +0000 (13:36 -0400)]
5720: Leave existing content in place (and schedule another reload) if a tab-refresh gets cancelled.

9 years ago3198: writeto() notifies with WRITE instead of MOD. WRITE doesn't invalidate the...
Peter Amstutz [Mon, 18 May 2015 14:10:26 +0000 (10:10 -0400)]
3198: writeto() notifies with WRITE instead of MOD.  WRITE doesn't invalidate the inode.
Move llfuse.lock_released down one level into individual fusefile and fusedir methods.
Add big_writes option, improves write speed by 2x!

9 years agoMerge branch '5998-arvdock-bridge-option'
Nico Cesar [Fri, 15 May 2015 21:04:06 +0000 (17:04 -0400)]
Merge branch '5998-arvdock-bridge-option'

closes #5998

9 years ago$start_bridge -> $bridge
Nico Cesar [Fri, 15 May 2015 19:00:21 +0000 (15:00 -0400)]
$start_bridge -> $bridge

options modified

ip command refactored

refs #5998

9 years agoCheck in docker/sso/database.yml.in, forgotten in commit ea7da293b0a10baef18cfc6e107c...
Ward Vandewege [Fri, 15 May 2015 13:46:07 +0000 (09:46 -0400)]
Check in docker/sso/database.yml.in, forgotten in commit ea7da293b0a10baef18cfc6e107c87a9c3b09546.

No issue #

9 years agoMerge branch 'master' into 4717-read-only-keep-services-flag
Radhika Chippada [Fri, 15 May 2015 02:56:12 +0000 (22:56 -0400)]
Merge branch 'master' into 4717-read-only-keep-services-flag

9 years ago4717: use keep_services -> read_only flag in python sdk.
Radhika Chippada [Fri, 15 May 2015 02:55:25 +0000 (22:55 -0400)]
4717: use keep_services -> read_only flag in python sdk.

9 years agoMerge branch '5748-max-buffers-leak-TC' refs #5748
Tom Clegg [Fri, 15 May 2015 02:11:49 +0000 (22:11 -0400)]
Merge branch '5748-max-buffers-leak-TC' refs #5748

9 years ago5748: gofmt fixes.
Tom Clegg [Fri, 15 May 2015 02:10:02 +0000 (22:10 -0400)]
5748: gofmt fixes.

9 years ago5748: Time out leak tests after 20s.
Tom Clegg [Fri, 15 May 2015 02:06:46 +0000 (22:06 -0400)]
5748: Time out leak tests after 20s.

9 years ago5748: Put() always takes a non-nil buf.
Tom Clegg [Fri, 15 May 2015 01:52:12 +0000 (21:52 -0400)]
5748: Put() always takes a non-nil buf.

9 years ago5915: Workbench tries the anonymous reader token first for collection wget listing.
Brett Smith [Thu, 14 May 2015 22:32:02 +0000 (18:32 -0400)]
5915: Workbench tries the anonymous reader token first for collection wget listing.

This is necessary to make sure we provide a usable token to arv-get.
If we don't check the anonymous reader token first, we might decide
that another token is usable when in actuality, the reader token is
the one that worked.  Closes #5915.

9 years ago5748: Basic tests to check for bufferpool resource leaks
Peter Amstutz [Thu, 14 May 2015 21:01:13 +0000 (17:01 -0400)]
5748: Basic tests to check for bufferpool resource leaks

9 years agoMerge branch '5748-max-buffers-leak' into 3198-writable-fuse
Peter Amstutz [Thu, 14 May 2015 20:24:03 +0000 (16:24 -0400)]
Merge branch '5748-max-buffers-leak' into 3198-writable-fuse

9 years ago5748: Fix leaks in GetBlock error handling and PutBlock use of GetBlock where
Peter Amstutz [Thu, 14 May 2015 20:02:43 +0000 (16:02 -0400)]
5748: Fix leaks in GetBlock error handling and PutBlock use of GetBlock where
buffers were not being returned to the buffer pool.

9 years agoMerge branch 'master' into 3198-writable-fuse
Peter Amstutz [Thu, 14 May 2015 19:26:40 +0000 (15:26 -0400)]
Merge branch 'master' into 3198-writable-fuse

9 years ago3198: Support setattr().
Peter Amstutz [Thu, 14 May 2015 19:21:27 +0000 (15:21 -0400)]
3198: Support setattr().

9 years ago3198: Renaming collections in projects works. Improved conformance to POSIX semantic...
Peter Amstutz [Thu, 14 May 2015 18:43:02 +0000 (14:43 -0400)]
3198: Renaming collections in projects works.  Improved conformance to POSIX semantics as best we can.

9 years ago4717: just a couple minor tweaks
Radhika Chippada [Thu, 14 May 2015 16:39:42 +0000 (12:39 -0400)]
4717: just a couple minor tweaks

9 years ago4717: writable roots in go sdk
Radhika Chippada [Thu, 14 May 2015 16:32:12 +0000 (12:32 -0400)]
4717: writable roots in go sdk

9 years agoMerge branch 'master' into 4717-read-only-keep-services-flag
Radhika Chippada [Thu, 14 May 2015 15:59:34 +0000 (11:59 -0400)]
Merge branch 'master' into 4717-read-only-keep-services-flag

9 years agocloses #5645
Radhika Chippada [Thu, 14 May 2015 15:58:59 +0000 (11:58 -0400)]
closes #5645
Merge branch '5645-open-graph-meta-tags'

9 years ago5645: updated comment
Radhika Chippada [Thu, 14 May 2015 15:56:49 +0000 (11:56 -0400)]
5645: updated comment

9 years ago3198: Start working on rename() for collections in projects
Peter Amstutz [Thu, 14 May 2015 14:09:27 +0000 (10:09 -0400)]
3198: Start working on rename() for collections in projects

9 years agoMerge branch 'master' into 5645-open-graph-meta-tags
Radhika Chippada [Thu, 14 May 2015 13:23:25 +0000 (09:23 -0400)]
Merge branch 'master' into 5645-open-graph-meta-tags

9 years ago5645: add og:site_name to the list of open graph meta tags added to the page.
Radhika Chippada [Thu, 14 May 2015 13:22:43 +0000 (09:22 -0400)]
5645: add og:site_name to the list of open graph meta tags added to the page.

9 years agorefs 5930: misc. small documentation fixes
Nancy Ouyang [Wed, 13 May 2015 21:56:53 +0000 (17:56 -0400)]
refs 5930: misc. small documentation fixes

9 years ago3198: Support mkdir() and rmdir() to create collections on projects. Support
Peter Amstutz [Wed, 13 May 2015 21:10:46 +0000 (17:10 -0400)]
3198: Support mkdir() and rmdir() to create collections on projects.  Support
for rename() is pending.

All tests that open files are refactored to use multiprocess for syscalls to
avoid deadlocks.

9 years ago4717: use keep_services -> read_only flag in go sdk.
Radhika Chippada [Wed, 13 May 2015 20:02:41 +0000 (16:02 -0400)]
4717: use keep_services -> read_only flag in go sdk.

9 years ago3198: Serialize updates to avoid doing redundant API server calls.
Peter Amstutz [Wed, 13 May 2015 19:36:42 +0000 (15:36 -0400)]
3198: Serialize updates to avoid doing redundant API server calls.

9 years ago3198: FuseMvDirBetweenCollectionsTest works
Peter Amstutz [Wed, 13 May 2015 15:48:44 +0000 (11:48 -0400)]
3198: FuseMvDirBetweenCollectionsTest works

9 years ago3198: Support efficient moving preserving inode, writing to unlinked files. Many...
Peter Amstutz [Tue, 12 May 2015 21:13:47 +0000 (17:13 -0400)]
3198: Support efficient moving preserving inode, writing to unlinked files.  Many new tests.

9 years ago4717: add read_only column for keep_services data model.
Radhika Chippada [Tue, 12 May 2015 19:55:10 +0000 (15:55 -0400)]
4717: add read_only column for keep_services data model.

9 years agoMerge branch 'master' into 5998-arvdock-bridge-option
Nico Cesar [Tue, 12 May 2015 19:31:49 +0000 (15:31 -0400)]
Merge branch 'master' into 5998-arvdock-bridge-option