-
- Downloads
Allow admin to create public deploy keys that are accessible to any project.
parent
9157985c
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/deploy_keys_controller.rb 45 additions, 0 deletionsapp/controllers/admin/deploy_keys_controller.rb
- app/controllers/projects/deploy_keys_controller.rb 5 additions, 13 deletionsapp/controllers/projects/deploy_keys_controller.rb
- app/models/deploy_key.rb 7 additions, 0 deletionsapp/models/deploy_key.rb
- app/models/deploy_keys_project.rb 5 additions, 1 deletionapp/models/deploy_keys_project.rb
- app/models/user.rb 9 additions, 1 deletionapp/models/user.rb
- app/views/admin/deploy_keys/index.html.haml 27 additions, 0 deletionsapp/views/admin/deploy_keys/index.html.haml
- app/views/admin/deploy_keys/new.html.haml 26 additions, 0 deletionsapp/views/admin/deploy_keys/new.html.haml
- app/views/admin/deploy_keys/show.html.haml 34 additions, 0 deletionsapp/views/admin/deploy_keys/show.html.haml
- app/views/layouts/nav/_admin.html.haml 5 additions, 0 deletionsapp/views/layouts/nav/_admin.html.haml
- app/views/projects/deploy_keys/_deploy_key.html.haml 23 additions, 6 deletionsapp/views/projects/deploy_keys/_deploy_key.html.haml
- app/views/projects/deploy_keys/index.html.haml 16 additions, 8 deletionsapp/views/projects/deploy_keys/index.html.haml
- config/routes.rb 3 additions, 1 deletionconfig/routes.rb
- db/migrate/20150327122227_add_public_to_key.rb 5 additions, 0 deletionsdb/migrate/20150327122227_add_public_to_key.rb
- db/schema.rb 1 addition, 0 deletionsdb/schema.rb
- spec/models/deploy_keys_project_spec.rb 21 additions, 6 deletionsspec/models/deploy_keys_project_spec.rb
app/views/admin/deploy_keys/index.html.haml
0 → 100644
app/views/admin/deploy_keys/new.html.haml
0 → 100644
app/views/admin/deploy_keys/show.html.haml
0 → 100644