[ARVADOS] updated: 03360f8a9f5dcea058d09541d1dba309004dc822

Git user git at public.curoverse.com
Fri Dec 16 10:57:15 EST 2016


Summary of changes:
 apps/workbench/app/controllers/container_requests_controller.rb | 2 +-
 apps/workbench/app/controllers/pipeline_instances_controller.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  03360f8a9f5dcea058d09541d1dba309004dc822 (commit)
      from  11e6bb662dcfff41d868938ec21cbad3142b49cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 03360f8a9f5dcea058d09541d1dba309004dc822
Author: radhika <radhika at curoverse.com>
Date:   Tue Dec 13 12:12:10 2016 -0500

    10677: typo

diff --git a/apps/workbench/app/controllers/container_requests_controller.rb b/apps/workbench/app/controllers/container_requests_controller.rb
index 7ffbda3..b286a94 100644
--- a/apps/workbench/app/controllers/container_requests_controller.rb
+++ b/apps/workbench/app/controllers/container_requests_controller.rb
@@ -79,7 +79,7 @@ class ContainerRequestsController < ApplicationController
     @object.state = 'Uncommitted'
     @object.use_existing = false
 
-    # set owner_uuid to that of source, provided it is a project and wriable by current user
+    # set owner_uuid to that of source, provided it is a project and writable by current user
     current_project = Group.find(src.owner_uuid) rescue nil
     if (current_project && current_project.writable_by.andand.include?(current_user.uuid))
       @object.owner_uuid = src.owner_uuid
diff --git a/apps/workbench/app/controllers/pipeline_instances_controller.rb b/apps/workbench/app/controllers/pipeline_instances_controller.rb
index c5fbda0..83fe0dd 100644
--- a/apps/workbench/app/controllers/pipeline_instances_controller.rb
+++ b/apps/workbench/app/controllers/pipeline_instances_controller.rb
@@ -53,7 +53,7 @@ class PipelineInstancesController < ApplicationController
     end
     @object.state = 'New'
 
-    # set owner_uuid to that of source, provided it is a project and wriable by current user
+    # set owner_uuid to that of source, provided it is a project and writable by current user
     current_project = Group.find(source.owner_uuid) rescue nil
     if (current_project && current_project.writable_by.andand.include?(current_user.uuid))
       @object.owner_uuid = source.owner_uuid

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list