gitlab-org--gitlab-foss/spec/requests/api
Douwe Maan b3b3bc2565 Merge branch '19721-issues-created-through-api-do-not-notify-label-subscribers' into 'master'
user is now notified when creating an issue through the api

Previously when a issue was created through our API it would not mail label subscribers, this MR aims to fix that

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

Closes #19721

See merge request !5720
2016-08-30 18:44:32 +00:00
..
access_requests_spec.rb New AccessRequests API endpoints for Group & Project 2016-08-10 19:07:05 +02:00
api_helpers_spec.rb Add Sentry logging to API calls 2016-08-24 12:09:51 -07:00
award_emoji_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
branches_spec.rb Fix API::BranchesSpec. 2016-08-16 14:10:28 +05:30
builds_spec.rb Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-build-name 2016-08-19 17:41:53 +08:00
commit_statuses_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
commits_spec.rb Fix tests which broke in the merge 2016-08-16 00:43:06 +08:00
deploy_keys_spec.rb Create service for enabling deploy keys 2016-08-05 11:38:17 +02:00
deployments_spec.rb Docs for API endpoints 2016-08-18 21:10:52 +02:00
doorkeeper_access_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
environments_spec.rb Expose project for environments 2016-08-18 21:10:52 +02:00
files_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
fork_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
groups_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
internal_spec.rb Add two factor recovery endpoint to internal API 2016-08-24 17:50:57 -05:00
issues_spec.rb if issue is not valid we revert back to the old labels when updating 2016-08-30 18:39:03 +01:00
keys_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
labels_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
license_templates_spec.rb Rename Licenses API to License Templates API 2016-06-27 14:42:05 -05:00
members_spec.rb Add expiration date to group memberships 2016-08-18 21:09:17 +01:00
merge_request_diffs_spec.rb Add single merge request diff API endpoint 2016-08-12 14:44:49 +03:00
merge_requests_spec.rb api: expose web_url for project entities 2016-08-24 10:32:31 -04:00
milestones_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
namespaces_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
notes_spec.rb Capitalize mentioned issue timeline notes 2016-08-25 10:47:40 -05:00
oauth_tokens_spec.rb Small refactor and syntax fixes. 2016-08-18 16:47:26 -05:00
pipelines_spec.rb Add docs on API for pipelines, plus minor fixes 2016-08-18 16:56:39 +02:00
project_hooks_spec.rb api: expose wiki_page_events project hook field in the API 2016-08-24 10:33:51 -04:00
project_snippets_spec.rb api: expose web_url for project entities 2016-08-24 10:32:31 -04:00
projects_spec.rb expose 'only_allow_merge_if_build_succeeds' project setting in the API 2016-08-24 17:11:48 +09:00
repositories_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
runners_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
services_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
session_spec.rb Small refactor and syntax fixes. 2016-08-18 16:47:26 -05:00
settings_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
sidekiq_metrics_spec.rb Use HTTP matchers if possible 2016-06-27 20:10:42 +02:00
system_hooks_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
tags_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
templates_spec.rb Load issues and merge requests templates from repository 2016-08-16 15:50:17 -03:00
todos_spec.rb Use cache for todos counter calling TodoService 2016-08-12 17:40:03 +02:00
triggers_spec.rb Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02:00
users_spec.rb Fix bug where destroying a namespace would not always destroy projects 2016-08-11 15:36:35 -07:00
variables_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00