summaryrefslogtreecommitdiff
path: root/app/services/git_hooks_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-3/+3
* Make GitHooksService#execute return block valueLin Jen-Shin2017-01-261-3/+3
* Pass tag SHA to post-receive hook when tag is created via UI24813-project-members-with-developer-access-can-no-longer-create-tagsAdam Niedzielski2016-11-281-2/+4
* Better message for git hooks and file locksValery Sizov2016-07-041-2/+4
* Get rid of Gitlab::ShellEnvJacob Vosmaer2016-06-151-1/+1
* Raise the exception from #execute instead of #run_hook. #1156 #3069issue_1156Rubén Dávila2015-12-031-11/+9
* Call update hook from new GitHooksService class. #3069Rubén Dávila2015-12-031-3/+1
* Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-0/+32