Files
gitlabhq/spec/support
Timothy AndrewandRémy Coutable 0444fa560a Original implementation to allow users to subscribe to labels
1. Allow subscribing (the current user) to a label

- Refactor the `Subscription` coffeescript class
  - The main change is that it accepts a container, and conducts all
    DOM queries within its scope. We need this because the labels
    page has multiple instances of `Subscription` on the same page.

2. Creating an issue or MR with labels notifies users subscribed to those labels

- Label `has_many` subscribers through subscriptions.

3. Adding a label to an issue or MR notifies users subscribed to those labels

- This only applies to subscribers of the label that has just been
  added, not all labels for the issue.
2016-03-15 17:25:37 +01:00
..
2015-09-14 18:14:17 +03:00
2016-02-23 15:29:55 -05:00
2015-06-30 17:47:53 -04:00
2015-08-20 12:41:47 -07:00
2015-12-18 14:19:48 -06:00
2015-09-15 17:43:17 +03:00
2015-12-15 00:53:52 -02:00
2015-06-22 14:52:41 -04:00
2016-02-17 15:22:33 +01:00