Stub out controllers and routes. Add basic workbench support.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 3 Dec 2015 15:18:39 +0000 (10:18 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 3 Dec 2015 15:18:39 +0000 (10:18 -0500)
commit2858d8075d2178fa252af4e585687855e3b30dc2
tree0d3dc1965ae081487cf9c4ef3a427cd42a1fd65c
parentec38fcda26fc3a835a56dd9d50aac0650b4dc770
Stub out controllers and routes.  Add basic workbench support.
14 files changed:
apps/workbench/app/controllers/container_requests_controller.rb [new file with mode: 0644]
apps/workbench/app/controllers/containers_controller.rb [new file with mode: 0644]
apps/workbench/app/models/container_requests.rb [new file with mode: 0644]
apps/workbench/app/models/containers.rb [new file with mode: 0644]
apps/workbench/config/routes.rb
services/api/app/controllers/arvados/v1/container_requests_controller.rb [new file with mode: 0644]
services/api/app/controllers/arvados/v1/containers_controller.rb [new file with mode: 0644]
services/api/app/models/container.rb
services/api/app/models/container_request.rb
services/api/config/routes.rb
services/api/db/migrate/20151202151426_create_containers.rb [deleted file]
services/api/db/migrate/20151202151426_create_containers_and_requests.rb [new file with mode: 0644]
services/api/db/migrate/20151202151703_create_container_requests.rb [deleted file]
services/api/db/structure.sql