Skip to content

Support insecure TCP connections to Gitaly

Jacob Vosmaer (GitLab) requested to merge gitaly-tcp-insecure into master

Before this we assumed Gitaly was listening on a unix socket. Now we allow Rails to pass us either a unix:// URL or a tcp:// one.

Part of https://gitlab.com/gitlab-org/gitaly/issues/167

Rails side is in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10447

Merge request reports