gitlab-org--gitlab-foss/app/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
..
created_at_filter.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
custom_attributes_filter.rb Merge branch 'frozen-string-app-finders-graphql' into 'master' 2018-09-13 19:44:31 +00:00
finder_methods.rb Ignore ordering when calling find_by on finders 2019-02-20 11:31:06 +00:00
finder_with_cross_project_access.rb Hide confidential events in ruby 2018-12-17 18:47:53 +01:00