]> git.arvados.org - arvados.git/commit
add AuthorizedKey resource
authorTom Clegg <tom@clinicalfuture.com>
Thu, 6 Jun 2013 18:49:43 +0000 (14:49 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 6 Jun 2013 18:49:43 +0000 (14:49 -0400)
commitb75f8eaadb91d5f8f0ac53d85aca763b2a1506cb
tree3cd0491e19f34232da2bc7e10717b79bd22d64da
parentb57b39f211b0543e0aebc5d4728bdf99dde1e26a
add AuthorizedKey resource
12 files changed:
services/api/app/assets/javascripts/authorized_keys.js.coffee [new file with mode: 0644]
services/api/app/assets/stylesheets/authorized_keys.css.scss [new file with mode: 0644]
services/api/app/controllers/arvados/v1/authorized_keys_controller.rb [new file with mode: 0644]
services/api/app/helpers/authorized_keys_helper.rb [new file with mode: 0644]
services/api/app/models/authorized_key.rb [new file with mode: 0644]
services/api/config/routes.rb
services/api/db/migrate/20130606183519_create_authorized_keys.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/test/fixtures/authorized_keys.yml [new file with mode: 0644]
services/api/test/functional/authorized_keys_controller_test.rb [new file with mode: 0644]
services/api/test/unit/authorized_key_test.rb [new file with mode: 0644]
services/api/test/unit/helpers/authorized_keys_helper_test.rb [new file with mode: 0644]