Add submodule update API endpoint
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
Showing
... | ... | @@ -416,7 +416,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.123.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.15.0' | ||
gem 'google-protobuf', '~> 3.6' | ||
... | ... |
lib/api/submodules.rb
0 → 100644
Please register or sign in to comment