summaryrefslogtreecommitdiff
path: root/lib/gitlab/issues_labels.rb
Commit message (Collapse)AuthorAgeFilesLines
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-1/+1
| | | | | | Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
* Fix error in generating labelssh-fix-broken-label-controllerStan Hu2016-10-221-1/+1
| | | | | | | | | Attempting to generate default set of labels would result in an error: ArgumentError: wrong number of arguments (given 1, expected 0) Closes #23649
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
|
* User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-2/+2
|
* remove feature labelBen Bodenmiller2014-10-311-1/+0
| | | For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`.
* Refactor label rendering and default label set generationDmitriy Zaporozhets2014-07-291-19/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate issue/mr labels from act_as_taggable to own labelsDmitriy Zaporozhets2014-07-291-3/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Include default labels in issues autocomplete etc. Show colored labels on ↵Dmitriy Zaporozhets2013-05-071-0/+28
issues show page