summaryrefslogtreecommitdiff
path: root/lib/gitlab/sql/pattern.rb
Commit message (Expand)AuthorAgeFilesLines
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-1/+1
* Allow filtering labels by a single characterSean McGivern2019-03-131-1/+5
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
* Enable even more frozen string for lib/gitlabgfyoung2018-11-191-0/+2
* 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
* 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