diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-12 13:16:04 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-12 13:16:04 +0000 |
commit | 179be71dc5f8c11c1ad2f668b2e681b29ca333a1 (patch) | |
tree | cca8c22f4d5ad6dc01f99a0c8080b6a7603a158c /CHANGELOG | |
parent | 238f7c6709b4a17306bf63bf0b7f127c3ce9c0f4 (diff) | |
parent | f1f9b5e2f0f7ab8515f263b79c09d9f98b0d302f (diff) | |
download | gitlab-ce-179be71dc5f8c11c1ad2f668b2e681b29ca333a1.tar.gz |
Merge branch '19702-define_show_html_vars' into 'master'
Be explicit on merge request discussion variables
## What does this MR do?
To avoid conditionals and to messing with request.format and accept headers to know in which format we're going to response I've decided to be explicit in when we need the discussion variables
## Why was this MR needed?
Solve a bug https://sentry.gitlap.com/gitlab/staginggitlabcom/issues/8492/
## What are the relevant issue numbers?
Closes #19702
## 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
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5204
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index d2e275ff6f5..f12f6423c7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -56,6 +56,7 @@ v 8.10.0 (unreleased) - Add API endpoint for a group issues !4520 (mahcsig) - Add Bugzilla integration !4930 (iamtjg) - Instrument Rinku usage + - Be explicit to define merge request discussion variables - Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab - RailsCache metris now includes fetch_hit/fetch_miss and read_hit/read_miss info. - Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w) |