summaryrefslogtreecommitdiff
path: root/app/models/label.rb
Commit message (Expand)AuthorAgeFilesLines
* Properly detect label reference if followed by period or question markDouwe Maan2018-06-181-5/+10
* Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett2018-05-281-2/+2
|\
| * Revert the addition of goldiloaderYorick Peterse2018-04-181-2/+2
* | Add/use Label#priority? and remove weird paddingLuke Bennett2018-04-191-0/+4
|/
* Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-2/+2
* Bring one group board to CEFelipe Artur2018-03-031-0/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Fix link text from group contextJarka Kadlecova2017-11-231-3/+3
* fix another N+1 query for label priorities34510-board-issues-sql-speedupmicael.bergeron2017-09-121-1/+6
* Fix failing specee_issue_928_backportFelipe Artur2017-09-061-1/+1
* Continue BE backportFelipe Artur2017-08-311-0/+1
* Group boards CE backportFelipe Artur2017-08-281-1/+2
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-2/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Provide default for calculating label text color (!11681)winh2017-05-251-0/+4
* Add board_move slash commandAlex Sanford2017-04-281-0/+1
* Remove heading and trailing spaces from label's color and titleblackst0ne2017-04-121-0/+6
* Added labels to the issue web hookLuke "Jared" Bennett2017-03-171-0/+4
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-9/+9
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-9/+9
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Enable Style/DotPositionDouwe Maan2017-02-231-3/+3
* 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