Sha256: 8797aa3a42fa56b5c7f84e63ae133f57294d90f9f2beb1f2a463d2278eaef0e9
Contents?: true
Size: 822 Bytes
Versions: 16
Compression:
Stored size: 822 Bytes
Contents
--- require: - ./lib/gitlab/styles/rubocop # Checks for methods that may lead to batch type issues on a table that's been # explicitly denied because of its size. # # Even though these methods perform functions to avoid # downtime, using it with tables with millions of rows still causes a # significant delay in the deploy process and is best avoided. # # See https://gitlab.com/gitlab-com/infrastructure/issues/1602 for more # information. # The default can be changed as follows: # Migration/UpdateLargeTable: # DeniedTables: # - :usage_data # - :version_checks # DeniedMethods: # - :add_column_with_default # - :change_column_type_concurrently # - :rename_column_concurrently # - :update_column_in_batches Migration/UpdateLargeTable: Enabled: false
Version data entries
16 entries across 16 versions & 1 rubygems