Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-04 12:52:17 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-04 12:52:17 +0400
commitc283fba3b7e9fb89ae2ed77597adee2700982718 (patch)
tree32abc3407cf38e9db36ed89ae81bfac8ce093366 /CHANGELOG
parent5921c7481302913bffe88788c354f415cd19df82 (diff)
Improve performance of application for large teams
This commit fixes a lot of sql queries to db for for groups and projects with big amount of members. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 02e2840ffec..760218690b0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ v 7.0.0
- UI improvements
- Case-insensetive search for issues
- Update to rails 4.1
+ - Improve performance of application for projects and groups with a lot of members
v 6.9.2
- Revert the commit that broke the LDAP user filter