gitlab-org--gitlab-foss/lib
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
..
api Avoid plucking Todo ids and use sub-queries instead 2017-08-03 16:31:05 +02:00
assets
backup Rename ensure_dir_exist -> ensure_storage_path_exist 2017-08-01 07:44:25 +02:00
banzai Rename more path_with_namespace -> full_path or disk_path 2017-08-01 07:28:13 +02:00
bitbucket Enable the Style/PreferredHashMethods cop 2017-06-02 19:11:26 +02:00
ci Rename many path_with_namespace -> full_path 2017-08-01 07:26:58 +02:00
constraints Revert "Remove changes that are not absolutely necessary" 2017-05-24 20:59:26 +00:00
container_registry Properly handle container registry redirects to fix metadata stored on a S3 backend 2017-05-17 07:04:34 -07:00
declarative_policy cache the cache key... 2017-07-17 14:38:48 -07:00
generators/rails/post_deployment_migration
github Rename many path_with_namespace -> full_path 2017-08-01 07:26:58 +02:00
gitlab Merge branch '28472-ignore-auto-generated-mails' into 'master' 2017-08-03 12:41:16 +00:00
json_web_token
mattermost Remove Mattermost team with GitLab group 2017-07-28 09:09:55 +02:00
microsoft_teams
omni_auth/strategies Refactor CSRF protection 2017-07-26 11:05:44 +02:00
peek/rblineprof Improve & fix the performance bar UI and behavior 2017-07-06 19:37:31 +00:00
rouge remove the rouge copypasta and add notes to refactor 2017-06-07 17:49:03 -07:00
support Invalid variable 2017-08-01 05:25:26 +00:00
system_check Make the SimpleExecutor rescue exceptions in the executing Checks 2017-06-27 17:48:04 +02:00
tasks Ensure we run installation Rake tasks in a clean env in TestEnv 2017-08-02 19:02:01 +02:00
additional_email_headers_interceptor.rb
banzai.rb
declarative_policy.rb cache DeclarativePolicy.class_for at the class level 2017-07-17 14:38:48 -07:00
disable_email_interceptor.rb
email_template_interceptor.rb
event_filter.rb
expand_variables.rb
extracts_path.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
feature.rb Re-add Feature.register_feature_groups which is already documented 2017-07-10 15:56:23 +02:00
file_size_validator.rb
file_streamer.rb
gitlab.rb Make the revision on the `/help` page clickable 2017-06-09 10:35:42 +02:00
gt_one_coercion.rb
repository_cache.rb
static_model.rb
system_check.rb Fixed and improved some existing checks and SystemCheck library 2017-05-31 14:33:03 +02:00
unfold_form.rb
uploaded_file.rb
version_check.rb