Skip to content

Fix Branch API pagination with search param [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Igor Drozdov requested to merge id-fix-branch-api-performance into master

What does this MR do?

When search or names params were passed, we didn't apply Gitaly pagination. But we didn't apply Kaminari pagination in this case as well.

Let's fix it by skipping Gitaly pagination when search or names params are passed.

A different feature flag is introduced: branch_api_first_page_performance

Edited by 🤖 GitLab Bot 🤖

Merge request reports