gitlab-org--gitlab-foss/app/controllers/dashboard
Adam Niedzielski cf3be218e1 Speed up dashboard milestone index by scoping IssuesFinder to user authorized projects
It improves performance in dashboard milestone index page by passing a
hint to "IssuesFinder". "IssuesFinder" generates a more performant query
when it is limited to authorized projects for user.
In the dashboard we already limit the projects to these authorized for
user (see "Dashboard::ApplicationController#projects"), so we can safely
pass this option to "IssuesFinder".
2017-01-16 11:58:16 -05: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 Fix an information disclosure when requesting access to a group containing private projects 2016-06-24 12:01:48 +02:00
labels_controller.rb Limit what label fields we expose on Dashboard::LabelsController#index 2016-10-19 14:58:26 -02:00
milestones_controller.rb Speed up dashboard milestone index by scoping IssuesFinder to user authorized projects 2017-01-16 11:58:16 -05:00
projects_controller.rb Restrict starred projects to viewable ones 2016-05-10 18:13:52 +01:00
snippets_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
todos_controller.rb applies url_for so that we dont lose filters when redirecting 2016-12-23 15:09:34 +00:00