diff options
author | Stan Hu <stanhu@gmail.com> | 2016-10-23 10:31:18 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-10-23 10:31:18 -0700 |
commit | 4ea1973f5971f9c72230779d28f228b5da1148af (patch) | |
tree | 85899024d97b0d5bc648e265684ec94e2d105d66 /CHANGELOG.md | |
parent | a98ad03ba18da0b1534f36dafafa9a1c644d0bf1 (diff) | |
download | gitlab-ce-4ea1973f5971f9c72230779d28f228b5da1148af.tar.gz |
Expire and build repository cache after project import
After a project import, there's a chance that the UI checks the
branch count before the project has been imported. This change
causes more of the keys to be flushed after an import and forces
a rebuild of the repository cache.
Closes #13518
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b25431278bd..9999864662a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Please view this file on the master branch, on stable branches it's out of date. ## 8.13.1 (unreleased) - Fix error in generating labels + - Expire and build repository cache after project import ## 8.13.0 (2016-10-22) |