gitlab-org--gitlab-foss/spec/finders/autocomplete
Alexis Reigel 022ee0c0c9
don't filter tags by taggable type
Due to performance reasons we cannot use the type filter on the tags.
The table for ActsAsTaggableOn is too big and too unoptimized, such that
the queries time out on production.

See the discussion
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740#note_120087938
for more info.
2019-02-27 20:19:50 +01:00
..
acts_as_taggable_on don't filter tags by taggable type 2019-02-27 20:19:50 +01:00
group_finder_spec.rb
move_to_project_finder_spec.rb
project_finder_spec.rb
users_finder_spec.rb