gitlab-org--gitlab-foss/app/views/shared/milestones
Adam Niedzielski b11492c2e3 Use cached values to compute total issues count in milestone index pages
Milestoneish#issues_visible_to_user caches only the ActiveRecord relation,
not the actual result.
Introduce Milestoneish#total_issues_count that relies on the cached method
Milestoneish#count_issues_by_state to reduce the number of queries.
2017-01-10 13:30:28 -05:00
..
_form_dates.html.haml Add a starting date to milestones 2016-11-23 13:41:04 +02:00
_issuable.html.haml HAMLLint: Fix ImplicitDiv offences 2016-12-31 11:43:08 +05:30
_issuables.html.haml Resolved merge conflict in app/views/shared/milestones/_issuables.html.haml 2017-01-07 10:54:05 +00:00
_issues_tab.html.haml Updates from last code review. 2016-03-06 23:07:19 -05:00
_labels_tab.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
_merge_requests_tab.haml show number of processed mrs in milestone page 2016-06-13 16:52:11 -06:00
_milestone.html.haml Use cached values to compute total issues count in milestone index pages 2017-01-10 13:30:28 -05:00
_participants_tab.html.haml fix user.name length in milestones participants tab 2016-05-21 13:52:38 +08:00
_summary.html.haml Displays milestone remaining days only when it's present 2016-12-08 17:09:06 -02:00
_tabs.html.haml Fix N+1 queries on milestone show pages 2016-12-20 12:56:48 +00:00
_top.html.haml Add a starting date to milestones 2016-11-23 13:41:04 +02:00