Skip to content

Paginate first page of branches using Gitaly

Igor Drozdov requested to merge id-use-gitaly-for-first-page-of-branches into master

What does this MR do?

Gitaly keyset pagination returns the same results as for offset pagination. The first page is the most frequent request, so we can use Gitaly to return the results when the first page is requested.

Headers are added to imitate offset pagination.

Related issue: #208738 (closed)

Edited by Igor Drozdov

Merge request reports