arvados.git
10 years agoimport string
Peter Amstutz [Tue, 5 Aug 2014 17:37:11 +0000 (13:37 -0400)]
import string

10 years agoFix syntax error
Peter Amstutz [Tue, 5 Aug 2014 17:36:14 +0000 (13:36 -0400)]
Fix syntax error

10 years agoCheck for None
Peter Amstutz [Tue, 5 Aug 2014 17:35:05 +0000 (13:35 -0400)]
Check for None

10 years agoWorking on split-fastq to actually split the fastq file.
Peter Amstutz [Tue, 5 Aug 2014 17:29:28 +0000 (13:29 -0400)]
Working on split-fastq to actually split the fastq file.

10 years agoUse rvm-exec to run gem to install Arvados cli. Also install dtrx.
Peter Amstutz [Tue, 5 Aug 2014 17:01:35 +0000 (13:01 -0400)]
Use rvm-exec to run gem to install Arvados cli.  Also install dtrx.

10 years agoRenamed "job.src" to "job.srcdir", "job.id" to "job.uuid", and "task.id" to "task...
Peter Amstutz [Tue, 5 Aug 2014 12:58:52 +0000 (08:58 -0400)]
Renamed "job.src" to "job.srcdir", "job.id" to "job.uuid", and "task.id" to "task.uuid"

10 years ago$(link ...) now expects complete path.
Peter Amstutz [Mon, 4 Aug 2014 20:42:04 +0000 (16:42 -0400)]
$(link ...) now expects complete path.

10 years agoMerge branch 'master' into 3373-improve-gatk3-snv-pipeline
Peter Amstutz [Mon, 4 Aug 2014 19:41:10 +0000 (15:41 -0400)]
Merge branch 'master' into 3373-improve-gatk3-snv-pipeline

10 years agoMerge branch '3373-improve-gatk3-snv-pipeline' of git.qr1hi.arvadosapi.com:peter...
Peter Amstutz [Mon, 4 Aug 2014 19:39:05 +0000 (15:39 -0400)]
Merge branch '3373-improve-gatk3-snv-pipeline' of git.qr1hi.arvadosapi.com:peter into 3373-improve-gatk3-snv-pipeline

10 years agoSimplified collection-merge. Added comments to collection-merge and decompress-all.
Peter Amstutz [Mon, 4 Aug 2014 19:38:47 +0000 (15:38 -0400)]
Simplified collection-merge.  Added comments to collection-merge and decompress-all.

10 years agoWorks now
Peter Amstutz [Mon, 4 Aug 2014 19:36:00 +0000 (19:36 +0000)]
Works now

10 years agofix parameters
Peter Amstutz [Mon, 4 Aug 2014 19:06:41 +0000 (15:06 -0400)]
fix parameters

10 years agoDecompress-all wip
Peter Amstutz [Mon, 4 Aug 2014 18:55:25 +0000 (14:55 -0400)]
Decompress-all wip

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

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

10 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 #

10 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

10 years agoAdded $(task.outdir) and $(job.src)
Peter Amstutz [Fri, 1 Aug 2014 21:02:28 +0000 (17:02 -0400)]
Added $(task.outdir) and $(job.src)

10 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

10 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

10 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

10 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.

10 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.

10 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.

10 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

10 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

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

10 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.

10 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.

10 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

10 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.

10 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.

10 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.

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

10 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

10 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

10 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

10 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

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

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

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

10 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.

10 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.

10 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.

10 years agoUse :body_object instead of :body
Peter Amstutz [Thu, 31 Jul 2014 19:31:23 +0000 (15:31 -0400)]
Use :body_object instead of :body

10 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

10 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

10 years ago3261: Improve status reporting
Tom Clegg [Thu, 31 Jul 2014 19:26:21 +0000 (15:26 -0400)]
3261: Improve status reporting

10 years ago3261: fixes for Docker build process
Tim Pierce [Thu, 31 Jul 2014 18:46:13 +0000 (14:46 -0400)]
3261: fixes for Docker build process

* New tool list_generated_files avoids difficult quoting/escaping
  problems in Makefile

* keep/Dockerfile fixes permissions on /usr/local/bin/run-keep

Refs #3261.

10 years ago3261: Strip .in from list of generated files.
Tom Clegg [Thu, 31 Jul 2014 15:30:42 +0000 (11:30 -0400)]
3261: Strip .in from list of generated files.

10 years ago3261: Fix wrong test: wanted file size == 0, not string length == 0.
Tom Clegg [Thu, 31 Jul 2014 15:30:01 +0000 (11:30 -0400)]
3261: Fix wrong test: wanted file size == 0, not string length == 0.

