-
- Downloads
There was an error fetching the commit references. Please try again later.
Wrong data type when testing webhooks
Showing
- app/controllers/admin/hook_logs_controller.rb 2 additions, 2 deletionsapp/controllers/admin/hook_logs_controller.rb
- app/controllers/admin/hooks_controller.rb 2 additions, 13 deletionsapp/controllers/admin/hooks_controller.rb
- app/controllers/concerns/hooks_execution.rb 8 additions, 5 deletionsapp/controllers/concerns/hooks_execution.rb
- app/controllers/projects/hook_logs_controller.rb 2 additions, 2 deletionsapp/controllers/projects/hook_logs_controller.rb
- app/controllers/projects/hooks_controller.rb 6 additions, 6 deletionsapp/controllers/projects/hooks_controller.rb
- app/helpers/hooks_helper.rb 17 additions, 0 deletionsapp/helpers/hooks_helper.rb
- app/models/hooks/project_hook.rb 17 additions, 8 deletionsapp/models/hooks/project_hook.rb
- app/models/hooks/service_hook.rb 1 addition, 0 deletionsapp/models/hooks/service_hook.rb
- app/models/hooks/system_hook.rb 9 additions, 1 deletionapp/models/hooks/system_hook.rb
- app/models/hooks/web_hook.rb 0 additions, 14 deletionsapp/models/hooks/web_hook.rb
- app/services/system_hooks_service.rb 1 addition, 1 deletionapp/services/system_hooks_service.rb
- app/services/test_hook_service.rb 0 additions, 6 deletionsapp/services/test_hook_service.rb
- app/services/test_hooks/base_service.rb 41 additions, 0 deletionsapp/services/test_hooks/base_service.rb
- app/services/test_hooks/project_service.rb 63 additions, 0 deletionsapp/services/test_hooks/project_service.rb
- app/services/test_hooks/system_service.rb 48 additions, 0 deletionsapp/services/test_hooks/system_service.rb
- app/services/web_hook_service.rb 9 additions, 2 deletionsapp/services/web_hook_service.rb
- app/services/wiki_pages/base_service.rb 1 addition, 15 deletionsapp/services/wiki_pages/base_service.rb
- app/views/admin/hooks/edit.html.haml 1 addition, 1 deletionapp/views/admin/hooks/edit.html.haml
- app/views/admin/hooks/index.html.haml 4 additions, 4 deletionsapp/views/admin/hooks/index.html.haml
- app/views/projects/hooks/edit.html.haml 2 additions, 1 deletionapp/views/projects/hooks/edit.html.haml
app/helpers/hooks_helper.rb
0 → 100644
app/services/test_hook_service.rb
deleted
100644 → 0
app/services/test_hooks/base_service.rb
0 → 100644
app/services/test_hooks/project_service.rb
0 → 100644
app/services/test_hooks/system_service.rb
0 → 100644
Please register or sign in to comment