Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2018-06-03Backport changes in app/services/test_hooks/project_service.rbMario de la Ossa
2018-05-07Bump Gitaly to 0.98.0Zeger-Jan van de Weg
Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
2018-01-04test hook for system merge request hookAlexis Reigel
2017-09-07Fix a wrong `X-Gitlab-Event` header when testing webhooksRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-28Simplify system hook testing and guarantee test will fireStan Hu
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
2017-07-20Wrong data type when testing webhooksAlexander Randa