100+ projects, home page don't display all projects [Little specific evolution]
Hello,
Due to the fact that GitLab API return 100 projects maximum / page (http://docs.gitlab.com/ce/api/ -> Pagination).
We have a huge use of submodules here, so we have 200+ projects.
Is-it possible to have a button on the home page for display only "Starred Projects". I already test with a :
modules/gitlab/project.go
u, err := addOptions(getUrl([]string{"projects"}), o)
To
u, err := addOptions(getUrl([]string{"projects/starred"}), o)
Seems it's ok. Very specific use i agree but it would be amazing if this button come a day in this useful application.
Sorry for my poor english
Merci beaucoup