diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-03-16 01:18:46 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-03-16 01:18:46 +0000 |
commit | f83a596db3b58a5c4f4a1667c9e9c89d173e66e5 (patch) | |
tree | 033383df5b1670153a5f53560a80202fab805c5f /CHANGELOG | |
parent | 64d0dd1807c75be21a8f5bfe3a74b9230b5b8979 (diff) | |
parent | 29a43373ce9b3676ae7baea61b0ecaf67db67445 (diff) | |
download | gitlab-ce-f83a596db3b58a5c4f4a1667c9e9c89d173e66e5.tar.gz |
Merge branch 'worker-for-user-deletion' into 'master'
A worker deletes a user, so the request doesn't time out
Fixes #13261
See merge request !2855
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index b83940d2f16..dc8c7040386 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -39,6 +39,7 @@ v 8.6.0 (unreleased) - Add ability to show archived projects on dashboard, explore and group pages - Move group activity to separate page - Continue parameters are checked to ensure redirection goes to the same instance + - User deletion is now done in the background so the request can not time out v 8.5.7 - Bump Git version requirement to 2.7.3 |