gitlab-org--gitlab-foss/spec
Toon Claes a723cba574 Avoid plucking Todo ids and use sub-queries instead
TodoService should not call `.select(&:id)` on todos, because this is
bad performance. So instead use sub-queries, which will result in a
single SQL query to the database.

https://docs.gitlab.com/ee/development/sql.html#plucking-ids
2017-08-03 16:31:05 +02:00
..
bin
config
controllers Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
db/production
factories Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
features Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
finders Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
fixtures
helpers Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
initializers Use described_class when possible 2017-07-27 14:31:53 +02:00
javascripts Merge branch 'sidebar-fly-out-sub-nav' into 'master' 2017-08-03 09:33:00 +00:00
lib Merge branch '28472-ignore-auto-generated-mails' into 'master' 2017-08-03 12:41:16 +00:00
mailers Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
migrations Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
models Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
policies Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
presenters Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
requests Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
routing Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
rubocop/cop
serializers Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
services Avoid plucking Todo ids and use sub-queries instead 2017-08-03 16:31:05 +02:00
sidekiq/cron
support Merge branch 'fix-gitaly-install' into 'master' 2017-08-03 11:36:41 +00:00
tasks Don't call load_tasks as this would load the tasks twice 2017-08-02 19:02:01 +02:00
unicorn
uploaders Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
validators Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
views Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
workers Merge branch '28472-ignore-auto-generated-mails' into 'master' 2017-08-03 12:41:16 +00:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Don't send rejection mails for all auto-generated mails 2017-08-03 00:40:10 +08:00