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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-04-06 00:33:35 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-04-06 00:33:35 +0300
commit78a844217e16599c23e32ee446eb5b8f72d4340d (patch)
tree7bfea0708e2fd9b99d6a64505f8de9da4f812afe /lib
parent5c687e233bb9e28424f2723980bdf1ef2a475b6e (diff)
parent5077079faab61a29bfb7a45e79b414ce82c16edd (diff)
Merge branch 'workhorse-1.4.3' into 'master'
Workhorse 1.4.3 Closes gitaly#167 and gitaly#177 See merge request !10479
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/workhorse.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/gitlab/workhorse.rb b/lib/gitlab/workhorse.rb
index 08011301d3c..a8a7bf9bc12 100644
--- a/lib/gitlab/workhorse.rb
+++ b/lib/gitlab/workhorse.rb
@@ -45,12 +45,7 @@ module Gitlab
raise "Unsupported action: #{action}"
end
- if feature_enabled
- params[:GitalyAddress] = address
- # TODO deprecate GitalySocketPath once GITLAB_WORKHORSE_VERSION points
- # to a version that supports GitalyAddress.
- params[:GitalySocketPath] = URI(address).path
- end
+ params[:GitalyAddress] = address if feature_enabled
end
params