summaryrefslogtreecommitdiff
path: root/app/models/label.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant code in cross project labels implementationGrzegorz Bizon2016-03-031-3/+4
* Mention cross-project labels in markdown documentationGrzegorz Bizon2016-03-031-0/+4
* Add additional text prefix in cross project labelsGrzegorz Bizon2016-03-031-1/+2
* Add support for cross project references for labelsGrzegorz Bizon2016-03-031-1/+6
* Add cross project references support for label modelGrzegorz Bizon2016-03-031-4/+20
* Add support for keyword arguments in label reference methodGrzegorz Bizon2016-03-031-6/+3
* Add open_merge_requests_count methodAlfredo Sumaran2016-03-011-0/+4
* Add association to merge requestsAlfredo Sumaran2016-03-011-0/+1
* Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan2016-02-191-7/+8
|\
| * Label description and Label rowTap2016-02-171-7/+8
* | Add labels tab to milestone detail view.Rubén Dávila2016-02-021-0/+4
|/
* Add custom ColorValidatorRobert Speicher2015-12-071-3/+1
* Use "Any Label" and "Any Milestone" in selects rather than the ambiguous "Any...Douwe Maan2015-12-021-1/+1
* Annotate modelsDmitriy Zaporozhets2015-11-131-0/+1
* Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-081-1/+3
* Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ...Stan Hu2015-10-071-0/+3
* CRUD for admin labelsValery Sizov2015-09-031-1/+7
* Support only double quotes for multi-word label referencesRobert Speicher2015-05-261-6/+4
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-0/+16
* Add `to_reference` for models that support referencesRobert Speicher2015-05-261-0/+27
* Remove duplicate ampersand from Label title format validatorRobert Speicher2015-04-201-1/+1
* Fix label color input.fix-label-color-inputDouwe Maan2015-04-171-0/+2
* Apply default scope to labels and remove one for notesDmitriy Zaporozhets2015-02-051-3/+1
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+2
* Annotate modelsDmitriy Zaporozhets2014-08-251-0/+12
* Improve labels validation and expose error messagesjubianchi2014-08-201-2/+2
* Consistency: Capitalize hex values of sugested colorsRobert Schilling2014-08-151-1/+1
* Merge pull request #7479 from Razer6/feature/labels_apiDmitriy Zaporozhets2014-08-151-3/+1
|\
| * Update labels via APIRobert Schilling2014-08-131-4/+1
| * Add, delete labels via APIRobert Schilling2014-08-131-4/+5
* | Change default label colorDmitriy Zaporozhets2014-08-151-1/+1
* | Do label validation for issues/merge requests APIRobert Schilling2014-08-141-0/+2
* | Validate label titel in project scopeRobert Schilling2014-08-131-1/+1
* | Labels need to be valid on nameRobert Schilling2014-08-131-1/+4
* | Add testcase for invalid colorRobert Schilling2014-08-131-2/+4
|/
* Order labels by nameDmitriy Zaporozhets2014-07-301-0/+2
* Improve labelsDmitriy Zaporozhets2014-07-301-0/+5
* More strict validation for label titleDmitriy Zaporozhets2014-07-301-2/+4
* Migrate issue/mr labels from act_as_taggable to own labelsDmitriy Zaporozhets2014-07-291-0/+5
* Label and LabelLink models for implementing own GitLab labelsDmitriy Zaporozhets2014-07-291-0/+7