Skip to content

Pass full Gitaly 'Repository' message on from Rails

Jacob Vosmaer (GitLab) requested to merge new-gitaly-repo-fields into master

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

Currently workhorse 'knows' how to build a Gitaly 'Repository' message. Because the format of this message is changing, this duplication is a problem. This MR changes workhorse to propagate whatever 'Repository' Gitaly message it gets handed down from GitLab-Rails.

Merge request reports