gitlab-ce/lib/gitlab/git
David Turner dbcf48af8b Add username as GL_USERNAME in hooks (http)
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-09-29 18:12:03 -04:00
..
storage Allow the git circuit breaker to correctly handle missing repository storages 2017-09-22 10:05:28 +01:00
attributes.rb
blame.rb
blob.rb Ensure that Blob.raw returns always returns a valid blob object 2017-09-21 14:49:51 -04:00
blob_snippet.rb
branch.rb
commit.rb Prepare cherry-pick and revert for migration to Gitaly 2017-09-19 17:09:10 +00:00
commit_stats.rb Migrate Git::CommitStats to Gitaly 2017-09-11 21:00:58 +02:00
compare.rb
diff.rb Migrate Gitlab::Git::Repository#diff to Gitaly 2017-09-21 11:05:06 +02:00
diff_collection.rb
env.rb
gitmodules_parser.rb
hook.rb Add username as GL_USERNAME in hooks (http) 2017-09-29 18:12:03 -04:00
hooks_service.rb Add username as GL_USERNAME in hooks (http) 2017-09-29 18:12:03 -04:00
index.rb
operation_service.rb Use Gitlab::Git's Popen on that module's code 2017-09-20 13:21:54 +02:00
path_helper.rb
popen.rb Use Gitlab::Git's Popen on that module's code 2017-09-20 13:21:54 +02:00
ref.rb
repository.rb Create repositories via Gitaly 2017-09-29 18:27:06 +02:00
rev_list.rb Use Gitlab::Git's Popen on that module's code 2017-09-20 13:21:54 +02:00
storage.rb Allow the git circuit breaker to correctly handle missing repository storages 2017-09-22 10:05:28 +01:00
tag.rb
tree.rb Implement fix for n+1 issue on `flatten_tree` helper 2017-09-06 17:47:25 -03:00
user.rb Add username as GL_USERNAME in hooks (http) 2017-09-29 18:12:03 -04:00
util.rb