summaryrefslogtreecommitdiff
path: root/spec/models/hooks/system_hook_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove schema annotations completelyValery Sizov2016-09-161-19/+1
|
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-1/+1
| | | | | | Instead of redirecting from the project service to the service and back to the model, put all destruction code in the service. Also removes a possible source of failure where run_after_commit may not destroy the project.
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-10/+10
|
* minor cleanup in system_hook_specZeger-Jan van de Weg2016-03-301-27/+27
|
* First pass at deleting projects in the background.Josh Frye2016-01-291-3/+3
|
* Tag model specsDouwe Maan2015-12-091-1/+1
|
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-2/+2
| | | | Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
* Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-10/+10
| | | | These fixes were performed automatically by Rubocop's `-a` flag.
* Add support for Webhook note eventsStan Hu2015-05-211-0/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-10/+32
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-10/+10
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Make the structure of spec/models match app/modelsRobert Speicher2015-01-301-0/+100