Skip to content

Stop using deprecated `path` field on Gitaly messages

Alejandro Rodríguez requested to merge deprecate-gitaly-path into master

What does this MR do?

Remove uses of deprecated path field on Gitaly messages. This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included.

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

No

Why was this MR needed?

We are changing to use storage names and relative paths to allow networked gitaly installations

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

gitaly#151 (closed)

Edited by Alejandro Rodríguez

Merge request reports