• Igor Drozdov's avatar
    Paginate first page of branches using Gitaly · 18cd8106
    Igor Drozdov authored
    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 first page is requested.
    
    Headers are added to imitate offset pagination.
    18cd8106
offset_header_builder.rb 2.04 KB