-
- Downloads
There was a problem fetching the pipeline summary.
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  * Project Labels  * Expanded references for group labels when moving issue to another project  ## 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
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- app/assets/javascripts/dispatcher.js.es6 2 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.es6
- app/assets/stylesheets/pages/labels.scss 22 additions, 1 deletionapp/assets/stylesheets/pages/labels.scss
- app/controllers/concerns/issuable_actions.rb 5 additions, 0 deletionsapp/controllers/concerns/issuable_actions.rb
- app/controllers/dashboard/labels_controller.rb 2 additions, 2 deletionsapp/controllers/dashboard/labels_controller.rb
- app/controllers/groups/labels_controller.rb 92 additions, 0 deletionsapp/controllers/groups/labels_controller.rb
- app/controllers/projects/boards/issues_controller.rb 2 additions, 2 deletionsapp/controllers/projects/boards/issues_controller.rb
- app/controllers/projects/boards/lists_controller.rb 2 additions, 3 deletionsapp/controllers/projects/boards/lists_controller.rb
- app/controllers/projects/issues_controller.rb 3 additions, 1 deletionapp/controllers/projects/issues_controller.rb
- app/controllers/projects/labels_controller.rb 24 additions, 14 deletionsapp/controllers/projects/labels_controller.rb
- app/controllers/projects/merge_requests_controller.rb 6 additions, 1 deletionapp/controllers/projects/merge_requests_controller.rb
- app/finders/issuable_finder.rb 8 additions, 9 deletionsapp/finders/issuable_finder.rb
- app/finders/labels_finder.rb 92 additions, 0 deletionsapp/finders/labels_finder.rb
- app/helpers/labels_helper.rb 60 additions, 22 deletionsapp/helpers/labels_helper.rb
- app/models/concerns/issuable.rb 8 additions, 14 deletionsapp/models/concerns/issuable.rb
- app/models/concerns/sortable.rb 6 additions, 4 deletionsapp/models/concerns/sortable.rb
- app/models/group.rb 1 addition, 0 deletionsapp/models/group.rb
- app/models/group_label.rb 11 additions, 0 deletionsapp/models/group_label.rb
- app/models/issue.rb 16 additions, 0 deletionsapp/models/issue.rb
- app/models/label.rb 88 additions, 41 deletionsapp/models/label.rb
Loading
Please register or sign in to comment