-
- Downloads
There was an error fetching the commit references. Please try again later.
Implement ability to update deploy keys
Showing
- app/assets/javascripts/deploy_keys/components/app.vue 10 additions, 4 deletionsapp/assets/javascripts/deploy_keys/components/app.vue
- app/assets/javascripts/deploy_keys/components/key.vue 26 additions, 6 deletionsapp/assets/javascripts/deploy_keys/components/key.vue
- app/assets/javascripts/deploy_keys/components/keys_panel.vue 11 additions, 3 deletionsapp/assets/javascripts/deploy_keys/components/keys_panel.vue
- app/controllers/admin/deploy_keys_controller.rb 20 additions, 4 deletionsapp/controllers/admin/deploy_keys_controller.rb
- app/controllers/projects/deploy_keys_controller.rb 27 additions, 2 deletionsapp/controllers/projects/deploy_keys_controller.rb
- app/policies/deploy_key_policy.rb 11 additions, 0 deletionsapp/policies/deploy_key_policy.rb
- app/presenters/projects/settings/deploy_keys_presenter.rb 3 additions, 11 deletionsapp/presenters/projects/settings/deploy_keys_presenter.rb
- app/serializers/deploy_key_entity.rb 7 additions, 0 deletionsapp/serializers/deploy_key_entity.rb
- app/views/admin/deploy_keys/edit.html.haml 10 additions, 0 deletionsapp/views/admin/deploy_keys/edit.html.haml
- app/views/admin/deploy_keys/index.html.haml 3 additions, 1 deletionapp/views/admin/deploy_keys/index.html.haml
- app/views/admin/deploy_keys/new.html.haml 4 additions, 25 deletionsapp/views/admin/deploy_keys/new.html.haml
- app/views/projects/deploy_keys/_deploy_key.html.haml 0 additions, 30 deletionsapp/views/projects/deploy_keys/_deploy_key.html.haml
- app/views/projects/deploy_keys/edit.html.haml 10 additions, 0 deletionsapp/views/projects/deploy_keys/edit.html.haml
- app/views/projects/deploy_keys/new.html.haml 0 additions, 5 deletionsapp/views/projects/deploy_keys/new.html.haml
- app/views/shared/deploy_keys/_form.html.haml 30 additions, 0 deletionsapp/views/shared/deploy_keys/_form.html.haml
- changelogs/unreleased/3191-deploy-keys-update.yml 4 additions, 0 deletionschangelogs/unreleased/3191-deploy-keys-update.yml
- config/routes/admin.rb 1 addition, 1 deletionconfig/routes/admin.rb
- config/routes/project.rb 1 addition, 1 deletionconfig/routes/project.rb
- lib/api/deploy_keys.rb 21 additions, 0 deletionslib/api/deploy_keys.rb
- spec/features/admin/admin_deploy_keys_spec.rb 45 additions, 18 deletionsspec/features/admin/admin_deploy_keys_spec.rb
app/policies/deploy_key_policy.rb
0 → 100644
app/views/admin/deploy_keys/edit.html.haml
0 → 100644
app/views/shared/deploy_keys/_form.html.haml
0 → 100644
Please register or sign in to comment