Skip to content

Introduce batch loading of commits for diffs

What does this MR do?

Add and uses the ListCommitsByOid endpoint.

Why was this MR needed?

find_commit is being used in lots of N + 1 queries, but we didn't have a batch endpoint yet.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

gitaly#670 (closed)

Merge request reports