arvados.git
9 years ago3551: Fix source tree layout.
Tom Clegg [Sat, 9 Aug 2014 16:30:25 +0000 (12:30 -0400)]
3551: Fix source tree layout.

* Move $GOPATH out of the source tree. ($GOPATH is a workspace. Go
  knows how to import source trees into $GOPATH/src/.) This avoids
  replicating the Go workspace structure inside our source tree, and
  allows Go programs to import our libraries the normal way.

* Add Go SDK documentation page showing how to import.

* Rename keep to keepstore.

* In Python tests, we assume keepproxy and keepstore binaries are
  already installed in $GOPATH/bin/ rather than guessing how you want
  them to be built.

* Delete go.sh wrappers. Dependencies are already installed
  automatically by Go. GOPATH is left alone.

9 years agoFix repositories.get_all_permissions, add tests. closes #3546
Tom Clegg [Fri, 8 Aug 2014 21:32:03 +0000 (17:32 -0400)]
Fix repositories.get_all_permissions, add tests. closes #3546

9 years agoMerge branch '2769-disable-delete-flag' closes #2769
Tom Clegg [Fri, 8 Aug 2014 20:04:51 +0000 (16:04 -0400)]
Merge branch '2769-disable-delete-flag' closes #2769

9 years agoFix excessive API calls in collection chooser. refs #3489
Tom Clegg [Fri, 8 Aug 2014 19:58:53 +0000 (15:58 -0400)]
Fix excessive API calls in collection chooser. refs #3489

9 years ago2769: Add -never-delete command line flag.
Tom Clegg [Fri, 8 Aug 2014 19:13:24 +0000 (15:13 -0400)]
2769: Add -never-delete command line flag.

9 years agoAdd "wait_for_ajax" to avoid race condition. No issue #
Tom Clegg [Fri, 8 Aug 2014 17:51:42 +0000 (13:51 -0400)]
Add "wait_for_ajax" to avoid race condition. No issue #

9 years agoMerge branch '3527-infer-docker-hash-wip'
Brett Smith [Fri, 8 Aug 2014 17:51:25 +0000 (13:51 -0400)]
Merge branch '3527-infer-docker-hash-wip'

Closes #3527, #3529.

9 years ago3527: Support using a Docker image from any stream in a Collection.
Brett Smith [Fri, 8 Aug 2014 17:44:00 +0000 (13:44 -0400)]
3527: Support using a Docker image from any stream in a Collection.

This makes Docker image detection more consistent between crunch-job
and the API server, and is more user-friendly.

9 years ago3527: Find Docker images natively inside Collections.
Brett Smith [Fri, 8 Aug 2014 14:46:51 +0000 (10:46 -0400)]
3527: Find Docker images natively inside Collections.

We previously relied on the docker_image_hash link to treat a
Collection as a Docker image.  This was safer and simpler, but it
creates obstacles for project sharing.  When we have a Collection
locator that we want to treat as a Docker image, we now check that it
has a single file with a single 64-hexdigit tar file in it, and use
that as the hash if so.  This should still prevent clear mistakes
while removing some of the obstacles to sharing.

9 years agoHide preview pane on narrow screens. closes #3496
Tom Clegg [Fri, 8 Aug 2014 17:39:36 +0000 (13:39 -0400)]
Hide preview pane on narrow screens. closes #3496

9 years agoUpdate tests and user setup methods. refs #3525
Tom Clegg [Fri, 8 Aug 2014 17:14:59 +0000 (13:14 -0400)]
Update tests and user setup methods. refs #3525

9 years agoMerge branch '3499-home-project' closes #3499
Tom Clegg [Fri, 8 Aug 2014 15:44:50 +0000 (11:44 -0400)]
Merge branch '3499-home-project' closes #3499

9 years agoMerge branch '3525-manage-own-repo' refs #3525
Tom Clegg [Fri, 8 Aug 2014 15:31:32 +0000 (11:31 -0400)]
Merge branch '3525-manage-own-repo' refs #3525

