diff options
author | Paco Guzman <pacoguzmanp@gmail.com> | 2016-06-02 13:17:54 +0200 |
---|---|---|
committer | Paco Guzman <pacoguzmanp@gmail.com> | 2016-06-02 21:43:01 +0200 |
commit | 078ba8c090dd30cb4cad7ef6dc5380e2036e2e6a (patch) | |
tree | 41b146393a7f41ed0ce026a2a6a05550d58aaf63 /CHANGELOG | |
parent | 7deb21b6261c1e8f55617dd4f5ae75c10b0ab047 (diff) | |
download | gitlab-ce-078ba8c090dd30cb4cad7ef6dc5380e2036e2e6a.tar.gz |
issuable#labels_array explicitly load the labels
This will be useful when you want to ask for the
number of items and later iterate over them, without
needing to ask if the association is load or not.
So you avoid extra database queries
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6a87e091940..84e755e4ead 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,6 +30,7 @@ v 8.9.0 (unreleased) - Add Application Setting to configure Container Registry token expire delay (default 5min) - Cache assigned issue and merge request counts in sidebar nav - Cache project build count in sidebar nav + - Reduce number of queries needed to render issue labels in the sidebar v 8.8.3 - Fix incorrect links on pipeline page when merge request created from fork |