Skip to content

Update gitaly-proto to v1.3.0

Nick Thomas requested to merge (removed):update-gitaly-proto-1-3-0 into master

This is prep work for !990 (merged)

It makes sense to get the update and stubs in immediately, rather than waiting for the RPC implementation to be finalized, so we don't end up with multiple people implementing the stubs in parallel.

I don't envision using rubyserver for my new RPC. I think it can be easily added in a future MR if we discover it is needed (perhaps when migrating existing RPCs to the CleanupService?)

Merge request reports