summaryrefslogtreecommitdiff
path: root/app/services/web_hook_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a rubocop for Rails.logger54102-add-rubocop-for-rails-loggerMayra Cabrera2019-07-101-1/+1
* Catch `RedirectionTooDeep` Exception in webhooksHeinrich Lee Yu2018-10-191-1/+1
* Use monotonic time in computing web hook execution timeHeinrich Lee Yu2018-10-181-3/+3
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Resolve "WebHookService doesn't handle user info with nil passwords"Jan Beckmann2018-06-251-1/+1
* Ensure web hook 'blocked URL' errors are stored in as web hook logs and prope...Douwe Maan2018-05-041-1/+1
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-9/+7
* Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-q...Robert Speicher2018-01-161-1/+1
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-1/+1
* Fix a wrong `X-Gitlab-Event` header when testing webhooks37288-fix-wrong-header-when-testing-webhookRémy Coutable2017-09-071-1/+1
* Fix encoding error for WebHook loggingAlexander Randa2017-08-011-1/+7
* Log web hook execution timeout eventsAlex Lossent2017-07-271-1/+1
* Wrong data type when testing webhooksAlexander Randa2017-07-201-2/+9
* Implement web hooks loggingAlexander Randa2017-05-251-0/+120