gitlab-org--gitlab-foss/app/controllers/dashboard
Stan Hu 211a00473b Eliminate N+1 queries in Dashboard::TodosController
This appears to bring down the number of SQL queries on GitLab.com for
my Todos page from 672 to 100.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43042
2019-06-24 09:57:38 -07:00
..
application_controller.rb Update last_activity_on for Users on some main GET endpoints 2019-02-05 09:55:31 -05:00
groups_controller.rb Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
labels_controller.rb Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
milestones_controller.rb Exclude public group milestones from counts 2019-02-14 14:49:18 +08:00
projects_controller.rb Add render_projects method to controller 2019-06-05 00:10:24 +00:00
snippets_controller.rb Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
todos_controller.rb Eliminate N+1 queries in Dashboard::TodosController 2019-06-24 09:57:38 -07:00