summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/sql
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-3/+16
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-193-12/+12
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-202-1/+32
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+37
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-193-36/+15
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-205-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-021-0/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-232-3/+3
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-235-0/+10
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-252-2/+2
* Ignore min_chars_for_partial_matching unles trigrm40379-CJK-search-min-charsMario de la Ossa2019-07-041-0/+12
* Replace dots with an underscore when creating an alias for the CTEDouglas Barbosa Alexandre2019-02-111-0/+9
* Remove rails4 specific codeJasper Maes2018-12-161-2/+1
* Add Gitlab::SQL:CTE for easily building CTE statementsDouglas Barbosa Alexandre2018-06-111-0/+42
* Rails 5 fix glob specJasper Maes2018-06-061-1/+2
* Optimise searching for users using short queriesYorick Peterse2018-02-221-0/+6
* Modify fuzzy_arel_match to search for equality when a term shorter than 3 cha...Douwe Maan2017-11-271-2/+18
* Rename to_fuzzy_arel to fuzzy_arel_matchDouwe Maan2017-11-241-6/+6
* Don't break when building unions on empty collectionsBob Van Landuyt2017-10-041-0/+7
* Use a UNION ALL for getting merge request notesmerge-request-notes-performanceYorick Peterse2017-10-021-0/+7
* Fix typoHiroyuki Sato2017-09-051-1/+1
* Fix MySQL spec errorsHiroyuki Sato2017-08-311-5/+5
* Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-0/+120
* RefactorHiroyuki Sato2017-08-291-1/+1
* Move the logic to a concernHiroyuki Sato2017-08-291-8/+8
* Fix escape characters was not sanitizedHiroyuki Sato2017-08-261-0/+24
* Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-251-0/+31
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-272-2/+2
* Backports for ee-2112Lin Jen-Shin2017-07-061-0/+53
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-0/+49
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-6/+16
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Fix UNION syntax for MySQLYorick Peterse2015-11-181-1/+1
* Added Gitlab::SQL::Union classYorick Peterse2015-11-181-0/+16