Skip to content

Cache project HEAD to prevent unnecessary Gitaly calls

What does this MR do?

Reduce Gitaly calls when listing project pipeline status.

From my estimates, if you have a full page of projects with CI pipelines in the dashboard, this still reaches the maximum call limit.

Though for the development seed data, it does enough to prevent the error on the first request from starting up GDK.

What are the relevant issue numbers?

#40260 (moved)

Does this MR meet the acceptance criteria?

Edited by Grzegorz Bizon

Merge request reports