]>
author | Tom Clegg <tom@clinicalfuture.com> | |
Thu, 6 Jun 2013 18:49:43 +0000 (14:49 -0400) | ||
committer | Tom Clegg <tom@clinicalfuture.com> | |
Thu, 6 Jun 2013 18:49:43 +0000 (14:49 -0400) | ||
commit | b75f8eaadb91d5f8f0ac53d85aca763b2a1506cb | |
tree | 3cd0491e19f34232da2bc7e10717b79bd22d64da | tree | snapshot |
parent | b57b39f211b0543e0aebc5d4728bdf99dde1e26a | commit | diff |
services/api/app/assets/javascripts/authorized_keys.js.coffee | [new file with mode: 0644] | blob |
services/api/app/assets/stylesheets/authorized_keys.css.scss | [new file with mode: 0644] | blob |
services/api/app/controllers/arvados/v1/authorized_keys_controller.rb | [new file with mode: 0644] | blob |
services/api/app/helpers/authorized_keys_helper.rb | [new file with mode: 0644] | blob |
services/api/app/models/authorized_key.rb | [new file with mode: 0644] | blob |
services/api/config/routes.rb | diff | blob | history | |
services/api/db/migrate/20130606183519_create_authorized_keys.rb | [new file with mode: 0644] | blob |
services/api/db/schema.rb | diff | blob | history | |
services/api/test/fixtures/authorized_keys.yml | [new file with mode: 0644] | blob |
services/api/test/functional/authorized_keys_controller_test.rb | [new file with mode: 0644] | blob |
services/api/test/unit/authorized_key_test.rb | [new file with mode: 0644] | blob |
services/api/test/unit/helpers/authorized_keys_helper_test.rb | [new file with mode: 0644] | blob |