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-10-29Merge branch 'rails5-deprecated-uniq' into 'master'Robert Speicher
2018-10-26Replace deprecated uniq on a Relation with distinctJasper Maes
2018-10-17Moving state_count to Milestone model and related testsEagllus
2018-09-18Don't use MilestoneFinder for group milestonesDouglas Barbosa Alexandre
2018-08-07Fix missing and duplicates on project milestone listing pageOswaldo Ferreira
2018-08-02Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable
2018-07-30Fix ordering by name on milestones pageDouglas Barbosa Alexandre
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-07-06[Rails5] Fix milestone GROUP BY queryblackst0ne
2018-05-11Fix static analysysShinya Maeda
2018-05-08Decouple to_params from AtomicInternalId concernShinya Maeda
2018-04-20Atomic internal ids for all modelsAndreas Brandl
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-04-05Fix specsFelipe Artur
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-03-16Deprecate InternalId concern and rename.Andreas Brandl
2017-12-05[CE-Backport] Fix board filter when milestone is predefinedFelipe Artur
2017-11-27Use fuzzy search with minimum length of 3 characters where appropriateDouwe Maan
2017-11-24Use Gitlab::SQL::Pattern where appropriateDouwe Maan
2017-11-23Fix link text from group contextJarka Kadlecova
2017-11-18Changed validation error message on wrong milestone datesXurxo Méndez Pérez
2017-09-20Fix rewriting issue references with group milestonesGrzegorz Bizon
2017-08-29replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin
2017-08-29replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin
2017-08-07Support references to group milestonesSean McGivern
2017-07-07Native group milestonesFelipe Artur
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-16Improve method names and add more specsFelipe Artur
2017-06-16Order merge requests by priorityFelipe Artur
2017-06-16Remove Drag and drop and sorting from milestone viewFelipe Artur
2017-05-29Fix: Milestone - Participants list is showing duplicate assigneesValery Sizov
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-07Removed `Milestone#is_empty?`Jacopo
2017-04-02Enable Style/Proc cop for rubocopmhasbini
2017-03-24Add dropdown sort to project milestonesGeorge Andrinopoulos
2017-03-15Allow filtering by all started milestonesSean McGivern
2017-01-06Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski
2017-01-03Fix cross-project references copy to include the project referenceJames Lopez
2016-12-20Milestoneish SQL performance partially improved and memoizedJames Edwards-Jones
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-11-23Add a starting date to milestonesValery Sizov
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-09-30Allowing ">" to be used for Milestone models's title and storing the value in...Makoto Scott-Hinkle
2016-07-01use has_many relationship with eventsJames Lopez
2016-06-29fixing events for import/exportJames Lopez
2016-05-19Address Yorick's feedbackRémy Coutable
2016-05-19Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable
2016-05-16Return a relation with PostgresSean McGivern