10 years ago3261: Propagate configured RAILS_ENV to Workbench build tasks.
Tom Clegg [Thu, 31 Jul 2014 14:46:14 +0000 (10:46 -0400)]
3261: Propagate configured RAILS_ENV to Workbench build tasks.

Without this, the rake assets:precompile task defaults to development
mode and does nothing.

10 years ago3193: minor ui update
radhika [Thu, 31 Jul 2014 15:17:12 +0000 (11:17 -0400)]
3193: minor ui update

10 years ago3193: add contact admin blurb when the user has no virtual machines and repositories...
radhika [Thu, 31 Jul 2014 14:52:09 +0000 (10:52 -0400)]
3193: add contact admin blurb when the user has no virtual machines and repositories configured.

10 years ago3261: Add Keep blob_signing_key configuration.
Tom Clegg [Thu, 31 Jul 2014 14:30:59 +0000 (10:30 -0400)]
3261: Add Keep blob_signing_key configuration.

10 years ago3261: Fix condition for showing SSH usage message.
Tom Clegg [Thu, 31 Jul 2014 14:11:46 +0000 (10:11 -0400)]
3261: Fix condition for showing SSH usage message.

10 years ago3261: Fix alternate SSO endpoint configuration.
Tom Clegg [Thu, 31 Jul 2014 14:10:54 +0000 (10:10 -0400)]
3261: Fix alternate SSO endpoint configuration.

10 years ago3193: use HISTIGNORE for current token display
radhika [Thu, 31 Jul 2014 14:02:54 +0000 (10:02 -0400)]
3193: use HISTIGNORE for current token display

10 years agoMerge branch 'master' into 3193-manage-account
radhika [Thu, 31 Jul 2014 13:46:46 +0000 (09:46 -0400)]
Merge branch 'master' into 3193-manage-account

10 years ago3193: use sshkey gem to validate the ssh key passed in.
radhika [Thu, 31 Jul 2014 13:45:07 +0000 (09:45 -0400)]
3193: use sshkey gem to validate the ssh key passed in.

10 years ago3193: add plus icon to add ssh key button
radhika [Thu, 31 Jul 2014 09:21:30 +0000 (05:21 -0400)]
3193: add plus icon to add ssh key button

10 years agorefs #3016
radhika [Wed, 30 Jul 2014 21:35:29 +0000 (17:35 -0400)]
refs #3016
Merge branch '3016-pipeline-template-search-string'

10 years agoMerge branch 'master' into 3016-pipeline-template-search-string
radhika [Wed, 30 Jul 2014 21:34:51 +0000 (17:34 -0400)]
Merge branch 'master' into 3016-pipeline-template-search-string

10 years agoMerge branch 'master' into 3193-manage-account
radhika [Wed, 30 Jul 2014 21:27:20 +0000 (17:27 -0400)]
Merge branch 'master' into 3193-manage-account

10 years ago3193: add horizontal scroll to ssh key
radhika [Wed, 30 Jul 2014 21:26:40 +0000 (17:26 -0400)]
3193: add horizontal scroll to ssh key

10 years ago3193: minor ui updates
radhika [Wed, 30 Jul 2014 20:53:50 +0000 (16:53 -0400)]
3193: minor ui updates

10 years ago3193: minor ui updates
radhika [Wed, 30 Jul 2014 20:33:32 +0000 (16:33 -0400)]
3193: minor ui updates

10 years agoMerge branch '3425-truncated-output' closes #3425
Tom Clegg [Wed, 30 Jul 2014 20:30:00 +0000 (16:30 -0400)]
Merge branch '3425-truncated-output' closes #3425

10 years ago3425: Smaller buffer.
Tom Clegg [Wed, 30 Jul 2014 20:28:53 +0000 (16:28 -0400)]
3425: Smaller buffer.

10 years agoMerge branch '3349-install-docs' closes #3349
Tom Clegg [Wed, 30 Jul 2014 20:19:36 +0000 (16:19 -0400)]
Merge branch '3349-install-docs' closes #3349

10 years ago3425: When reading from arv-get, repeat sysread until error or eof.
Tom Clegg [Wed, 30 Jul 2014 20:17:49 +0000 (16:17 -0400)]
3425: When reading from arv-get, repeat sysread until error or eof.

10 years agoMerge branch 'master' into 3193-manage-account
radhika [Wed, 30 Jul 2014 20:13:34 +0000 (16:13 -0400)]
Merge branch 'master' into 3193-manage-account

