diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-11-01 17:02:11 +0000 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-11-01 17:02:11 +0000 |
commit | 56e6f9547979d4ca1c020cbdcbc4c2b2e38c9b9b (patch) | |
tree | c89138a3c0bc7aa60a40764622497c9455896f52 /CHANGELOG.md | |
parent | 46c6231baa96517830de9428f9d9954c2a30a18b (diff) | |
parent | cde3963dae470b1c785b142851ed870355ecc67b (diff) | |
download | gitlab-ce-56e6f9547979d4ca1c020cbdcbc4c2b2e38c9b9b.tar.gz |
Merge branch 'sh-init-sidekiq-queues' into 'master'
Initialize Sidekiq with the list of queues used by GitLab
See merge request !7217
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de81c9f5c23..a1d70a24337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Fix Sign in page 'Forgot your password?' link overlaps on medium-large screens - Show full status link on MR & commit pipelines - Fix documents and comments on Build API `scope` +- Initialize Sidekiq with the list of queues used by GitLab - Refactor email, use setter method instead AR callbacks for email attribute (Semyon Pupkov) - Shortened merge request modal to let clipboard button not overlap - In all filterable drop downs, put input field in focus only after load is complete (Ido @leibo) |