[ARVADOS] updated: 1491cdd65b8a3ef75f66516004bc0680651da201
git at public.curoverse.com
git at public.curoverse.com
Thu Nov 6 12:11:50 EST 2014
Summary of changes:
apps/workbench/Gemfile | 5 +++++
apps/workbench/Gemfile.lock | 10 ++++++++++
apps/workbench/app/controllers/application_controller.rb | 6 ++++++
.../app/controllers/pipeline_instances_controller.rb | 2 +-
apps/workbench/test/functional/projects_controller_test.rb | 12 ++++++++++++
sdk/python/setup.py | 3 ++-
services/api/test/fixtures/groups.yml | 14 ++++++++++++++
7 files changed, 50 insertions(+), 2 deletions(-)
via 1491cdd65b8a3ef75f66516004bc0680651da201 (commit)
via 29e012f772b1c1d4c286e143b50a9de9b8a6918c (commit)
via 72cf9a5814e52adb2b6c2f349cbef3de069722bb (commit)
via 60c177af3270e7a0cd7e38fdefed93eab2637839 (commit)
via bbfe0f05b55ba00f16e3427f6ea48a6343a4b7c8 (commit)
via ed7369d4a18d11784e666246f37fc32ac3e559c4 (commit)
via e34d6859d936f0b82f981d44be415a46b1aa61e1 (commit)
via f662e62c925d89ad466ff2271919dd6dd2ccfa86 (commit)
via 23aea08b10f5067a6f303941db9cc45277af8ba0 (commit)
from a5b4a7e8da51d84fe200d88dc39bd5431bb60a11 (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 1491cdd65b8a3ef75f66516004bc0680651da201
Merge: 29e012f 72cf9a5
Author: radhika <radhika at curoverse.com>
Date: Thu Nov 6 12:10:45 2014 -0500
Merge branch 'master' into 3177-collection-choose-files
commit 29e012f772b1c1d4c286e143b50a9de9b8a6918c
Author: radhika <radhika at curoverse.com>
Date: Thu Nov 6 12:05:30 2014 -0500
3177: String != 'String'
diff --git a/apps/workbench/app/controllers/pipeline_instances_controller.rb b/apps/workbench/app/controllers/pipeline_instances_controller.rb
index 3c5c082..394bb7b 100644
--- a/apps/workbench/app/controllers/pipeline_instances_controller.rb
+++ b/apps/workbench/app/controllers/pipeline_instances_controller.rb
@@ -64,7 +64,7 @@ class PipelineInstancesController < ApplicationController
if component[:script_parameters]
component[:script_parameters].each do |param, value_info|
if value_info.is_a? Hash
- value_info_partitioned = value_info[:value].partition('/') if value_info[:value].andand.class.eql?'String'
+ value_info_partitioned = value_info[:value].partition('/') if value_info[:value].andand.class.eql?(String)
value_info_value = value_info_partitioned ? value_info_partitioned[0] : value_info[:value]
value_info_class = resource_class_for_uuid value_info_value
if value_info_class == Link
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list