9498: show top-level container requests in project#Pipelines_and_processes tab.
authorradhika <radhika@curoverse.com>
Tue, 28 Jun 2016 19:58:27 +0000 (15:58 -0400)
committerradhika <radhika@curoverse.com>
Mon, 4 Jul 2016 21:21:40 +0000 (17:21 -0400)
commitd8616b7126de7e234b901b9bb166b5e4203da3c0
tree8dee975c95a6240905ba461c0d993266afb87063
parentec7f4b1a20ce6f45d6dbd58e531210e8039009d2
9498: show top-level container requests in project#Pipelines_and_processes tab.
19 files changed:
apps/workbench/app/assets/javascripts/infinite_scroll.js
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/container_requests_controller.rb
apps/workbench/app/controllers/containers_controller.rb
apps/workbench/app/controllers/projects_controller.rb
apps/workbench/app/models/container_request.rb
apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb [deleted file]
apps/workbench/app/views/projects/_show_pipelines_and_processes.html.erb [new file with mode: 0644]
apps/workbench/test/controllers/projects_controller_test.rb
apps/workbench/test/integration/anonymous_access_test.rb
apps/workbench/test/integration/pipeline_instances_test.rb
apps/workbench/test/integration/projects_test.rb
doc/api/methods/groups.html.textile.liquid
services/api/app/controllers/arvados/v1/groups_controller.rb
services/api/test/fixtures/container_requests.yml
services/api/test/fixtures/groups.yml
services/api/test/fixtures/jobs.yml
services/api/test/fixtures/pipeline_instances.yml
services/api/test/functional/arvados/v1/groups_controller_test.rb