Skip to content

Pass Gitaly 'Repository' messages to workhorse for Git HTTP

What does this MR do?

Pass additional metadata to gitlab-workhorse in Git HTTP pre-authentication responses.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

We are changing the Gitaly 'Repository' messages to include new fields. Only Git HTTP in workhorse uses Gitaly at the moment, that is why we restrict the change to that response.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitaly/issues/148

Merge request reports