diff options
author | Rémy Coutable <remy@rymai.me> | 2016-06-14 08:23:28 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-06-14 08:23:28 +0000 |
commit | a78cd2ecb77f2bb7bc8852a5be78a1eacc7aaf96 (patch) | |
tree | a59fb50f707a114226ea59a17a6a9a03d8cee378 /CHANGELOG | |
parent | 121c6322809951105d43a90e573378785b9e33a8 (diff) | |
parent | e8bf8ec40725a0af21677211f2d73d9b516c184a (diff) | |
download | gitlab-ce-a78cd2ecb77f2bb7bc8852a5be78a1eacc7aaf96.tar.gz |
Merge branch 'issue_14572' into 'master'
Add more information into RSS feed for issues
## What does this MR do?
This MR adds issue text, labels , milestone, assignee and due date into issues RSS feed.
## Are there points in the code the reviewer needs to double check?
#14572 requests to add 'weight' among other fields. Seems like issue weight is available
in enterprise edition only so it is not implemented in this MR. Please correct me if I'm wrong.
## Why was this MR needed?
This MR is needed because it extends issues RSS feed with useful information requested in
#14572.
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/14572
See merge request !4158
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3387394de5b..a6fc7aff95e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.9.0 (unreleased) - Fix Error 500 when using closes_issues API with an external issue tracker + - Add more information into RSS feed for issues (Alexander Matyushentsev) - Bulk assign/unassign labels to issues. - Ability to prioritize labels !4009 / !3205 (Thijs Wouters) - Fix endless redirections when accessing user OAuth applications when they are disabled |