Commit Graph

5 Commits

Author SHA1 Message Date
Fatih Acet e9ef02096b
Add project milestone link to dashboard milestones
One of the steps to deprecate dashboard milestones.
Links do dashboard milestone are replaced with links for each
project milestone
2018-12-20 13:33:09 +01:00
gfyoung 50abbd3e53 Enable frozen string in app/models/*.rb
Partially addresses #47424.
2018-07-26 16:55:41 -07:00
Maxim Rydkin 48389b4e5e replace `is_dashboard_milestone?` with `dashboard_milestone?` 2017-08-29 11:14:41 +03:00
Felipe Artur b5f596c3ff Native group milestones 2017-07-07 15:08:49 +00:00
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