Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorMateusz Nowotyński <maxmati4@gmail.com>2019-01-23 00:43:07 +0300
committerMateusz "maxmati" Nowotyński <maxmati4@gmail.com>2019-03-05 21:15:05 +0300
commit7c8e949441e82d18f51990e24202a538e51b1081 (patch)
tree2c5ae666f95f906814f6967c38334db65c291776 /ruby
parent412148b34485702db63a4b365b3f896b421c5a90 (diff)
Rewrite remove remote in Go
Part of #1465 Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r--ruby/lib/gitaly_server/remote_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/lib/gitaly_server/remote_service.rb b/ruby/lib/gitaly_server/remote_service.rb
index 959fc3ab4..510cac93f 100644
--- a/ruby/lib/gitaly_server/remote_service.rb
+++ b/ruby/lib/gitaly_server/remote_service.rb
@@ -12,6 +12,7 @@ module GitalyServer
Gitaly::AddRemoteResponse.new
end
+ # TODO: remove in gitlab 11.9, this is implemented in Go now
def remove_remote(request, call)
repo = Gitlab::Git::Repository.from_gitaly(request.repository, call)