gitlab-org--gitlab-foss/app/controllers/dashboard
Yorick Peterse bd08fff6c5
Eager load project creators for project dashboards
This solves an N+1 query problem where for every project we'd query the
creator separately just to figure out what avatar to display.
2017-08-07 12:38:33 +02:00
..
application_controller.rb Fix an issue causing the Dashboard/Milestones page to be blank 2016-03-23 12:02:15 +01:00
groups_controller.rb Use group and project finders instead of direct ActiveRecord relations 2017-06-07 20:22:34 -05:00
labels_controller.rb Fix dashboard labels dropdown 2017-07-07 14:35:16 +01:00
milestones_controller.rb Fixed dashboard milestone tabs not loading 2017-06-09 09:57:42 +01:00
projects_controller.rb Eager load project creators for project dashboards 2017-08-07 12:38:33 +02:00
snippets_controller.rb Merge branch 'snippets-finder-visibility' into 'security' 2017-05-10 16:48:18 +02:00
todos_controller.rb Avoid plucking Todo ids and use sub-queries instead 2017-08-03 16:31:05 +02:00