summaryrefslogtreecommitdiff
path: root/app/models/label.rb
Commit message (Expand)AuthorAgeFilesLines
* validate length of label.titleTomáš Kukrál2017-01-091-0/+1
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-5/+5
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-9/+6
* Use label subject to calculate number of issues/mrs within the groupDouglas Barbosa Alexandre2016-10-311-15/+15
* Use join instead of subquery on Label.unprioritized scopeDouglas Barbosa Alexandre2016-10-191-1/+8
* Abstract LabelPriority away into methods on Label modelDouglas Barbosa Alexandre2016-10-191-1/+15
* Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-191-0/+6
* Fix sorting by label prioritiesDouglas Barbosa Alexandre2016-10-191-0/+11
* Add support to group labels prioritization on project levelDouglas Barbosa Alexandre2016-10-191-4/+6
* Add LabelPriority modelDouglas Barbosa Alexandre2016-10-191-6/+1
* Remove `::` for method call on Label#text_colorDouglas Barbosa Alexandre2016-10-191-1/+1
* Use reverse_merge on Label#issues_count and Label#merge_requests_countDouglas Barbosa Alexandre2016-10-191-2/+2
* Move common logic to reference group/project label to Label#to_referenceDouglas Barbosa Alexandre2016-10-191-0/+28
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-24/+0
* Validate if project label title does not exist at group levelDouglas Barbosa Alexandre2016-10-191-2/+3
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-7/+0
* Validates uniqueness of title unless label is a templateDouglas Barbosa Alexandre2016-10-191-4/+2
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-6/+18
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-1/+5
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+3
* Destroy related lists when a label is removedDouglas Barbosa Alexandre2016-08-171-0/+2
* Simplify regex for string-based multi-word label surrounded in quotesfix-label-reference-filterDouglas Barbosa Alexandre2016-07-131-1/+1
* Doesn't match empty label references surrounded in quotesDouglas Barbosa Alexandre2016-07-131-1/+1
* Fix markdown rendering for label references that contains `.`Douglas Barbosa Alexandre2016-07-131-2/+2
* Fix markdown rendering for label references that begin with a digitDouglas Barbosa Alexandre2016-07-131-1/+4
* Fix markdown rendering for consecutive label referencesDouglas Barbosa Alexandre2016-07-131-1/+1
* Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre2016-07-051-11/+1
* Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-051-1/+11
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-13/+3
* Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-051-3/+17
* 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