diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-26 09:34:51 +0000 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-26 09:34:51 +0000 |
commit | f127edd012bd8b6f76ac67d69aadbd7d4837258f (patch) | |
tree | fa33fe4ddd72a8ad3f0e2f617b0a163a63f901fc /CHANGELOG | |
parent | 6ff740ff9484691750f3eadf12125fd362efe61c (diff) | |
parent | 533cd8c2ee45cc0a34aca08f48f9ee0cf7d3c3fb (diff) | |
download | gitlab-ce-f127edd012bd8b6f76ac67d69aadbd7d4837258f.tar.gz |
Merge branch '15094-throttle-update-of-last_activity_at' into 'master'
Throttle the update of `project.last_activity_at` to 1 minute
This implement [the solution](https://gitlab.com/gitlab-org/gitlab-ce/issues/15094#note_4769387) proposed by @jacobvosmaer.
See merge request !3848
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a4794485476..b40a8d6cc0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 8.8.0 (unreleased) - Add 'l' shortcut to open Label dropdown on issuables and 'i' to create new issue on a project v 8.7.1 (unreleased) + - Throttle the update of `project.last_activity_at` to 1 minute. !3848 - Fix .gitlab-ci.yml parsing issue when hidde job is a template without script definition. !3849 - Fix license detection to detect all license files, not only known licenses. !3878 - Use the `can?` helper instead of `current_user.can?`. !3882 |