summaryrefslogtreecommitdiff
path: root/spec/services/test_hooks/system_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-091-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-161-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-291-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-161-16/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-111-9/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-091-2/+0
|
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
| | | | Probably useful as we often move these files to "new" files.
* test hook for system merge request hookAlexis Reigel2018-01-041-0/+20
|
* Fix a wrong `X-Gitlab-Event` header when testing webhooks37288-fix-wrong-header-when-testing-webhookRémy Coutable2017-09-071-3/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Simplify system hook testing and guarantee test will firesh-simplify-system-hook-testingStan Hu2017-08-271-27/+6
| | | | | | | | | | | The change in !11728 would cause an arbitrary project to be chosen to test system hooks, and it's likely that the project would not have any commits or relevant commits to test the hook. This would prevent admins from verifying that the hook fired. Instead of trying to create a representative hook dynamically, just send static data to guarantee the hook will actually be tested. Closes #37067
* Wrong data type when testing webhooksAlexander Randa2017-07-201-0/+82