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>2016-02-29 20:00:23 +0300
committerRémy Coutable <remy@rymai.me>2016-03-01 14:13:32 +0300
commite11ab453ee4feb1926464b0060a46e4294e61c35 (patch)
tree8a6f29c37d7ae671884c9eb82a0db366087ff9bd /CHANGELOG
parent9052086d7b6c46d148854932ac5ee71462936568 (diff)
Merge branch 'issue_13648' into 'master'
Improve implementation to check read access to forks and add pagination. Fixes #13648 The following optimizations where made: - Pagination was added. - Code to check for read permissions to forks was optimized, in the past we were doing too many queries for each project. See merge request !2991
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a55298c2e53..24fa4e8a808 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.5.2
- Don't repeat labels listed on Labels tab
- Bring the "branded appearance" feature from EE to CE
- Fix error 500 when commenting on a commit
+ - Improve implementation to check read access to forks and add pagination
- Update Rails to 4.2.5.2
v 8.5.1