9 years ago3499: Remove "not in any project" warning.
Tom Clegg [Fri, 8 Aug 2014 15:27:08 +0000 (11:27 -0400)]
3499: Remove "not in any project" warning.

9 years ago3499: Do not show Home in breadcrumbs when viewing dashboard page.
Tom Clegg [Fri, 8 Aug 2014 14:26:33 +0000 (10:26 -0400)]
3499: Do not show Home in breadcrumbs when viewing dashboard page.

9 years ago3499: Do not show "Sharing" tab on Home project.
Tom Clegg [Fri, 8 Aug 2014 13:41:17 +0000 (09:41 -0400)]
3499: Do not show "Sharing" tab on Home project.

9 years ago3499: Show "Home" in "My projects" panel on dashboard.
Tom Clegg [Fri, 8 Aug 2014 13:38:31 +0000 (09:38 -0400)]
3499: Show "Home" in "My projects" panel on dashboard.

9 years ago3499: Do not show "Move" and "Delete" buttons on Home project.
Tom Clegg [Fri, 8 Aug 2014 13:31:11 +0000 (09:31 -0400)]
3499: Do not show "Move" and "Delete" buttons on Home project.

9 years ago3499: Merge branch 'master' into 3499-home-project
Tom Clegg [Fri, 8 Aug 2014 00:00:30 +0000 (20:00 -0400)]
3499: Merge branch 'master' into 3499-home-project

9 years ago3499: Update arv-put usage message to reflect new behavior.
Tom Clegg [Thu, 7 Aug 2014 23:56:38 +0000 (19:56 -0400)]
3499: Update arv-put usage message to reflect new behavior.

9 years ago3499: Reconcile Python tests to new arv-put "home project" behavior.
Tom Clegg [Thu, 7 Aug 2014 23:47:53 +0000 (19:47 -0400)]
3499: Reconcile Python tests to new arv-put "home project" behavior.

9 years ago3499: Fix Python SDK tests to accept signed blob locators.
Tom Clegg [Thu, 7 Aug 2014 23:46:36 +0000 (19:46 -0400)]
3499: Fix Python SDK tests to accept signed blob locators.

9 years ago3499: Improve Python SDK's ability to read apiserver's config files.
Tom Clegg [Thu, 7 Aug 2014 23:45:12 +0000 (19:45 -0400)]
3499: Improve Python SDK's ability to read apiserver's config files.

Use a hardcoded secret in the default "test" configuration, rather
than generating a random string with erb. Otherwise, the Python test
suite can't figure out what blob signing key the test server actually
ends up using.

9 years agoMerge branch '3036-mutable-collections' refs #3504
Tom Clegg [Thu, 7 Aug 2014 20:46:20 +0000 (16:46 -0400)]
Merge branch '3036-mutable-collections' refs #3504

9 years ago3036: Merge branch 'master' into 3036-mutable-collections
Tom Clegg [Thu, 7 Aug 2014 20:32:59 +0000 (16:32 -0400)]
3036: Merge branch 'master' into 3036-mutable-collections

9 years ago3036: Remove unnecessary code path.
Tom Clegg [Thu, 7 Aug 2014 20:32:25 +0000 (16:32 -0400)]
3036: Remove unnecessary code path.

9 years ago3525: Users can manage permissions on their own repositories
Tom Clegg [Thu, 7 Aug 2014 19:59:27 +0000 (15:59 -0400)]
3525: Users can manage permissions on their own repositories

9 years ago3499: arv-put collections in home project if no --project-uuid specified.
Tom Clegg [Thu, 7 Aug 2014 14:58:31 +0000 (10:58 -0400)]
3499: arv-put collections in home project if no --project-uuid specified.

9 years ago3438: Show input title when choosing Collections for pipeline instances.
Brett Smith [Thu, 7 Aug 2014 14:44:53 +0000 (10:44 -0400)]
3438: Show input title when choosing Collections for pipeline instances.

