9319: /all_processes index page.
authorradhika <radhika@curoverse.com>
Tue, 5 Jul 2016 23:13:13 +0000 (19:13 -0400)
committerradhika <radhika@curoverse.com>
Tue, 19 Jul 2016 20:03:08 +0000 (16:03 -0400)
commit4ed794e2803ef9812dbc7ae938a8e17b3b9714c1
treeff9d14563bfa7c7799ee632b750673e7ff53ceb1
parent5b1176df5257cd16350fb4da5a6d6157c58a0a0f
9319: /all_processes index page.
33 files changed:
apps/workbench/app/assets/javascripts/infinite_scroll.js
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/projects_controller.rb
apps/workbench/app/controllers/work_units_controller.rb [new file with mode: 0644]
apps/workbench/app/models/pipeline_instance.rb
apps/workbench/app/models/proxy_work_unit.rb
apps/workbench/app/models/work_unit.rb
apps/workbench/app/views/application/_delete_object_button.html.erb
apps/workbench/app/views/container_requests/_show_log.html.erb
apps/workbench/app/views/container_requests/_show_status.html.erb
apps/workbench/app/views/containers/_show_log.html.erb
apps/workbench/app/views/containers/_show_status.html.erb
apps/workbench/app/views/jobs/_show_status.html.erb
apps/workbench/app/views/pipeline_instances/_show_components.html.erb
apps/workbench/app/views/projects/_show_dashboard.html.erb
apps/workbench/app/views/work_unit/_show_status.html.erb [deleted file]
apps/workbench/app/views/work_units/_component_detail.html.erb [moved from apps/workbench/app/views/work_unit/_component_detail.html.erb with 97% similarity]
apps/workbench/app/views/work_units/_progress.html.erb [moved from apps/workbench/app/views/work_unit/_progress.html.erb with 100% similarity]
apps/workbench/app/views/work_units/_show_all_processes.html.erb [new file with mode: 0644]
apps/workbench/app/views/work_units/_show_all_processes_rows.html.erb [new file with mode: 0644]
apps/workbench/app/views/work_units/_show_child.html.erb [moved from apps/workbench/app/views/work_unit/_show_child.html.erb with 89% similarity]
apps/workbench/app/views/work_units/_show_component.html.erb [moved from apps/workbench/app/views/work_unit/_show_component.html.erb with 89% similarity]
apps/workbench/app/views/work_units/_show_log.html.erb [moved from apps/workbench/app/views/work_unit/_show_log.html.erb with 100% similarity]
apps/workbench/app/views/work_units/_show_output.html.erb [new file with mode: 0644]
apps/workbench/app/views/work_units/_show_outputs.html.erb [moved from apps/workbench/app/views/work_unit/_show_outputs.html.erb with 100% similarity]
apps/workbench/app/views/work_units/_show_status.html.erb [new file with mode: 0644]
apps/workbench/app/views/work_units/index.html.erb [new file with mode: 0644]
apps/workbench/config/initializers/time_format.rb [new file with mode: 0644]
apps/workbench/config/routes.rb
apps/workbench/test/controllers/projects_controller_test.rb
apps/workbench/test/controllers/work_units_controller_test.rb [new file with mode: 0644]
apps/workbench/test/integration/application_layout_test.rb
apps/workbench/test/integration/work_units_test.rb [new file with mode: 0644]