[ARVADOS] updated: b62d191c3ec30bcff35cd920137be4f29ba648a8
Git user
git at public.curoverse.com
Wed Aug 24 14:47:14 EDT 2016
Summary of changes:
apps/workbench/app/controllers/work_units_controller.rb | 1 +
services/api/Gemfile.lock | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
via b62d191c3ec30bcff35cd920137be4f29ba648a8 (commit)
from 08c2cb0e56cb9e457ebaf554bab5f6b8317c1e71 (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 b62d191c3ec30bcff35cd920137be4f29ba648a8
Author: radhika <radhika at curoverse.com>
Date: Wed Aug 24 14:31:55 2016 -0400
9767: set name of the container_request based on the workflow name.
diff --git a/apps/workbench/app/controllers/work_units_controller.rb b/apps/workbench/app/controllers/work_units_controller.rb
index 7eea0a8..0c8ea6e 100644
--- a/apps/workbench/app/controllers/work_units_controller.rb
+++ b/apps/workbench/app/controllers/work_units_controller.rb
@@ -57,6 +57,7 @@ class WorkUnitsController < ApplicationController
model_class = ContainerRequest
+ attrs['name'] = "#{workflow['name']} container" if workflow['name'].present?
attrs['properties'] = {'template_uuid' => template_uuid}
attrs['priority'] = 1
attrs['state'] = "Uncommitted"
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 391a26c..1fb4369 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -266,6 +266,3 @@ DEPENDENCIES
therubyracer
trollop
uglifier (>= 1.0.3)
-
-BUNDLED WITH
- 1.12.1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list