summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaco Guzman <pacoguzmanp@gmail.com>2016-10-13 10:21:16 +0200
committerPaco Guzman <pacoguzmanp@gmail.com>2016-10-18 08:14:51 +0200
commitb2b2a49b6fee884dfd1411be417f45b313b5e188 (patch)
tree8184a962127ceeb6a4acc0b973a470ef107688b2
parentdb88fc287764d052cc25c7ef7f0fbcbd4c3a8566 (diff)
downloadgitlab-ce-reduce_number_of_db_queries_building_missing_services.tar.gz
Only exercise project cache when applies during creation of project servicesreduce_number_of_db_queries_building_missing_services
New Code -> 38 SELECTS / 5 UPDATES / 21 INSERTS Old Code -> 107 SELECTS / 42 UPDATES / 21 INSERTS
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9dbe1832de0..7f5f300bc7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Allow browsing branches that end with '.atom'
- Log LDAP lookup errors and don't swallow unrelated exceptions. !6103 (Markus Koller)
- Replace unique keyframes mixin with keyframe mixin with specific names (ClemMakesApps)
+ - Only exercise project cache when applies during creation of project services
- Add more tests for calendar contribution (ClemMakesApps)
- Update Gitlab Shell to fix some problems with moving projects between storages
- Cache rendered markdown in the database, rather than Redis