Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-02Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable
2018-07-31Add ability to filter labels by title or descriptionDmitriy Zaporozhets
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-06-18Properly detect label reference if followed by period or question markDouwe Maan
2018-05-28Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett
2018-04-19Add/use Label#priority? and remove weird paddingLuke Bennett
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-09Use Goldiloader for handling N+1 queriesYorick Peterse
2018-03-03Bring one group board to CEFelipe Artur
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-11-23Fix link text from group contextJarka Kadlecova
2017-09-12fix another N+1 query for label prioritiesmicael.bergeron
2017-09-06Fix failing specFelipe Artur
2017-08-31Continue BE backportFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
2017-05-25Provide default for calculating label text color (!11681)winh
2017-04-28Add board_move slash commandAlex Sanford
2017-04-12Remove heading and trailing spaces from label's color and titleblackst0ne
2017-03-17Added labels to the issue web hookLuke "Jared" Bennett
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-01-09validate length of label.titleTomáš Kukrál
2017-01-03Fix cross-project references copy to include the project referenceJames Lopez
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-11-01Use label subject to calculate number of issues/mrs within the groupDouglas Barbosa Alexandre
2016-10-19Use join instead of subquery on Label.unprioritized scopeDouglas Barbosa Alexandre
2016-10-19Abstract LabelPriority away into methods on Label modelDouglas Barbosa Alexandre
2016-10-19Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre
2016-10-19Fix sorting by label prioritiesDouglas Barbosa Alexandre
2016-10-19Add support to group labels prioritization on project levelDouglas Barbosa Alexandre
2016-10-19Add LabelPriority modelDouglas Barbosa Alexandre
2016-10-19Remove `::` for method call on Label#text_colorDouglas Barbosa Alexandre
2016-10-19Use reverse_merge on Label#issues_count and Label#merge_requests_countDouglas Barbosa Alexandre
2016-10-19Move common logic to reference group/project label to Label#to_referenceDouglas Barbosa Alexandre
2016-10-19Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre
2016-10-19Validate if project label title does not exist at group levelDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Validates uniqueness of title unless label is a templateDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-08-17Destroy related lists when a label is removedDouglas Barbosa Alexandre
2016-07-13Simplify regex for string-based multi-word label surrounded in quotesDouglas Barbosa Alexandre
2016-07-13Doesn't match empty label references surrounded in quotesDouglas Barbosa Alexandre