summaryrefslogtreecommitdiff
path: root/spec/services/git_hooks_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Move GitHooksService testsJacob Vosmaer2017-08-231-50/+0
* Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-3/+3
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-4/+3
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-2/+2
* We don't care about the return value nowLin Jen-Shin2017-01-261-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* Better message for git hooks and file locksValery Sizov2016-07-041-5/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
* Tag service specsDouwe Maan2015-12-091-1/+1
* Raise the exception from #execute instead of #run_hook. #1156 #3069issue_1156Rubén Dávila2015-12-031-2/+6
* Call update hook from new GitHooksService class. #3069Rubén Dávila2015-12-031-6/+17
* Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-0/+38