Skip to content

Update Gitaly gem to 16.8

Eric Ju requested to merge ej/5671/update-gitaly-gem into master

What does this MR do and why?

Update Gitaly gem to 16.8. The new gem includes a new structured error proto definition for gRPC FindCommits.

In order to fix gitaly#5671 (closed) , gRPC FindCommits need to throw more specific structured error. The new structured proto definition is added in this MR gitaly!6589 (merged)

This MR is a follow-up MR to add the Gem with new proto definition in Gitlab Rails.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports