gitlab-org--gitlab-foss/lib/gitlab/sql
Sean McGivern eba5672077 Allow filtering labels by a single character
When we use Gitlab::SQL::Pattern, this typically relates to a trigram
index. As the 'tri' indicates, we need at least three characters to be
able to use that index.

Labels don't have a trigram index, because we never allow you to search
for them globally: it's always in the context of a project or a
group. In that context, it's just as fast to search for a single
character (in general) because there is already a pretty specific index
being used.
2019-03-13 10:54:43 +00:00
..
cte.rb Enable even more frozen string for lib/gitlab 2018-11-19 18:24:22 -08:00
glob.rb Enable even more frozen string for lib/gitlab 2018-11-19 18:24:22 -08:00
pattern.rb Allow filtering labels by a single character 2019-03-13 10:54:43 +00:00
recursive_cte.rb Replace dots with an underscore when creating an alias for the CTE 2019-02-11 18:06:54 -02:00
union.rb Adds milestone search 2019-01-24 18:44:09 +01:00