Closes #3438.

9 years ago3482: crunch-job logs locator of job output sans permission hints.
Brett Smith [Thu, 7 Aug 2014 13:54:07 +0000 (09:54 -0400)]
3482: crunch-job logs locator of job output sans permission hints.

This makes crunch-job log a locator that's consistent with the output
locator that it sets for the job in the database.  Closes #3482.

9 years agoRe-disable preview pane in project sharing popup.
Brett Smith [Thu, 7 Aug 2014 13:10:31 +0000 (09:10 -0400)]
Re-disable preview pane in project sharing popup.

This was the original behavior, but was lost in a later merge.
No issue #.

9 years ago3436: Don't show Projects pulldown on project sharing popups.
Brett Smith [Thu, 7 Aug 2014 12:44:21 +0000 (08:44 -0400)]
3436: Don't show Projects pulldown on project sharing popups.

Closes #3436.

9 years ago3499: Merge branch 'master' into 3499-home-project
Tom Clegg [Wed, 6 Aug 2014 23:19:50 +0000 (19:19 -0400)]
3499: Merge branch 'master' into 3499-home-project

9 years ago3499: Show Home at root of projects tree. closes #3517
Tom Clegg [Wed, 6 Aug 2014 23:16:03 +0000 (19:16 -0400)]
3499: Show Home at root of projects tree. closes #3517

9 years ago3499: Show home project at /projects/{user_uuid}. closes #3515
Tom Clegg [Wed, 6 Aug 2014 23:07:30 +0000 (19:07 -0400)]
3499: Show home project at /projects/{user_uuid}. closes #3515

9 years ago3499: Update breadcrumbs. closes #3513
Tom Clegg [Wed, 6 Aug 2014 22:41:43 +0000 (18:41 -0400)]
3499: Update breadcrumbs. closes #3513

9 years ago3499: groups/{user_uuid}/contents returns home project contents. closes #3514
Tom Clegg [Wed, 6 Aug 2014 22:36:06 +0000 (18:36 -0400)]
3499: groups/{user_uuid}/contents returns home project contents. closes #3514

9 years ago3388: Workbench only lists user groups when sharing a project with groups.
Brett Smith [Wed, 6 Aug 2014 22:16:10 +0000 (18:16 -0400)]
3388: Workbench only lists user groups when sharing a project with groups.

This ensures that projects aren't included in the listing, which is
not useful and confusing.  Closes #3388.

9 years ago3427: Restore arv-put's resume functionality.
Brett Smith [Wed, 6 Aug 2014 21:28:12 +0000 (17:28 -0400)]
3427: Restore arv-put's resume functionality.

The refactoring in 0d1a48e accidentally introduced a bug where arv-put
wipes its resume cache clean before building the uploader.  Because
the refactor always arranges `resume_cache = None` when the user
doesn't want to resume, we can fix the bug by just skipping the wipe.
Closes #3427.

9 years agoMerge branch '3463-make-sharing-dialog-with-users-more-useful' closes #3463
Tom Clegg [Wed, 6 Aug 2014 15:49:50 +0000 (11:49 -0400)]
Merge branch '3463-make-sharing-dialog-with-users-more-useful' closes #3463

9 years agoMerge branch '3444-no-folders' closes #3444
Tom Clegg [Wed, 6 Aug 2014 15:37:50 +0000 (11:37 -0400)]
Merge branch '3444-no-folders' closes #3444

9 years ago3444: Update documentation referring to obsolete group_class=folder
Tom Clegg [Wed, 6 Aug 2014 15:37:20 +0000 (11:37 -0400)]
3444: Update documentation referring to obsolete group_class=folder

9 years agoMerge branch '3372-update-pipeline-template-schema-docs' refs #3372
Peter Amstutz [Wed, 6 Aug 2014 14:52:15 +0000 (10:52 -0400)]
Merge branch '3372-update-pipeline-template-schema-docs' refs #3372

