gitlab-org--gitlab-foss/features
Timothy Andrew 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
..
admin Bring shared project feature tests from EE 2016-03-12 14:45:14 +01:00
dashboard Add test for archive toggle feature 2016-03-04 19:26:10 +01:00
explore Fix test 2016-03-04 19:27:02 +01:00
group Updates from last code review. 2016-03-06 23:07:19 -05:00
profile Fixed failing application settings tests 2016-03-04 09:06:07 +00:00
project Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
snippets fix spinach features to use new button wordings 2015-10-15 17:59:17 +11:00
steps Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
support Retry spinach tests 2016-03-09 14:22:32 +01:00
abuse_report.feature Streamline the "Report button" 2015-09-29 21:47:01 +02:00
groups.feature Move group activity feed to separate page for consistency with dashboard and project pages 2016-03-10 14:29:38 +01:00
invites.feature Add spinach tests around accepting and declining invitations. 2015-04-14 18:04:29 +02:00
search.feature Add CHANGELOG and test 2016-03-01 16:29:16 +01:00
snippet_search.feature Updating to persist a params snippets variable 2014-09-05 13:30:55 -04:00
user.feature Fix specs 2016-03-01 17:42:44 -05:00