summaryrefslogtreecommitdiff
path: root/app/models/label.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix label order by priority on labels pageissue_14189Sean McGivern2016-06-071-2/+2
* Remove unnecessary null-specific orderSean McGivern2016-06-061-2/+2
* typoAlfredo Sumaran2016-06-061-1/+1
* Update method nameAlfredo Sumaran2016-06-061-2/+2
* Add unprioritized scopeAlfredo Sumaran2016-06-061-3/+5
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-19/+6
* Sort by label priorityThijs Wouters2016-06-061-0/+23
* Prioritize labels functionalityAlfredo Sumaran2016-06-061-0/+2
* Merge branch 'remove-annotate-gem' into 'master' Yorick Peterse2016-05-101-14/+0
|\
| * Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
* | Merge branch 'issue_15394' into 'master' Rémy Coutable2016-05-091-0/+4
|\ \ | |/ |/|
| * Make model sanitization methods one linersFelipe Artur2016-05-091-3/+2
| * Sanitize milestones and label titlesissue_15394Felipe Artur2016-05-051-0/+5
* | Annotate the modelsZeger-Jan van de Weg2016-05-061-8/+8
|/
* Label text color comes from JSONPhil Hughes2016-04-201-0/+4
* Memoize reference_pattern/link_reference_patternmemoize-pattern-methodsYorick Peterse2016-04-011-1/+1
* Fix issues count on labels pagenotifications-for-subscribers-confidential-issue-labelsDouglas Barbosa Alexandre2016-03-221-4/+4
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-0/+2
* 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