Sha256: e9781aa019ba8909f523f8ee940dc948d6cb583af9f7fa99e2a2a7a599f6bbe9

Contents?: true

Size: 780 Bytes

Versions: 8

Compression:

Stored size: 780 Bytes

Contents

---
# 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

8 entries across 8 versions & 1 rubygems

Version Path
gitlab-styles-6.2.0 rubocop-migrations.yml
gitlab-styles-6.1.0 rubocop-migrations.yml
gitlab-styles-6.0.0 rubocop-migrations.yml
gitlab-styles-5.4.0 rubocop-migrations.yml
gitlab-styles-5.3.0 rubocop-migrations.yml
gitlab-styles-5.2.0 rubocop-migrations.yml
gitlab-styles-5.1.0 rubocop-migrations.yml
gitlab-styles-5.0.0 rubocop-migrations.yml