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
2019-07-30Make quick action "commands applied" banner more useful🙈 jacopo beschi 🙉
2019-07-24Add where condition to filter out invalid labels with nil typePatrick Derichs
2019-06-07Remove some deprecated codeDmitriy Zaporozhets
2019-04-23Move scoped_label into label presenterJan Provaznik
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...John Jarvis
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-28Check if labels are available for target issuableJarka Košanová
2019-03-13Allow filtering labels by a single characterSean McGivern
2019-01-18Fix inconsistent label foreground colorNathan Friend
2018-11-23Filter by `None`/`Any` for labels in issues/mrs APIJacopo
2018-11-05Fixed label removal from issueChantal Rollison
2018-10-04Add subscribe filter to labels pageDmitriy Zaporozhets
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-09-10Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets
2018-09-07Use optionally_search for group labels index pageDmitriy Zaporozhets
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