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:
authorYorick Peterse <yorickpeterse@gmail.com>2016-11-01 20:02:11 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-11-01 20:02:11 +0300
commit56e6f9547979d4ca1c020cbdcbc4c2b2e38c9b9b (patch)
treec89138a3c0bc7aa60a40764622497c9455896f52 /CHANGELOG.md
parent46c6231baa96517830de9428f9d9954c2a30a18b (diff)
parentcde3963dae470b1c785b142851ed870355ecc67b (diff)
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.md1
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)