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-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