Skip to content

Disable page numbers for all project dashboards

What does this MR do?

This disables page numbers for Dashboard::ProjectsController#index and Dashboard::ProjectsController#starred. This ensures these pages use the same pagination system as Explore::ProjectsController and that these pages don't spend time running expensive COUNT queries.

Screenshots

Before:

before

After:

First page:

after1

Second page:

after2

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/27376

cc @sarrahvesselov

Edited by yorickpeterse-staging

Merge request reports