-
- Downloads
Implement ability to update hooks
Showing
- app/controllers/admin/hooks_controller.rb 22 additions, 4 deletionsapp/controllers/admin/hooks_controller.rb
- app/controllers/projects/hooks_controller.rb 13 additions, 0 deletionsapp/controllers/projects/hooks_controller.rb
- app/views/admin/hooks/_form.html.haml 40 additions, 0 deletionsapp/views/admin/hooks/_form.html.haml
- app/views/admin/hooks/edit.html.haml 14 additions, 0 deletionsapp/views/admin/hooks/edit.html.haml
- app/views/admin/hooks/index.html.haml 8 additions, 47 deletionsapp/views/admin/hooks/index.html.haml
- app/views/projects/hooks/_index.html.haml 23 additions, 1 deletionapp/views/projects/hooks/_index.html.haml
- app/views/projects/hooks/edit.html.haml 14 additions, 0 deletionsapp/views/projects/hooks/edit.html.haml
- app/views/projects/settings/_head.html.haml 1 addition, 1 deletionapp/views/projects/settings/_head.html.haml
- app/views/projects/settings/integrations/_project_hook.html.haml 1 addition, 0 deletions...ws/projects/settings/integrations/_project_hook.html.haml
- app/views/shared/web_hooks/_form.html.haml 81 additions, 101 deletionsapp/views/shared/web_hooks/_form.html.haml
- changelogs/unreleased/19364-webhook-edit.yml 4 additions, 0 deletionschangelogs/unreleased/19364-webhook-edit.yml
- config/routes/admin.rb 4 additions, 2 deletionsconfig/routes/admin.rb
- config/routes/project.rb 1 addition, 1 deletionconfig/routes/project.rb
- spec/factories/project_hooks.rb 2 additions, 0 deletionsspec/factories/project_hooks.rb
- spec/features/admin/admin_hooks_spec.rb 34 additions, 9 deletionsspec/features/admin/admin_hooks_spec.rb
- spec/features/projects/settings/integration_settings_spec.rb 94 additions, 0 deletionsspec/features/projects/settings/integration_settings_spec.rb
- spec/routing/admin_routing_spec.rb 12 additions, 2 deletionsspec/routing/admin_routing_spec.rb
- spec/routing/project_routing_spec.rb 4 additions, 2 deletionsspec/routing/project_routing_spec.rb
app/views/admin/hooks/_form.html.haml
0 → 100644
app/views/admin/hooks/edit.html.haml
0 → 100644
app/views/projects/hooks/edit.html.haml
0 → 100644
changelogs/unreleased/19364-webhook-edit.yml
0 → 100644
Please register or sign in to comment