debian-mirror-gitlab/rubocop/rubocop-migrations.yml

51 lines
1.4 KiB
YAML
Raw Normal View History

2021-01-03 14:25:43 +05:30
# Make sure to update the docs if this file moves. Docs URL: https://docs.gitlab.com/ee/development/migration_style_guide.html#when-to-use-the-helper-method
2020-06-23 00:09:42 +05:30
Migration/UpdateLargeTable:
Enabled: true
2021-01-03 14:25:43 +05:30
HighTrafficTables: &high_traffic_tables # size in GB (>= 10 GB on GitLab.com as of 02/2020) and/or number of records
2020-06-23 00:09:42 +05:30
- :audit_events
- :ci_build_trace_sections
- :ci_builds
- :ci_builds_metadata
- :ci_job_artifacts
- :ci_pipeline_variables
- :ci_pipelines
- :ci_stages
- :deployments
- :events
2020-11-24 15:15:51 +05:30
- :gitlab_subscriptions
2020-06-23 00:09:42 +05:30
- :issues
2021-11-11 11:23:49 +05:30
- :members
2020-06-23 00:09:42 +05:30
- :merge_request_diff_commits
- :merge_request_diff_files
- :merge_request_diffs
- :merge_request_metrics
- :merge_requests
2021-04-29 21:17:54 +05:30
- :namespace_settings
2020-06-23 00:09:42 +05:30
- :namespaces
- :note_diff_files
- :notes
- :project_authorizations
- :projects
- :project_ci_cd_settings
2021-02-22 17:27:13 +05:30
- :project_settings
2020-06-23 00:09:42 +05:30
- :project_features
2021-04-17 20:07:23 +05:30
- :protected_branches
2020-06-23 00:09:42 +05:30
- :push_event_payloads
- :resource_label_events
- :routes
2021-01-29 00:20:46 +05:30
- :security_findings
2020-06-23 00:09:42 +05:30
- :sent_notifications
- :system_note_metadata
- :taggings
- :todos
- :users
2021-02-22 17:27:13 +05:30
- :user_preferences
- :user_details
2021-03-11 19:13:27 +05:30
- :vulnerability_occurrences
2020-06-23 00:09:42 +05:30
- :web_hook_logs
2021-09-30 23:02:18 +05:30
- :vulnerabilities
2020-06-23 00:09:42 +05:30
DeniedMethods:
- :change_column_type_concurrently
- :rename_column_concurrently
- :update_column_in_batches