gitlab-org--gitlab-foss/features/steps
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 Fixed tests for MR & issue filters 2016-03-14 13:49:53 +00:00
explore
group Updates from last code review. 2016-03-06 23:07:19 -05:00
profile Merge branch 'revert-avatar-cropping' into 'master' 2016-03-15 15:53:42 +00:00
project Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
shared Merge branch 'fix/13928-wrong-iid-of-max-iid' into 'master' 2016-03-15 15:17:08 +00:00
snippets
abuse_reports.rb
groups.rb Don't list merge requests from archived projects in Group view. 2016-03-02 12:51:29 -05:00
invites.rb
search.rb
snippet_search.rb
user.rb