10 years agocloses #3065
radhika [Wed, 30 Jul 2014 20:09:49 +0000 (16:09 -0400)]
closes #3065
Merge branch '2985-selection-button-move-copy'

10 years agoMerge branch '3193-manage-account' of git.curoverse.com:arvados into 3193-manage...
radhika [Wed, 30 Jul 2014 20:04:42 +0000 (16:04 -0400)]
Merge branch '3193-manage-account' of git.curoverse.com:arvados into 3193-manage-account

10 years ago3349: More example/default config cleanup.
Tom Clegg [Wed, 30 Jul 2014 20:03:19 +0000 (16:03 -0400)]
3349: More example/default config cleanup.

10 years ago2985: let error propagate during save
radhika [Wed, 30 Jul 2014 20:02:25 +0000 (16:02 -0400)]
2985: let error propagate during save

10 years ago2985: let errors propagate during save
radhika [Wed, 30 Jul 2014 19:57:30 +0000 (15:57 -0400)]
2985: let errors propagate during save

10 years ago3349: Merge branch 'master' into 3349-install-docs
Tom Clegg [Wed, 30 Jul 2014 19:56:46 +0000 (15:56 -0400)]
3349: Merge branch 'master' into 3349-install-docs

10 years agoCombined contents of "Setting up SSH" into "Virtual Machines" panel. Added
Peter Amstutz [Wed, 30 Jul 2014 19:54:47 +0000 (15:54 -0400)]
Combined contents of "Setting up SSH" into "Virtual Machines" panel.  Added
"Command line" column to "virtual machines" table which user can cut and paste
the ssh command line.

10 years agoMerge branch 'master' into 2985-selection-button-move-copy
radhika [Wed, 30 Jul 2014 19:43:51 +0000 (15:43 -0400)]
Merge branch 'master' into 2985-selection-button-move-copy

10 years ago3235: Fix empty collection migration: ensure anonymous_group exists in
Tom Clegg [Wed, 30 Jul 2014 19:37:05 +0000 (15:37 -0400)]
3235: Fix empty collection migration: ensure anonymous_group exists in
the database before trying to create a permission link for it.

10 years ago3235: Enable "rename folder to project" migration.
Tom Clegg [Wed, 30 Jul 2014 19:35:12 +0000 (15:35 -0400)]
3235: Enable "rename folder to project" migration.

10 years agoMerge branch 'master' into 3193-manage-account
radhika [Wed, 30 Jul 2014 19:29:35 +0000 (15:29 -0400)]
Merge branch 'master' into 3193-manage-account

10 years ago3235: Accept group_class="folder" as a project.
Tom Clegg [Wed, 30 Jul 2014 19:20:40 +0000 (15:20 -0400)]
3235: Accept group_class="folder" as a project.

10 years ago3193: do not validate input submitted on client side
radhika [Wed, 30 Jul 2014 19:15:51 +0000 (15:15 -0400)]
3193: do not validate input submitted on client side

10 years ago3235: Show names of named collections instead of their uuids, but support searching...
Tom Clegg [Wed, 30 Jul 2014 19:11:53 +0000 (15:11 -0400)]
3235: Show names of named collections instead of their uuids, but support searching by uuid.

10 years ago3235: Make collections show up in search results.
Tom Clegg [Wed, 30 Jul 2014 19:01:33 +0000 (15:01 -0400)]
3235: Make collections show up in search results.

10 years agoMerge branch 'master' into 2985-selection-button-move-copy
radhika [Wed, 30 Jul 2014 19:01:07 +0000 (15:01 -0400)]
Merge branch 'master' into 2985-selection-button-move-copy

10 years agoWorkbench: make the Setup User screen less confusing by labelling the
Ward Vandewege [Wed, 30 Jul 2014 19:00:49 +0000 (21:00 +0200)]
Workbench: make the Setup User screen less confusing by labelling the
Repository Name and Shell Login field as such.

no issue #

10 years agoMerge branch 'master' into 3193-manage-account
radhika [Wed, 30 Jul 2014 18:59:18 +0000 (14:59 -0400)]
Merge branch 'master' into 3193-manage-account

10 years ago3016: prefill input search with value configured in the template
radhika [Wed, 30 Jul 2014 18:16:51 +0000 (14:16 -0400)]
3016: prefill input search with value configured in the template

10 years agoFix $(node.cores)
Peter Amstutz [Wed, 30 Jul 2014 18:10:20 +0000 (14:10 -0400)]
Fix $(node.cores)