summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-21 09:42:08 +0200
committerRémy Coutable <remy@rymai.me>2016-04-25 17:25:46 +0200
commit533cd8c2ee45cc0a34aca08f48f9ee0cf7d3c3fb (patch)
tree6aebb67e26efd93715491b4245c6490b196157cc /CHANGELOG
parent81cb636e4fcb7ea76db84a92aac65a73f2376458 (diff)
downloadgitlab-ce-533cd8c2ee45cc0a34aca08f48f9ee0cf7d3c3fb.tar.gz
Throttle the update of `project.last_activity_at` to 1 minute15094-throttle-update-of-last_activity_at
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fbc3ee194cb..30e62499f4c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.8.0 (unreleased)
- Remove future dates from contribution calendar graph.
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