diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2016-08-12 14:29:59 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2016-08-15 12:49:31 +0200 |
commit | d13c36f72de6b1c56e2063dafddd14ecbb430b9a (patch) | |
tree | 30d3b95fcfeb7ed6dd2a5c8895997376316b929e /CHANGELOG | |
parent | a632ed69739c672da8fafff2fe64f37a9c3e4405 (diff) | |
download | gitlab-ce-d13c36f72de6b1c56e2063dafddd14ecbb430b9a.tar.gz |
Speed up todos queries by limiting the projects set we join with
Closes #20828
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 658bd92a824..c6c2220b133 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -110,6 +110,7 @@ v 8.11.0 (unreleased) - Each `File::exists?` replaced to `File::exist?` because of deprecate since ruby version 2.2.0 - Add auto-completition in pipeline (Katarzyna Kobierska Ula Budziszewska) - Fix a memory leak caused by Banzai::Filter::SanitizationFilter + - Speed up todos queries by limiting the projects set we join with v 8.10.5 - Add a data migration to fix some missing timestamps in the members table. !5670 |