9 years agoAdd documentation to PipelineTemplate schema for title, description, link_name of...
Peter Amstutz [Wed, 6 Aug 2014 14:48:52 +0000 (10:48 -0400)]
Add documentation to PipelineTemplate schema for title, description, link_name of pipeline template script_parameters.

9 years ago3444: Remove support for obsolete group_class=folder
Tom Clegg [Wed, 6 Aug 2014 14:40:26 +0000 (10:40 -0400)]
3444: Remove support for obsolete group_class=folder

9 years agoMerge branch '3415-py-sdk-api-errors-wip'
Brett Smith [Tue, 5 Aug 2014 20:42:00 +0000 (16:42 -0400)]
Merge branch '3415-py-sdk-api-errors-wip'

Refs #3415.  Closes #3478.

9 years ago3415: API exceptions from Python SDK include more error information.
Brett Smith [Tue, 5 Aug 2014 19:18:14 +0000 (15:18 -0400)]
3415: API exceptions from Python SDK include more error information.

The apiclient module doesn't give us a lot of opportunities to
customize error handling.  Request objects can have response
callbacks, but they only get access to the response headers, not body,
which we need to pass along JSON errors.  After that, apiclient.http
imports apiclient.errors.HttpError directly, and raises that directly
whenever there's a permanent error in an HTTP response.

arvados.api already makes a few monkeypatches to apiclient, and this
commit adds one more: it customizes HttpError's __new__ method to
return a new customized subclass instead.  This is pretty evil,
because it will mess with any other instantiations of HttpError in
client programs.  Its only mitigating grace is that the new subclass
is fully API-compatible with the original.

9 years ago3415: Python SDK can pass extra arguments to the client constructor.
Brett Smith [Tue, 5 Aug 2014 17:23:31 +0000 (13:23 -0400)]
3415: Python SDK can pass extra arguments to the client constructor.

This gives API authors more flexibility, and lets us write tests using
apiclient's built-in mock functionality.  This is needed to test
#3415.

9 years ago3321: Add test for rendering unusual pipeline templates.
Brett Smith [Tue, 5 Aug 2014 14:15:54 +0000 (10:15 -0400)]
3321: Add test for rendering unusual pipeline templates.

I wrote this along with the rest of the code for refs #3321, but
failed to commit it.

9 years agoFixed link to installing python sdk page. refs #3232
Peter Amstutz [Tue, 5 Aug 2014 12:44:04 +0000 (08:44 -0400)]
Fixed link to installing python sdk page. refs #3232

9 years agoMerge branch '3232-user-guide-updates' closes #3232
Peter Amstutz [Mon, 4 Aug 2014 21:02:48 +0000 (17:02 -0400)]
Merge branch '3232-user-guide-updates' closes #3232

9 years agoAdded explicit instructions on sample data to use for tutorial pipeline.
Peter Amstutz [Mon, 4 Aug 2014 20:58:50 +0000 (16:58 -0400)]
Added explicit instructions on sample data to use for tutorial pipeline.

9 years agoMerge branch '2769-keep-delete-request'
Tim Pierce [Mon, 4 Aug 2014 20:21:31 +0000 (16:21 -0400)]
Merge branch '2769-keep-delete-request'

Refs #2769.

9 years agoFix bug in StreamFileReader incorrectly updating self._filepos resulting in
Peter Amstutz [Mon, 4 Aug 2014 17:43:18 +0000 (13:43 -0400)]
Fix bug in StreamFileReader incorrectly updating self._filepos resulting in
incomplete file reads.  closes #3466

9 years agoFixed "Tutorial align using bwa mem and SortSam" template. Tweaked
Peter Amstutz [Mon, 4 Aug 2014 15:28:28 +0000 (11:28 -0400)]
Fixed "Tutorial align using bwa mem and SortSam" template.  Tweaked
instructions for creating and editing template.  Fixed docker image in template
provided on "writing a crunch script".

