diff options
author | Rémy Coutable <remy@rymai.me> | 2016-03-15 18:08:45 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-03-15 18:08:45 +0000 |
commit | bc590ce63bd2f1af5545b648e6d028a557e7c792 (patch) | |
tree | 572c40bc0e3dc45f6970247073c4423284591c92 /CHANGELOG | |
parent | ac8c6f24e3070c28ab6f246599c95fd8f3b7e3a5 (diff) | |
parent | e90d6ec1d83ff86743e70931b49647eaf3e3e67a (diff) | |
download | gitlab-ce-bc590ce63bd2f1af5545b648e6d028a557e7c792.tar.gz |
Merge branch '12743-subscribe-to-label' into 'master'
Allow subscribing to labels
This implement #12743 and supersedes !2799 (thanks @timothyandrew!).
- Subscribe (and unsubscribe) for labels
- When an issue/merge request is created, notify all subscribers of all its labels
- When an issue/merge request is edited, notify all subscribers of all its newly-added labels
## Done
- [x] Verify that a user is signed in to subscribe/unsubscribe from a label.
- [x] Merge conflicts
- [x] Integration tests
- [x] `issuable.subscribed?` should check subscribers and participants
- [x] When an issuable is relabeled, notify subscribers of the *newly added* labels only
- [x] Screenshots:
### Labels page

### HTML email

### Plain text email

PS: I've set the milestone to 8.6 since it's getting late for 8.5...
See merge request !3115
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index ebf49cd2ac0..7f076f70c7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,6 +28,7 @@ v 8.6.0 (unreleased) - Update documentation to reflect Guest role not being enforced on internal projects - Allow search for logged out users - Allow to define on which builds the current one depends on + - Allow user subscription to a label: get notified for issues/merge requests related to that label (Timothy Andrew) - Fix bug where Bitbucket `closed` issues were imported as `opened` (Iuri de Silvio) - Don't show Issues/MRs from archived projects in Groups view - Fix wrong "iid of max iid" in Issuable sidebar for some merged MRs |