-
- Downloads
Feature: Deploy keys between projects
Showing
- app/controllers/deploy_keys_controller.rb 23 additions, 3 deletionsapp/controllers/deploy_keys_controller.rb
- app/models/deploy_key.rb 2 additions, 0 deletionsapp/models/deploy_key.rb
- app/models/key.rb 0 additions, 4 deletionsapp/models/key.rb
- app/models/project.rb 3 additions, 1 deletionapp/models/project.rb
- app/models/user.rb 1 addition, 1 deletionapp/models/user.rb
- app/views/deploy_keys/_deploy_key.html.haml 25 additions, 0 deletionsapp/views/deploy_keys/_deploy_key.html.haml
- app/views/deploy_keys/_form.html.haml 1 addition, 1 deletionapp/views/deploy_keys/_form.html.haml
- app/views/deploy_keys/_show.html.haml 0 additions, 12 deletionsapp/views/deploy_keys/_show.html.haml
- app/views/deploy_keys/index.html.haml 22 additions, 13 deletionsapp/views/deploy_keys/index.html.haml
- app/views/deploy_keys/show.html.haml 1 addition, 1 deletionapp/views/deploy_keys/show.html.haml
- app/views/refs/logs_tree.js.haml 1 addition, 1 deletionapp/views/refs/logs_tree.js.haml
- config/routes.rb 7 additions, 1 deletionconfig/routes.rb
- spec/features/projects_deploy_keys_spec.rb 0 additions, 67 deletionsspec/features/projects_deploy_keys_spec.rb
app/views/deploy_keys/_deploy_key.html.haml
0 → 100644
Please register or sign in to comment