summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaco Guzman <pacoguzmanp@gmail.com>2016-10-07 11:11:02 +0200
committerPaco Guzman <pacoguzmanp@gmail.com>2016-10-07 15:33:58 +0200
commit9afb2dac5c9f49f9f7943053b50a3808a99fdf6b (patch)
tree0e583ce91adc1af29c327c2bebe856640dfdbcda /CHANGELOG
parentc2cf1dd6c771ee3a181fa9704da593daa825c58a (diff)
downloadgitlab-ce-9afb2dac5c9f49f9f7943053b50a3808a99fdf6b.tar.gz
ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup23096-expire-artifacts-per-job
We use Sidekiq::Client.push_bulk to avoid Redis round trips
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8bfc5c97820..fec8d5fba29 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ v 8.13.0 (unreleased)
- Improve issue load time performance by avoiding ORDER BY in find_by call
- Use gitlab-shell v3.6.2 (GIT TRACE logging)
- Fix centering of custom header logos (Ashley Dumaine)
+ - ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup
- AbstractReferenceFilter caches project_refs on RequestStore when active
- Replaced the check sign to arrow in the show build view. !6501
- Add a /wip slash command to toggle the Work In Progress status of a merge request. !6259 (tbalthazar)