* Pipeline components are topologically sorted based on :output_of, then sorted lexic...
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 7 Mar 2014 21:55:42 +0000 (16:55 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 7 Mar 2014 21:55:42 +0000 (16:55 -0500)
commitac2db7d4aa32a772d9f21db3f1a8a63b1ad0ca2f
tree4f043553b1331df7d9c1697b96ba10ce52b66c39
parent7c3eb5137c7863947e6da221361ba98bfef227fd
* Pipeline components are topologically sorted based on :output_of, then sorted lexically.
* Refactored code to render pipeline components to be consistent across pipeline instance page and pipeline template page.
* Added "pipelines" tab that shows pipelines that were created from the current template.  Uses the pipeline_instances/show_recent partial.
apps/workbench/app/assets/stylesheets/pipeline_templates.css.scss
apps/workbench/app/assets/stylesheets/selection.css [new file with mode: 0644]
apps/workbench/app/controllers/pipeline_templates_controller.rb
apps/workbench/app/helpers/application_helper.rb
apps/workbench/app/helpers/pipeline_instances_helper.rb
apps/workbench/app/helpers/pipeline_templates_helper.rb
apps/workbench/app/views/pipeline_instances/_show_components.html.erb
apps/workbench/app/views/pipeline_templates/_show_attributes.html.erb
apps/workbench/app/views/pipeline_templates/_show_components.html.erb [new file with mode: 0644]
apps/workbench/app/views/pipeline_templates/_show_components_template.html.erb [new file with mode: 0644]
apps/workbench/app/views/pipeline_templates/_show_pipelines.html.erb [new file with mode: 0644]