summaryrefslogtreecommitdiff
path: root/spec/services/web_hook_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@15-9-stable-eeGitLab Bot2023-03-291-2/+2
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-1/+2
* Add latest changes from gitlab-org/security/gitlab@15-7-stable-eeGitLab Bot2023-01-091-1/+4
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-22/+21
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-2/+19
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+2
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-1/+67
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-48/+153
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+15
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-128/+82
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-18/+47
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-9/+130
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-13/+0
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-40/+56
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-19/+225
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+9
* 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-0/+10
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-061-10/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-11/+0
* Use `stub_full_request` to fix spec failure66641-broken-master-real-http-connections-are-disabled-unregistered-requestHeinrich Lee Yu2019-08-271-13/+20
* Refactor SystemHookUrlValidator and specsGeorge Koltsov2019-08-021-5/+5
* Update security/webhooks.md doc page & specsGeorge Koltsov2019-08-021-29/+21
* Add outbound requests setting for system hooksGeorge Koltsov2019-08-021-8/+36
* Protect Gitlab::HTTP against DNS rebinding attackDouwe Maan2019-05-301-4/+6
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Fix WebHookService spec failing in Ruby 2.6Stan Hu2019-02-161-1/+1
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
* Catch `RedirectionTooDeep` Exception in webhooksHeinrich Lee Yu2018-10-191-1/+1
* Resolve "WebHookService doesn't handle user info with nil passwords"Jan Beckmann2018-06-251-0/+30
* 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-0/+14
* 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
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Fix encoding error for WebHook loggingAlexander Randa2017-08-011-0/+17
* Merge branch 'log_webhook_timeout' into 'master'Rémy Coutable2017-07-281-1/+1
|\
| * Log web hook execution timeout eventsAlex Lossent2017-07-271-1/+1
* | Use described_class when possibleRémy Coutable2017-07-271-3/+3
* | Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
|/
* Wrong data type when testing webhooksAlexander Randa2017-07-201-3/+3
* Implement web hooks loggingAlexander Randa2017-05-251-0/+137