summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-05-01 00:38:53 -0700
committerStan Hu <stanhu@gmail.com>2016-05-07 01:12:31 -0700
commita65de9c2c1b8ea2d7dca3132ff0d72775f04bb78 (patch)
tree3fec33fe1ddc263b1d264cc9b22ac4d095d863be /CHANGELOG
parent2e1162272e2f90a3677f3def491907729b249434 (diff)
downloadgitlab-ce-a65de9c2c1b8ea2d7dca3132ff0d72775f04bb78.tar.gz
Reduce delay in destroying a project from 1-minute to immediately
Run ProjectDestroyWorker after pending_delete attribute has been committed to DB
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 78d6c1ec2b2..e9b3e7b097d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ v 8.8.0 (unreleased)
- Log to application.log when an admin starts and stops impersonating a user
- Updated gitlab_git to 10.1.0
- GitAccess#protected_tag? no longer loads all tags just to check if a single one exists
+ - Reduce delay in destroying a project from 1-minute to immediately
- Make build status canceled if any of the jobs was canceled and none failed
- Upgrade Sidekiq to 4.1.2
- Sanitize repo paths in new project error message