gitlab-org--gitlab-foss/spec/finders/concerns
Sean McGivern 843f4b94b5 Ignore ordering when calling find_by on finders
We shouldn't care about the ordering here; if we did, it would be more
appropriate to use `take` or `first`. Having the ordering can result in
the database picking a bad query plan, as it might think sorting the
whole table first is the best option.
2019-02-20 11:31:06 +00:00
..
finder_methods_spec.rb Ignore ordering when calling find_by on finders 2019-02-20 11:31:06 +00:00
finder_with_cross_project_access_spec.rb Hide confidential events in ruby 2018-12-17 18:47:53 +01:00