-
- Downloads
Handle and report SSL errors in Web hook test. Check for status 200 for success.
If a Web hook test fails due to an SSL error or some other error, report the result back to the user instead of an Error 500. Closes #3656 Handle response
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/projects/hooks_controller.rb 2 additions, 3 deletionsapp/controllers/projects/hooks_controller.rb
- app/models/hooks/web_hook.rb 19 additions, 17 deletionsapp/models/hooks/web_hook.rb
- spec/models/hooks/web_hook_spec.rb 6 additions, 0 deletionsspec/models/hooks/web_hook_spec.rb
Please register or sign in to comment