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
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-04Ignore min_chars_for_partial_matching unles trigrmMario de la Ossa
2019-05-05Run rubocop -a on CE filesStan Hu
2019-03-13Allow filtering labels by a single characterSean McGivern
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
2019-02-11Replace dots with an underscore when creating an alias for the CTEDouglas Barbosa Alexandre
2019-01-24Adds milestone searchJacopo
2018-11-20Enable even more frozen string for lib/gitlabgfyoung
2018-06-11Add Gitlab::SQL:CTE for easily building CTE statementsDouglas Barbosa Alexandre
2018-02-22Added changelog for user search improvementsYorick Peterse
2018-02-22Optimise searching for users using short queriesYorick Peterse
2017-11-27Use fuzzy search with minimum length of 3 characters where appropriateDouwe Maan
2017-11-27Modify fuzzy_arel_match to search for equality when a term shorter than 3 cha...Douwe Maan
2017-11-24Rename to_fuzzy_arel to fuzzy_arel_matchDouwe Maan
2017-10-04Don't break when building unions on empty collectionsBob Van Landuyt
2017-10-02Use a UNION ALL for getting merge request notesYorick Peterse
2017-08-30Fuzzy search issuable title or descriptionHiroyuki Sato
2017-08-29RefactorHiroyuki Sato
2017-08-29Move the logic to a concernHiroyuki Sato
2017-08-26Fix escape characters was not sanitizedHiroyuki Sato
2017-08-25Improve AutocompleteController#user.json performanceHiroyuki Sato
2017-07-06Backports for ee-2112Lin Jen-Shin
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2016-12-15Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan
2015-11-18Fix UNION syntax for MySQLYorick Peterse
2015-11-18Added Gitlab::SQL::Union classYorick Peterse