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
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
2017-08-23Decouple GitOperationService from UserJacob Vosmaer
2017-06-29Set the GL_REPOSITORY env variable on Gitlab::Git::HookAlejandro Rodríguez
2017-01-26Make GitHooksService#execute return block valueLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7237#note_21627207
2016-11-28Pass tag SHA to post-receive hook when tag is created via UIAdam Niedzielski
We only know the tag SHA after we create the tag. This means that we pass a different value to the hooks that happen before creating the tag, and a different value to the hooks that happen after creating the tag. This is not an ideal situation, but it is a trade-off we decided to make. For discussion of the alternatives please refer to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7700#note_18982873 "pre-receive" and "update" hooks always get the SHA of the commit that the tag points to. "post-receive" gets the tag SHA if it is an annotated tag or the commit SHA if it is an lightweight tag. Currently we always create annotated tags if UI is used.
2016-07-04Better message for git hooks and file locksValery Sizov
2016-06-15Get rid of Gitlab::ShellEnvJacob Vosmaer
2015-12-03Raise the exception from #execute instead of #run_hook. #1156 #3069Rubén Dávila
2015-12-03Call update hook from new GitHooksService class. #3069Rubén Dávila
2015-12-03Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila