diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-12 10:30:31 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-12 10:30:31 +0000 |
commit | 6108332107650f29fea8e39f0a0d2ef0c22a8e6b (patch) | |
tree | 5abf65646210bd541a94f4dfa2691a6bbeb30550 /CHANGELOG | |
parent | 93301dd2a91e5ecf163aca1186bc279d4faba182 (diff) | |
parent | d2f003a344e6f29a0ad5115c7d8dec5727b87895 (diff) | |
download | gitlab-ce-6108332107650f29fea8e39f0a0d2ef0c22a8e6b.tar.gz |
Merge branch 'update-health-check-gem' into 'master'
Update the health_check gem to the latest release
## What does this MR do?
Update the health_check gem to the latest release, which allows us to drop some of our code for overwriting the email check
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [ ] ~~API support added~~
- Tests
- [ ] ~~Added for this feature/bug~~
- [ ] All builds are passing
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5186
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6385070b60a..84bfc27b151 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,6 +31,7 @@ v 8.10.0 (unreleased) - Exclude email check from the standard health check - Updated layout for Projects, Groups, Users on Admin area !4424 - Fix changing issue state columns in milestone view + - Update health_check gem to version 2.1.0 - Add notification settings dropdown for groups - Wildcards for protected branches. !4665 - Allow importing from Github using Personal Access Tokens. (Eric K Idema) |