9 years agoMerge branch '3363-docker-add-option-to-use-auth.curoverse.com'
Ward Vandewege [Sun, 3 Aug 2014 21:54:10 +0000 (23:54 +0200)]
Merge branch '3363-docker-add-option-to-use-auth.curoverse.com'

refs #3363

9 years agoProvide a bit more detail about build.sh in the documentation.
Ward Vandewege [Sun, 3 Aug 2014 21:52:07 +0000 (23:52 +0200)]
Provide a bit more detail about build.sh in the documentation.

refs #3363

9 years agoOnly the deepclean Make action should remove the skydns-image and skydock-image files.
Ward Vandewege [Sun, 3 Aug 2014 21:51:11 +0000 (23:51 +0200)]
Only the deepclean Make action should remove the skydns-image and skydock-image files.

refs #3363

9 years agoUpdate Docker install documentation:
Ward Vandewege [Sun, 3 Aug 2014 21:33:11 +0000 (23:33 +0200)]
Update Docker install documentation:

* suggest use of build.sh to generate config.yml

* reflect now default use of Curoverse SSO server

refs #3363

9 years ago* Default to using the auth.curoverse.com SSO server. Add instructions
Ward Vandewege [Sun, 3 Aug 2014 21:23:14 +0000 (23:23 +0200)]
* Default to using the auth.curoverse.com SSO server. Add instructions
in config.yml.example for using a local SSO server.

* Do not prepopulate the config.yml file generated by build.sh with
random values for _PW and _SECRET variables, let config.rb deal with
that at build time.

* Make config.rb a bit more robust in choosing those values for _PW and
_SECRET by not depending on any particular key order in the config Hash.

refs #3363

9 years agoBe less presumptuous about the GNU/Linux distribution we are being run
Ward Vandewege [Sun, 3 Aug 2014 20:30:48 +0000 (22:30 +0200)]
Be less presumptuous about the GNU/Linux distribution we are being run
on, and do not try to install ruby >= 1.9.3 automatically.

refs #3363

9 years agoMerge branch '3261-keep-docker-config'
Ward Vandewege [Sun, 3 Aug 2014 20:27:09 +0000 (22:27 +0200)]
Merge branch '3261-keep-docker-config'

refs #3261

9 years agoMerge branch 'master' into 3261-keep-docker-config
Ward Vandewege [Sun, 3 Aug 2014 20:17:15 +0000 (22:17 +0200)]
Merge branch 'master' into 3261-keep-docker-config

9 years ago3261: simplify Makefile
Ward Vandewege [Sun, 3 Aug 2014 20:16:59 +0000 (22:16 +0200)]
3261: simplify Makefile

9 years agoAdd user e-mail address to the list of users an object can be shared with
Ward Vandewege [Sun, 3 Aug 2014 09:32:08 +0000 (11:32 +0200)]
Add user e-mail address to the list of users an object can be shared with

refs #3463

9 years agoDo not blow up on the 'Manage account' page if the db contains an ssh
Ward Vandewege [Sat, 2 Aug 2014 18:36:12 +0000 (20:36 +0200)]
Do not blow up on the 'Manage account' page if the db contains an ssh
key record that contains an invalid ssh key.

no issue #

9 years ago2769: more code review comments
Tim Pierce [Sat, 2 Aug 2014 01:19:21 +0000 (21:19 -0400)]
2769: more code review comments

* Abandon HTTP 405, return HTTP 200 whenever any blocks were found at
  all

* Return a JSON message only with HTTP 200 (404 implies
  copies_deleted=0, copies_failed=0)

* More clarity in unit tests

Refs #2769

9 years agoFixed typo introduced by merge. refs #3443
Peter Amstutz [Fri, 1 Aug 2014 21:05:40 +0000 (17:05 -0400)]
Fixed typo introduced by merge.  refs #3443

