gitlab-org--gitlab-foss/spec
Sean McGivern d8be981466 Prevent update_column_in_batches on large tables
add_column_with_default is implemented in terms of update_column_in_batches, but
update_column_in_batches can be used independently. Neither of these should be
used on the specified large tables, because they will cause issues on large
instances like GitLab.com.

This also ignores the cop for all existing migrations, renaming
AddColumnWithDefaultToLargeTable where appropriate.
2017-11-17 16:56:50 +00:00
..
bin Add Performance category to the changelog 2017-10-13 12:45:56 +02:00
config
controllers Make sure NotesActions#noteable returns a Noteable in the update action 2017-11-16 15:12:23 +01:00
db/production
factories Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce into add-ingress-to-cluster-applications 2017-11-07 17:54:03 +01:00
features Merge branch 'rc/use-existing-url-helper' into 'master' 2017-11-17 09:25:19 +00:00
finders Fix users autocomplete in a subgroup 2017-11-13 13:19:54 +00:00
fixtures Add administrative endpoint to list all pages domains 2017-11-13 16:05:44 +00:00
helpers Truncate tree to max 1,000 items and display notice to users 2017-11-15 08:28:33 -06:00
initializers Fix rspec errors, and add more tests to MethodCall and ActionView 2017-11-02 18:11:43 +01:00
javascripts Merge branch 'rc/use-existing-url-helper' into 'master' 2017-11-17 09:25:19 +00:00
lib Convert migration to populate latest merge request ID into a background migration 2017-11-17 10:23:48 +00:00
mailers Fix image diff notes email 2017-11-13 12:39:01 -02:00
migrations Merge branch 'sh-background-migration-move-mr-diff-id' into 'master' 2017-11-17 11:10:14 +00:00
models Resolve "Performance issues when loading large number of wiki pages" 2017-11-17 11:48:32 +00:00
policies Improve spec 2017-11-07 22:45:55 +09:00
presenters spec for spec/presenters 2017-10-31 01:09:39 +09:00
requests Merge branch 'bvl-adjust-openid_connect_spec' into 'master' 2017-11-16 13:13:53 +00:00
routing Merge branch 'feature-change-signout-route' into 'master' 2017-11-08 09:28:50 +00:00
rubocop/cop Prevent update_column_in_batches on large tables 2017-11-17 16:56:50 +00:00
serializers Merge branch 'master' into 38464-k8s-apps 2017-11-08 01:46:53 +09:00
services Merge branch 'cache-user-keys-count' into 'master' 2017-11-16 15:48:41 +00:00
sidekiq/cron
support we need to disable gitaly for some tests 2017-11-14 22:35:27 +01:00
tasks Remove tokens:reset_all_auth rake task 2017-11-02 11:39:02 +01:00
unicorn
uploaders Use the Hashed Storage compatible layer to store Attachments 2017-10-30 14:30:41 +01:00
validators Reallow project paths ending in periods 2017-11-06 14:46:53 +01:00
views Merge branch '37824-many-branches-lock-server' into 'master' 2017-11-07 21:49:27 +00:00
workers rework the logging to be simpler and add a threshold 2017-11-14 09:22:15 -05:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Merge branch 'master' into sh-headless-chrome-support 2017-11-02 17:05:06 -05:00