summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-05-07 08:55:13 +0000
committerStan Hu <stanhu@gmail.com>2016-05-07 08:55:13 +0000
commitf3578baa83ca8d576f4fe1bef50ebae61615768e (patch)
tree3fec33fe1ddc263b1d264cc9b22ac4d095d863be /CHANGELOG
parent2e1162272e2f90a3677f3def491907729b249434 (diff)
parenta65de9c2c1b8ea2d7dca3132ff0d72775f04bb78 (diff)
downloadgitlab-ce-f3578baa83ca8d576f4fe1bef50ebae61615768e.tar.gz
Merge branch 'reduce-delete-delay' into 'master'
Reduce delay in destroying a project from 1-minute to immediately This 1-minute delay was causing confusion among customers. Was there a reason this needed to be 1 minute? See merge request !3997
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