]> git.arvados.org - arvados.git/commit
3321: Workbench copes when pipeline components have an odd form.
authorBrett Smith <brett@curoverse.com>
Thu, 24 Jul 2014 20:18:35 +0000 (16:18 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 24 Jul 2014 20:18:35 +0000 (16:18 -0400)
commitce8d052472be0cb417596c41f2700cf92a260fd3
tree1f350a60cdc34de728eed3488328e77da4778efb
parent15c61d99c5a867c6a58ef3eb10cc72d7f9ec5cd8
3321: Workbench copes when pipeline components have an odd form.

Closes #3321.
16 files changed:
apps/workbench/app/controllers/pipeline_instances_controller.rb
apps/workbench/app/controllers/pipeline_templates_controller.rb
apps/workbench/app/helpers/pipeline_components_helper.rb [new file with mode: 0644]
apps/workbench/app/helpers/pipeline_instances_helper.rb
apps/workbench/app/views/application/_pipeline_progress.html.erb
apps/workbench/app/views/application/_pipeline_status_label.html.erb
apps/workbench/app/views/pipeline_instances/_show_components.html.erb
apps/workbench/app/views/pipeline_instances/_show_components_json.html.erb [new file with mode: 0644]
apps/workbench/app/views/pipeline_instances/_show_components_running.html.erb [new file with mode: 0644]
apps/workbench/app/views/pipeline_instances/_show_recent.html.erb
apps/workbench/app/views/pipeline_templates/_show_components.html.erb
apps/workbench/test/functional/pipeline_instances_controller_test.rb
apps/workbench/test/functional/pipeline_templates_controller_test.rb
apps/workbench/test/integration/pipeline_instances_test.rb
services/api/test/fixtures/pipeline_instances.yml
services/api/test/fixtures/pipeline_templates.yml