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-09-20 13:36:23 +0300
committerPaco Guzman <pacoguzmanp@gmail.com>2016-09-20 13:36:23 +0300
commit93d0243d531e37e9d117b5900e9af1573b411840 (patch)
tree7d51f6c3efa8fd6eba13232f3ddcc14c1aaa4de1 /CHANGELOG
parent667d2350911b2c3cca0545897eb67fda4b7d4b80 (diff)
Use a ConnectionPool for Rails.cache on Sidekiq servers
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ebc3507901c..b343b74a1b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -154,6 +154,7 @@ v 8.12.0 (unreleased)
- Add notification_settings API calls !5632 (mahcsig)
- Remove duplication between project builds and admin builds view !5680 (Katarzyna Kobierska Ula Budziszewska)
- Fix URLs with anchors in wiki !6300 (houqp)
+ - Use a ConnectionPool for Rails.cache on Sidekiq servers
- Deleting source project with existing fork link will close all related merge requests !6177 (Katarzyna Kobierska Ula Budziszeska)
- Return 204 instead of 404 for /ci/api/v1/builds/register.json if no builds are scheduled for a runner !6225
- Fix Gitlab::Popen.popen thread-safety issue