9 years ago2769: code review comments
Tim Pierce [Fri, 1 Aug 2014 21:03:28 +0000 (17:03 -0400)]
2769: code review comments

* DeleteHandler returns http.StatusNotFound when no blocks could be found at all,
  and http.StatusMethodNotAllowed when all delete attempts
  fail (e.g. read-only volumes)

* Unit test cleanup: "http://localhost:25107" is not actually necessary
  to build a http.Request, and it is confusing, so leave it out.

Refs #2769.

9 years agoFix for test_mount.FuseGroupsTest to reflect test fixture change. refs #3443
Peter Amstutz [Fri, 1 Aug 2014 20:36:33 +0000 (16:36 -0400)]
Fix for test_mount.FuseGroupsTest to reflect test fixture change.  refs #3443

9 years agoMerge branch 'origin/3443-read-collections-from-name-links' refs #3443
Peter Amstutz [Fri, 1 Aug 2014 20:11:17 +0000 (16:11 -0400)]
Merge branch 'origin/3443-read-collections-from-name-links' refs #3443

Conflicts:
services/api/test/fixtures/links.yml
services/api/test/functional/arvados/v1/groups_controller_test.rb

9 years agoMerge branch 'origin-3442-no-reuse-job-when-output-unreadable' refs #3442
Peter Amstutz [Fri, 1 Aug 2014 20:02:14 +0000 (16:02 -0400)]
Merge branch 'origin-3442-no-reuse-job-when-output-unreadable' refs #3442

9 years agoFixed record symbolic name, comment based on feedback.
Peter Amstutz [Fri, 1 Aug 2014 20:00:58 +0000 (16:00 -0400)]
Fixed record symbolic name, comment based on feedback.

9 years agoMerge branch 'master' into 3232-user-guide-updates
Peter Amstutz [Fri, 1 Aug 2014 18:18:35 +0000 (14:18 -0400)]
Merge branch 'master' into 3232-user-guide-updates

9 years agoChanged button label to "Add to project..." to match button introduced in #3452.
Peter Amstutz [Fri, 1 Aug 2014 18:18:18 +0000 (14:18 -0400)]
Changed button label to "Add to project..." to match button introduced in #3452.

9 years agoUpdates in response to Radhika's comments.
Peter Amstutz [Fri, 1 Aug 2014 16:00:38 +0000 (12:00 -0400)]
Updates in response to Radhika's comments.

9 years agoAdd check to JobsController#create that collection output of a job is readable
Peter Amstutz [Fri, 1 Aug 2014 02:45:09 +0000 (22:45 -0400)]
Add check to JobsController#create that collection output of a job is readable
by current user before attempting to re-use job.  Added unit test.

9 years agoAdded special case to ArvadosModel#readable_by so that a name link going from a
Peter Amstutz [Fri, 1 Aug 2014 02:02:50 +0000 (22:02 -0400)]
Added special case to ArvadosModel#readable_by so that a name link going from a
readable group or user uuid confers permission to read the collection.  Added
unit test.

9 years agoFix display order of recent jobs and pipelines. closes #3148
Tom Clegg [Fri, 1 Aug 2014 01:49:51 +0000 (21:49 -0400)]
Fix display order of recent jobs and pipelines. closes #3148

9 years agoMerge branch '3235-top-nav-site-search' refs #3235
Tom Clegg [Fri, 1 Aug 2014 00:59:59 +0000 (20:59 -0400)]
Merge branch '3235-top-nav-site-search' refs #3235

9 years ago3235: Fix test
Tom Clegg [Fri, 1 Aug 2014 00:59:41 +0000 (20:59 -0400)]
3235: Fix test

9 years ago3235: Show uuid without "unnamed -" prefix for nameless objects.
Tom Clegg [Fri, 1 Aug 2014 00:53:24 +0000 (20:53 -0400)]
3235: Show uuid without "unnamed -" prefix for nameless objects.

