summaryrefslogtreecommitdiff
path: root/spec/models/hooks/web_hook_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-62/+2
* Add latest changes from gitlab-org/security/gitlab@15-6-stable-eeGitLab Bot2022-11-301-0/+30
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-17/+125
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-40/+80
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-12/+0
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-4/+87
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-17/+79
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+12
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-4/+10
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+87
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-4/+26
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-8/+51
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+48
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-6/+192
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+4
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-1/+10
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Migrate sensitive web hook data in the backgroundNick Thomas2018-10-011-0/+6
* Filter project hooks by branchDuana Saskia2018-08-131-0/+20
* Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-q...Robert Speicher2018-01-161-0/+6
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Implement web hooks loggingAlexander Randa2017-05-251-64/+29
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-1/+1
* Remove schema annotations completelyValery Sizov2016-09-161-18/+0
* Fix test failuresJacob Vosmaer2016-05-091-2/+2
* Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-301-16/+30
* web hooks to webhooksashleys2016-03-101-1/+1
* Allow webhooks URL to have leading and trailing spacesevuez/gitlab-ce-webhook-url-spacesevuez2016-02-261-10/+10
* Accept 2xx status codes for successful Web hook triggersStan Hu2016-01-071-0/+12
* Tag model specsDouwe Maan2015-12-091-1/+1
* Handle and report SSL errors in Web hook test. Check for status 200 for success.Stan Hu2015-12-041-0/+6
* Fix rubocop warnings in spec/modelsGuilherme Garnier2015-10-031-2/+0
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-1/+1
|\
| * Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-221-1/+1
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-221-3/+1
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-3/+3
|/
* Add support for Webhook note eventsStan Hu2015-05-211-0/+1
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-5/+9
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-9/+5
* Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-5/+9
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-15/+15
* Make the structure of spec/models match app/modelsRobert Speicher2015-01-301-0/+74