Merge branch '17848-web-hook-logging' into 'master'
Implement Web Hooks calls logging
Closes #17848
See merge request !11027
Showing
app/controllers/concerns/hooks_execution.rb
0 → 100644
app/models/hooks/web_hook_log.rb
0 → 100644
app/services/web_hook_service.rb
0 → 100644
app/views/admin/hook_logs/_index.html.haml
0 → 100644
app/views/admin/hook_logs/show.html.haml
0 → 100644
app/views/projects/hook_logs/show.html.haml
0 → 100644
app/workers/system_hook_worker.rb
deleted
100644 → 0
23.5 KB
features/project/hooks.feature
deleted
100644 → 0
features/steps/project/hooks.rb
deleted
100644 → 0
spec/factories/web_hook_log.rb
0 → 100644
spec/features/admin/admin_hook_logs_spec.rb
0 → 100644
spec/models/hooks/web_hook_log_spec.rb
0 → 100644
spec/services/web_hook_service_spec.rb
0 → 100644