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:
authorPaco Guzman <pacoguzmanp@gmail.com>2016-07-05 11:03:08 +0300
committerPaco Guzman <pacoguzmanp@gmail.com>2016-07-05 11:09:47 +0300
commitd91c6c0738086f4ff8f99fabb78efd90bed990a0 (patch)
tree9f172ef3ad1ed73b076ac3771fbb19e966998907 /CHANGELOG
parentba9ef7f3935cfaa42fcdb2317567cc383c7e9c22 (diff)
Throttle the update of `project.pushes_since_gc` to 1 minute
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4fac555e12a..573ab21a5e2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@ v 8.10.0 (unreleased)
- API: Todos !3188 (Robert Schilling)
- Fix user creation with stronger minimum password requirements !4054 (nathan-pmt)
- PipelinesFinder uses git cache data
+ - Throttle the update of `project.pushes_since_gc` to 1 minute.
- Check for conflicts with existing Project's wiki path when creating a new project.
- Don't instantiate a git tree on Projects show default view
- Remove unused front-end variable -> default_issues_tracker