summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2016-07-15 08:36:30 +0000
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2016-07-15 08:36:30 +0000
commit86f83db2b0ebc6d4cf546a71e151bb8552215a3a (patch)
tree740fa9a645566ae749a10afe8743542dda9a18e3 /CHANGELOG
parentbdb6f1e6fa756ae0db57e0474706685b6115c1e1 (diff)
parent0d4b1bb752c65946c89b4240602e91b06c3fad36 (diff)
downloadgitlab-ce-86f83db2b0ebc6d4cf546a71e151bb8552215a3a.tar.gz
Merge branch 'update-branch-names-in-gc' into 'master'
Refresh branch cache after `git gc` As discussed in !5160, we should refresh the branch name list after expiring to make sure we are in a good state and that we do not affect view performance (as much). See merge request !5235
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 615a9680901..51f1db07e8b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,7 @@ v 8.10.0 (unreleased)
- Fix projects dropdown loading performance with a simplified api cal. !5113 (tiagonbotelho)
- Fix commit builds API, return all builds for all pipelines for given commit. !4849
- Replace Haml with Hamlit to make view rendering faster. !3666
- - Expire the branch cache after `git gc` runs
+ - Refresh the branch cache after `git gc` runs
- Refactor repository paths handling to allow multiple git mount points
- Optimize system note visibility checking by memoizing the visible reference count !5070
- Add Application Setting to configure default Repository Path for new projects