Skip to content

Port GetTagMessages from Gitaly-Ruby to Gitaly

Pavlo Strokov requested to merge get-tag-messages-go into master

What does this MR do?

This MR provide new feature flag for Gitaly to switch between old implementation of gRPC call GetTagMessages based on Ruby to own Gitaly implementation.
The amount of calls for old and new implementations could be found as Prometheus metric gitaly_get_tag_messages_total with labels ruby and go correspondingly.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports