summaryrefslogtreecommitdiff
path: root/lib/gitlab/sql
Commit message (Expand)AuthorAgeFilesLines
* 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