Convert setting the full path via SetFullPath RPC
When writing a repo's path (e.g. "gitlab-org/gitlab") into the gitconfig, we currently use the `SetConfig()` RPC. This RPC has been deprecated by Gitaly in favor of a new `SetFullPath()`, which can only be used to explicitly write the repo's path into the gitconfig. Convert the code to use the new RPC.
Showing
... | @@ -472,7 +472,7 @@ end | ... | @@ -472,7 +472,7 @@ end |
gem 'spamcheck', '~> 0.1.0' | gem 'spamcheck', '~> 0.1.0' | ||
# Gitaly GRPC protocol definitions | # Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 14.1.0.pre.rc4' | gem 'gitaly', '~> 14.2.0.pre.rc2' | ||
# KAS GRPC protocol definitions | # KAS GRPC protocol definitions | ||
gem 'kas-grpc', '~> 0.0.2' | gem 'kas-grpc', '~> 0.0.2' | ||
... | ... |
Please register or sign in to comment