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-10-25Fix the incorrect value being used to set GL_USERNAME on hooksAlejandro Rodríguez
2017-09-30Add username as GL_USERNAME in hooks (http)David Turner
When calling pre-receive, post-receive, and update hooks, add the GitLab username as the GL_USERNAME environment variable. This patch only handles cases where pushes are over http, or via the web interface. Later, we will address the ssh case.
2017-08-23Rubocop whitespaceJacob Vosmaer
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer