gitlab-org--gitlab-foss/spec/requests/api
Douwe Maan f2df4c689b Merge branch 'capitalize-mentioned-issue-notes' into 'master'
Capitalize mentioned issue timeline notes

## What does this MR do?
Renames `mentioned in` to `Mentioned in` for issue timeline notes

## Are there points in the code the reviewer needs to double check?
Shouldn't be any 😄 

## Why was this MR needed?
Resolves existing UI inconsistency as all the other issue timeline notes have their first letter capitalized.

## What are the relevant issue numbers?
Closes #21416 

## Screenshots (if relevant)
Before:
![Screen_Shot_2016-08-25_at_10.52.47_AM](/uploads/61de0a7d65fd739a6e565f6e63d2f52d/Screen_Shot_2016-08-25_at_10.52.47_AM.png)

After:
![Screen_Shot_2016-08-25_at_10.52.05_AM](/uploads/f67f353c285453306d6b80578b11e587/Screen_Shot_2016-08-25_at_10.52.05_AM.png)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [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)

See merge request !6028
2016-08-26 01:26:48 +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 Incorporate feedback 2016-08-18 21:10:53 +02: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 Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02: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 api: expose web_url for project entities 2016-08-24 10:32:31 -04: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