Skip to content

Port GetTagMessages from Gitaly-Ruby to Gitaly

Pavlo Strokov requested to merge patch-38 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.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Zeger-Jan van de Weg

Merge request reports