Commit graph

8 commits

Author SHA1 Message Date
Yorick Peterse
7a233b37cd
Remove code for dynamically generating routes
This adds a database migration that creates routes for any projects and
namespaces that don't already have one. We also remove the runtime code
for dynamically creating routes, as this is no longer necessary.
2018-07-25 16:41:29 +02:00
blackst0ne
3d3b46f344 [Rails5] Rename sort methods to sort_by_attribute 2018-04-04 09:19:47 +00:00
Stan Hu
48f0eff37a Remove N+1 queries in /admin/projects page 2018-03-19 08:32:57 -07:00
Stan Hu
351d0c28dc Fix timeouts loading /admin/projects page
These extra sort keys caused sequential scans on the namespaces and projects
page. Removing them makes the page load on GitLab.com.

Closes #44338
2018-03-15 20:48:04 -07:00
Mehdi Lahmam
55f4ddad2b Add an option to list only archived projects
Closes #35994
2017-08-24 10:11:07 +02:00
Mehdi Lahmam
d184f27ed3 Refactor Admin::ProjectsFinder by extracting finders as private methods 2017-08-24 10:11:00 +02:00
Tiago Botelho
21066e827a Pending delete projects no longer return 500 error in Admins projects view 2017-08-11 11:45:09 +01:00
Maxim Rydkin
fab1b0f1d1 Decrease ABC threshold to 56.96 2017-07-24 10:54:16 +00:00