summaryrefslogtreecommitdiff
path: root/spec/models/hooks
Commit message (Expand)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-016-0/+12
* Migrate sensitive web hook data in the backgroundNick Thomas2018-10-011-0/+6
* Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets2018-09-052-0/+88
|\
| * Refactor: move active hook filter to TriggerableHooksDuana Saskia2018-09-051-9/+10
| * Filter project hooks by branchDuana Saskia2018-08-132-0/+87
* | Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-2/+2
|/
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-4/+4
* Fixed pagination of web hook logsYorick Peterse2018-07-031-0/+18
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-1/+2
|\
| * execute system hooks from projectAlexis Reigel2018-01-041-1/+2
* | Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-q...Robert Speicher2018-01-161-0/+6
|/
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use described_class when possibleRémy Coutable2017-07-272-3/+3
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-275-5/+5
* Wrong data type when testing webhooksAlexander Randa2017-07-203-3/+10
* Implement web hooks loggingAlexander Randa2017-05-254-90/+90
* Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-121-0/+13
* Added repository_update hookGabriel Mazetto2017-05-121-0/+8
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-1/+4
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-262-2/+2
* Remove schema annotations completelyValery Sizov2016-09-164-73/+1
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-2/+2
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-132-12/+12
* Fix test failuresJacob Vosmaer2016-05-091-2/+2
* Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-301-16/+30
* minor cleanup in system_hook_specZeger-Jan van de Weg2016-03-301-27/+27
* web hooks to webhooksashleys2016-03-102-2/+2
* Allow webhooks URL to have leading and trailing spacesevuez/gitlab-ce-webhook-url-spacesevuez2016-02-262-10/+14
* First pass at deleting projects in the background.Josh Frye2016-01-291-3/+3
* Accept 2xx status codes for successful Web hook triggersStan Hu2016-01-071-0/+12
* Tag model specsDouwe Maan2015-12-094-4/+4
* 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-033-6/+2
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-2/+2
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-232-2/+2
|\
| * Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-222-2/+2
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-222-6/+2
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-223-16/+16
|/
* Add support for Webhook note eventsStan Hu2015-05-214-0/+4
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-083-15/+74
* 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-123-26/+26
* Make the structure of spec/models match app/modelsRobert Speicher2015-01-304-0/+234