Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. Aug 29, 2017
  3. Jul 07, 2017
  4. Jun 16, 2017
  5. Jan 16, 2017
    • Adam Niedzielski's avatar
      Speed up dashboard milestone index by scoping IssuesFinder to user authorized projects · cf3be218
      Adam Niedzielski authored
      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".
      cf3be218
Loading