[ARVADOS] updated: 25250c39e32e0c3b22766b81730729802ba39112
Git user
git at public.curoverse.com
Wed Nov 2 15:17:15 EDT 2016
Summary of changes:
apps/workbench/app/controllers/projects_controller.rb | 2 +-
..._show_pipeline_templates.html.erb => _show_workflows.html.erb} | 0
apps/workbench/test/integration/anonymous_access_test.rb | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
rename apps/workbench/app/views/projects/{_show_pipeline_templates.html.erb => _show_workflows.html.erb} (100%)
via 25250c39e32e0c3b22766b81730729802ba39112 (commit)
from 887b0d278120e7df342fb2f99c5352fbd7c39034 (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 25250c39e32e0c3b22766b81730729802ba39112
Author: radhika <radhika at curoverse.com>
Date: Wed Nov 2 15:16:25 2016 -0400
10310: Rename the "Pipeline templates" project tab as "Workflows" tab.
diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb
index a0b48fd..cd8ca53 100644
--- a/apps/workbench/app/controllers/projects_controller.rb
+++ b/apps/workbench/app/controllers/projects_controller.rb
@@ -79,7 +79,7 @@ class ProjectsController < ApplicationController
}
pane_list <<
{
- :name => 'Pipeline_templates',
+ :name => 'Workflows',
:filters => [%w(uuid is_a) + [workflows]]
}
pane_list <<
diff --git a/apps/workbench/app/views/projects/_show_pipeline_templates.html.erb b/apps/workbench/app/views/projects/_show_workflows.html.erb
similarity index 100%
rename from apps/workbench/app/views/projects/_show_pipeline_templates.html.erb
rename to apps/workbench/app/views/projects/_show_workflows.html.erb
diff --git a/apps/workbench/test/integration/anonymous_access_test.rb b/apps/workbench/test/integration/anonymous_access_test.rb
index aae8c41..5dd557e 100644
--- a/apps/workbench/test/integration/anonymous_access_test.rb
+++ b/apps/workbench/test/integration/anonymous_access_test.rb
@@ -69,7 +69,7 @@ class AnonymousAccessTest < ActionDispatch::IntegrationTest
assert_selector 'a', text: 'Description'
assert_selector 'a', text: 'Data collections'
assert_selector 'a', text: 'Pipelines and processes'
- assert_selector 'a', text: 'Pipeline templates'
+ assert_selector 'a', text: 'Workflows'
assert_selector 'a', text: 'Subprojects'
assert_selector 'a', text: 'Advanced'
assert_no_selector 'a', text: 'Other objects'
@@ -171,14 +171,14 @@ class AnonymousAccessTest < ActionDispatch::IntegrationTest
'pipelineTemplate',
'workflow'
].each do |type|
- test "anonymous user accesses pipeline templates tab in shared project and click on #{type}" do
+ test "anonymous user accesses workflows tab in shared project and click on #{type}" do
visit PUBLIC_PROJECT
click_link 'Data collections'
assert_text 'GNU General Public License'
- assert_selector 'a', text: 'Pipeline templates'
+ assert_selector 'a', text: 'Workflows'
- click_link 'Pipeline templates'
+ click_link 'Workflows'
assert_text 'Pipeline template in publicly accessible project'
assert_text 'Workflow with input specifications'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list