Skip to content

Show tags on commits view

Jerry Seto requested to merge 18795-commits-view-with-tags into master

What does this MR do and why?

  • Update gitaly gem to make use of the new include_referenced_by option
  • Update FindCommit requests for the commits view to include tags

Contributes to: #18795 (closed)

Screenshots or screen recordings

Note on performance: !111493 (comment 1278631587)

Screenshot_2023-02-08_at_3.10.35_PM

How to set up and validate locally

  1. Add create some commits
  2. Add tag a commit
  3. Add multiple tags to a different commit
  4. Check the commits view (e.g http://127.0.0.1:3000/root/project/-/commits/main) and see that the tag badges appear next to the correct commits

MR acceptance checklist

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

Related to #18795 (closed)

Edited by Vasilii Iakliushin

Merge request reports