Merge branch 'gitaly-post-receive' into 'master'
Add internal endpoint to notify post-receive to Gitaly See merge request !8983
Showing
... | ... | @@ -350,3 +350,6 @@ gem 'health_check', '~> 2.2.0' |
# System information | ||
gem 'vmstat', '~> 2.3.0' | ||
gem 'sys-filesystem', '~> 1.1.6' | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.2.1' |
lib/gitlab/gitaly_client.rb
0 → 100644
Please register or sign in to comment