gitlab-org--gitlab-foss/spec
Yorick Peterse c16b99a49c
Use a UNION ALL for getting merge request notes
In this particular case the use of UNION ALL leads to a better query
plan compared to using 1 big query that uses an OR statement to combine
different data sources.

See https://gitlab.com/gitlab-org/gitlab-ce/issues/38508 for more
information.
2017-10-02 15:31:59 +02:00
..
bin
config
controllers Fix the filesystem shard health check to check all configured shards 2017-09-19 11:05:42 +01:00
db/production
factories Merge branch 'hashed-storage-migration-path' into 'master' 2017-09-28 17:26:16 +00:00
features Fix fork button being disabled for users who can fork to group 2017-09-29 10:51:26 +01:00
finders Support custom attributes on users 2017-09-28 16:49:42 +00:00
fixtures Expose last pipeline details in API response when getting a single commit 2017-09-26 13:08:46 +02:00
helpers Merge branch '38189-fix-user-avatar-url-cdn' into 'master' 2017-09-25 11:04:14 +00:00
initializers Clean up read_registry scope changes 2017-09-18 08:39:01 -04:00
javascripts Merge branch '38052-use-simple-api-for-projects' into 'master' 2017-10-02 07:39:07 +00:00
lib Use a UNION ALL for getting merge request notes 2017-10-02 15:31:59 +02:00
mailers
migrations Merge branch '36631-activerecord-statementinvalid-pg-querycanceled-error-canceling-statement-due-to-statement-timeout' into 'master' 2017-09-29 13:43:28 +00:00
models Merge branch 'remote_user' into 'master' 2017-10-02 07:16:22 +00:00
policies moved fork checks into policies 2017-09-29 12:14:39 +01:00
presenters
requests Support custom attributes on users 2017-09-28 16:49:42 +00:00
routing
rubocop/cop
serializers Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
services Create repositories via Gitaly 2017-09-29 18:27:06 +02:00
sidekiq/cron
support Support custom attributes on users 2017-09-28 16:49:42 +00:00
tasks Add support to migrate existing projects to Hashed Storage async 2017-09-28 16:32:14 +01:00
unicorn
uploaders
validators
views Add context tabs to dashboard/projects 2017-09-22 12:12:15 +01:00
workers Make Repository#has_visible_content more efficient 2017-09-29 13:08:44 +00:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Automatically set a :type for specs 2017-09-22 09:16:43 +02:00