summaryrefslogtreecommitdiff
path: root/lib/gitlab/sql
Commit message (Expand)AuthorAgeFilesLines
* Replace dots with an underscore when creating an alias for the CTEDouglas Barbosa Alexandre2019-02-111-1/+1
* Adds milestone searchJacopo2019-01-241-1/+1
* Enable even more frozen string for lib/gitlabgfyoung2018-11-195-0/+10
* Add Gitlab::SQL:CTE for easily building CTE statementsDouglas Barbosa Alexandre2018-06-111-0/+50
* Added changelog for user search improvementsusers-autocompleteYorick Peterse2018-02-221-4/+2
* Optimise searching for users using short queriesYorick Peterse2018-02-221-2/+14
* Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-0/+6
* Modify fuzzy_arel_match to search for equality when a term shorter than 3 cha...Douwe Maan2017-11-271-5/+12
* Rename to_fuzzy_arel to fuzzy_arel_matchDouwe Maan2017-11-241-1/+1
* Don't break when building unions on empty collectionsBob Van Landuyt2017-10-041-1/+5
* Use a UNION ALL for getting merge request notesmerge-request-notes-performanceYorick Peterse2017-10-021-2/+7
* Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-0/+23
* RefactorHiroyuki Sato2017-08-291-7/+3
* Move the logic to a concernHiroyuki Sato2017-08-291-23/+16
* Fix escape characters was not sanitizedHiroyuki Sato2017-08-261-2/+7
* Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-251-0/+29
* Backports for ee-2112Lin Jen-Shin2017-07-061-0/+22
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-0/+62
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-3/+1
* Fix UNION syntax for MySQLYorick Peterse2015-11-181-2/+2
* Added Gitlab::SQL::Union classYorick Peterse2015-11-181-0/+34