]> git.arvados.org - arvados.git/commit
add VirtualMachine resource
authorTom Clegg <tom@clinicalfuture.com>
Sat, 8 Jun 2013 05:58:29 +0000 (01:58 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Sat, 8 Jun 2013 06:04:13 +0000 (02:04 -0400)
commit536b8d10f221c438a620e56362eddb8917694af7
tree159f1835a1edc5050cc1e07fcd55fb9e66e0cd21
parent055d6d2e1a03e9b82d0415ea19fd989dcc8b60c0
add VirtualMachine resource
12 files changed:
services/api/app/assets/javascripts/virtual_machines.js.coffee [new file with mode: 0644]
services/api/app/assets/stylesheets/virtual_machines.css.scss [new file with mode: 0644]
services/api/app/controllers/arvados/v1/virtual_machines_controller.rb [new file with mode: 0644]
services/api/app/helpers/virtual_machines_helper.rb [new file with mode: 0644]
services/api/app/models/virtual_machine.rb [new file with mode: 0644]
services/api/config/routes.rb
services/api/db/migrate/20130608053730_create_virtual_machines.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/test/fixtures/virtual_machines.yml [new file with mode: 0644]
services/api/test/functional/virtual_machines_controller_test.rb [new file with mode: 0644]
services/api/test/unit/helpers/virtual_machines_helper_test.rb [new file with mode: 0644]
services/api/test/unit/virtual_machine_test.rb [new file with mode: 0644]