summaryrefslogtreecommitdiff
path: root/app/services/web_hook_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-0/+1
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-11/+4
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+2
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-6/+11
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-31/+54
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-11/+5
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-13/+26
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-9/+32
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+0
* Add latest changes from gitlab-org/security/gitlab@14-0-stable-eeGitLab Bot2021-06-301-1/+2
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-28/+23
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+63
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+3
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+6
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-1/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-3/+0
* Add outbound requests setting for system hooksGeorge Koltsov2019-08-021-2/+4
* Add a 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