9 years ago3235: Fix UrlGenerationError on 404 page.
Tom Clegg [Fri, 1 Aug 2014 00:52:22 +0000 (20:52 -0400)]
3235: Fix UrlGenerationError on 404 page.

9 years ago3235: Merge branch 'master' into 3235-top-nav-site-search
Tom Clegg [Fri, 1 Aug 2014 00:25:43 +0000 (20:25 -0400)]
3235: Merge branch 'master' into 3235-top-nav-site-search

9 years ago3261: Reduce dependency bloat: process templates one dir at a time.
Tom Clegg [Fri, 1 Aug 2014 00:19:31 +0000 (20:19 -0400)]
3261: Reduce dependency bloat: process templates one dir at a time.

9 years ago3261: Turn on --enforce-permissions in run-keep.
Tom Clegg [Fri, 1 Aug 2014 00:18:08 +0000 (20:18 -0400)]
3261: Turn on --enforce-permissions in run-keep.

9 years ago3261: Restore (and document) ability to use docker sso container.
Tom Clegg [Thu, 31 Jul 2014 22:19:24 +0000 (18:19 -0400)]
3261: Restore (and document) ability to use docker sso container.

9 years agocloses #3193
radhika [Thu, 31 Jul 2014 20:50:07 +0000 (16:50 -0400)]
closes #3193
Merge branch '3193-manage-account'

9 years ago3193: one more minor doc update
radhika [Thu, 31 Jul 2014 20:48:25 +0000 (16:48 -0400)]
3193: one more minor doc update

9 years agoMerge branch '3193-manage-account' of git.curoverse.com:arvados into 3193-manage...
radhika [Thu, 31 Jul 2014 20:41:46 +0000 (16:41 -0400)]
Merge branch '3193-manage-account' of git.curoverse.com:arvados into 3193-manage-account

9 years ago3193: add public key as tooltip to the fingerprint
radhika [Thu, 31 Jul 2014 20:34:31 +0000 (16:34 -0400)]
3193: add public key as tooltip to the fingerprint

9 years ago3193: add public key as tooltip to the fingertip
radhika [Thu, 31 Jul 2014 20:34:31 +0000 (16:34 -0400)]
3193: add public key as tooltip to the fingertip

9 years ago3261: Fix typo.
Tom Clegg [Thu, 31 Jul 2014 20:27:08 +0000 (16:27 -0400)]
3261: Fix typo.

9 years ago3261: Fix wrong variable.
Tom Clegg [Thu, 31 Jul 2014 20:20:00 +0000 (16:20 -0400)]
3261: Fix wrong variable.

9 years ago3193: some more doc updates
radhika [Thu, 31 Jul 2014 20:06:25 +0000 (16:06 -0400)]
3193: some more doc updates

9 years ago3193: one more doc section and some minor ui updates.
radhika [Thu, 31 Jul 2014 19:58:01 +0000 (15:58 -0400)]
3193: one more doc section and some minor ui updates.

9 years ago3261: Fix wrong test: wanted file size == 0, not file size != 0.
Tom Clegg [Thu, 31 Jul 2014 19:33:55 +0000 (15:33 -0400)]
3261: Fix wrong test: wanted file size == 0, not file size != 0.

9 years ago3193: update user tutorials with the manage account page details.
radhika [Thu, 31 Jul 2014 19:33:31 +0000 (15:33 -0400)]
3193: update user tutorials with the manage account page details.

9 years agoMerge remote-tracking branch 'origin/3261-keep-docker-config' into 3261-keep-docker...
Tom Clegg [Thu, 31 Jul 2014 19:29:48 +0000 (15:29 -0400)]
Merge remote-tracking branch 'origin/3261-keep-docker-config' into 3261-keep-docker-config

9 years ago3261: Fix permissions on run-keep script
Tom Clegg [Thu, 31 Jul 2014 19:26:34 +0000 (15:26 -0400)]
3261: Fix permissions on run-keep script