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:
authorSean McGivern <sean@mcgivern.me.uk>2016-10-31 15:00:53 +0300
committerSean McGivern <sean@mcgivern.me.uk>2016-10-31 15:00:53 +0300
commit1167c0be9c1abb16a9154be9c5d2671d0769f84a (patch)
treec6594a3b348e26cb81e3c3d412a2b1799f96622e /CHANGELOG.md
parent6cd508d44eb17fcd3d9a2ff4c96b05ecafc84c5a (diff)
parent17a97ef2fa3ee3aba31b401001a1f0f9744fbf12 (diff)
Merge branch 'lfs_object_removal' into 'master'
Remove unreferenced LFS objects from DB and fs Fixes #3666 See merge request !5901
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 083c8b9da1f..73e7da5d650 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- New issue board list dropdown stays open after adding a new list
- Fix: Backup restore doesn't clear cache
- API: Fix project deploy keys 400 and 500 errors when adding an existing key. !6784 (Joshua Welsh)
+ - Add job for removal of unreferenced LFS objects from both the database and the filesystem (Frank Groeneveld)
- Replace jquery.cookie plugin with js.cookie !7085
- Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests method
- Fix Sign in page 'Forgot your password?' link overlaps on medium-large screens