gitlab-org--gitlab-foss/spec/support
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
..
api Add pagination headers to already paginated API resources 2016-01-14 12:10:27 +01:00
gitlab_stubs Let the CI runner know about builds that this build depends on 2016-01-14 19:45:55 +01:00
matchers Removed benchmark suite and its documentation 2016-03-10 11:15:43 +01:00
api_helpers.rb
capybara.rb Set window_size to 1366*768 2016-02-23 15:29:55 -05:00
capybara_helpers.rb
db_cleaner.rb
email_format_shared_examples.rb Validate email addresses using Devise.email_regexp 2016-02-09 18:15:35 +01:00
email_helpers.rb Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
factory_girl.rb
filter_spec_helper.rb Increase the minimum length for commit SHA matching to 7 2016-01-29 19:52:29 -05:00
fixture_helpers.rb
jira_service_helper.rb Backport JIRA service 2015-12-18 14:19:48 -06:00
login_helpers.rb
markdown_feature.rb Add tests for the wiki pipeline 2016-01-14 12:09:31 -02:00
mentionable_shared_examples.rb Move common_mentionable_setup to shared context in specs 2015-12-08 08:43:09 +01:00
project_hook_data_shared_example.rb Add new data to project in push, issue, merge-request and note webhooks data 2016-02-11 17:22:11 +01:00
relative_url.rb
repo_helpers.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
select2_helper.rb
services_shared_context.rb
setup_builds_storage.rb
stub_configuration.rb
stub_gitlab_calls.rb Merge branch 'master' into ux/suppress-ci-yml-warning 2015-12-14 12:25:37 +01:00
stub_gitlab_data.rb
taskable_shared_examples.rb
test_env.rb Prevent transient Capybara timeouts during feature tests 2016-01-28 20:56:49 -05:00
wait_for_ajax.rb Fix random failing test - delete attachment 2015-12-07 23:40:17 +01:00
webmock.rb
workhorse_helpers.rb Add newline 2016-02-17 15:22:33 +01:00