Skip to content

Replace find_all_branch_names and find_all_tag_names with list_refs

James Fargher requested to merge use_list_refs into master

What does this MR do and why?

gitaly#3966

  • Introduces a new feature flag called list_refs_for_find_all_tags_branches #383617 (closed)
  • The goal is to reduce the RPC surface area of gitaly by replacing specialised RPCs with general RPCs.
  • This feature replaces both find_all_branch_names and find_all_tag_names with list_refs.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by James Fargher

Merge request reports