gitlab-org--gitlab-foss/spec/factories
Douwe Maan 25ff16459c Merge branch 'feature/group-level-labels' into 'master'
Add group level labels

## What does this MR do?

Add group level labels.

## Are there points in the code the reviewer needs to double check?

* `LabelsFinder`
* `Gitlab::Gfm::ReferenceRewriter`
* `Banzai::Filter::LabelReferenceFilter`

## Why was this MR needed?

We'll be adding more feature that allow you to do cross-project management of issues.

## Screenshots (if relevant)

* Group Labels
    ![Group Labels](/uploads/2244c06ad68eae4fb246fb4c81bf8060/2.png)

* Project Labels
    ![Project Labels](/uploads/c5839516d2282b51f7418d9dadbeceb4/1.png)

* Expanded references for group labels when moving issue to another project
    ![Expanded references for group labels when moving issue to another project](/uploads/0c9ab248a8420d4978d59349ae3d42e5/3.png)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [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
  - [ ] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] 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)

## What are the relevant issue numbers?

#19997

See merge request !6425
2016-10-19 20:41:04 +00:00
..
ci Remove schema annotations completely 2016-09-16 14:37:48 +03:00
abuse_reports.rb
appearances.rb
award_emoji.rb
boards.rb Update Boards::CreateService to handle with the has_many association 2016-10-11 11:39:04 -03:00
broadcast_messages.rb
commit_statuses.rb
commits.rb
deploy_keys_projects.rb
deployments.rb Test the `CycleAnalytics::Summary` model. 2016-09-20 13:23:14 +05:30
emails.rb
environments.rb
events.rb Fix broken spec due to last_activity_at updates being throttled 2016-09-19 22:59:15 -07:00
file_uploader.rb
forked_project_links.rb
group_members.rb Refactor group_members_controller_spec 2016-10-19 14:13:44 +03:00
groups.rb
identities.rb
issues.rb Ensure specs on sorting of issues in API are deterministic on MySQL 2016-09-12 15:44:41 +02:00
keys.rb
label_links.rb
label_priorities.rb Add LabelPriority model 2016-10-19 14:58:27 -02:00
labels.rb Fix sorting by label priorities 2016-10-19 14:58:27 -02:00
lfs_objects.rb
lfs_objects_projects.rb
lists.rb
merge_requests.rb Recreates missing group labels when moving project to another group 2016-10-19 14:58:24 -02:00
milestones.rb Updated milestone count helper plus tests 2016-09-07 15:27:14 -05:00
namespaces.rb
notes.rb Optimize discussion notes resolving and unresolving 2016-09-06 12:14:09 -03:00
notification_settings.rb
oauth_access_tokens.rb
oauth_applications.rb
personal_access_tokens.rb
personal_snippets.rb
project_group_links.rb
project_hooks.rb
project_members.rb Refactor project_members_controller_spec 2016-10-19 15:13:59 +03:00
project_snippets.rb
project_wikis.rb
projects.rb Add visibility level to project repository 2016-10-17 18:12:18 -02:00
protected_branches.rb
releases.rb
sent_notifications.rb
service_hooks.rb
services.rb
snippets.rb
spam_logs.rb
system_hooks.rb
todos.rb
u2f_registrations.rb
user_agent_details.rb
users.rb
wiki_pages.rb