summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-10-31 12:53:58 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-10-31 12:53:58 +0000
commit3645e684bf854b3588f5b5a8e069c6a6778a184a (patch)
treefd6f70538011fb91b8da57540ba77c3136865bf2 /CHANGELOG.md
parent05f6736d885ec48554fc0e4e8284f4f5c7fa6dd9 (diff)
parent0badbef83658ab2c23c7f7ea0aef81284c96c55b (diff)
downloadgitlab-ce-3645e684bf854b3588f5b5a8e069c6a6778a184a.tar.gz
Merge branch '23106-events-default-scope-results-in-a-slow-query' into 'master'
Optimize Event queries by removing default order See merge request !7130
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73e7da5d650..360af1461b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Fix typo in framework css class. !7086 (Daniel Voogsgerd)
- New issue board list dropdown stays open after adding a new list
- Fix: Backup restore doesn't clear cache
+ - Optimize Event queries by removing default order
- API: Fix project deploy keys 400 and 500 errors when adding an existing key. !6784 (Joshua Welsh)
- Add job for removal of unreferenced LFS objects from both the database and the filesystem (Frank Groeneveld)
- Replace jquery.cookie plugin with js.cookie !7085