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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

76 lines
2.1 KiB
YAML
Raw Permalink 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
2022-07-23 23:45:48 +05:30
HighTrafficTables: &high_traffic_tables # size in GB (>= 10 GB on GitLab.com as of 06/2022) and/or number of records
- :alert_management_alerts
- :approval_merge_request_rules_users
2020-06-23 00:09:42 +05:30
- :audit_events
2022-07-23 23:45:48 +05:30
- :authentication_events
- :ci_build_needs
- :ci_build_report_results
2020-06-23 00:09:42 +05:30
- :ci_builds
- :ci_builds_metadata
2022-07-23 23:45:48 +05:30
- :ci_build_trace_metadata
2020-06-23 00:09:42 +05:30
- :ci_job_artifacts
2023-03-17 16:20:25 +05:30
- :ci_job_artifact_states
- :ci_job_variables
- :ci_namespace_mirrors
2020-06-23 00:09:42 +05:30
- :ci_pipelines
2022-07-23 23:45:48 +05:30
- :ci_pipelines_config
2023-03-17 16:20:25 +05:30
- :ci_pipeline_messages
2022-07-23 23:45:48 +05:30
- :ci_pipeline_variables
2023-03-17 16:20:25 +05:30
- :ci_refs
2020-06-23 00:09:42 +05:30
- :ci_stages
- :deployments
2022-07-23 23:45:48 +05:30
- :description_versions
- :error_tracking_error_events
2020-06-23 00:09:42 +05:30
- :events
2020-11-24 15:15:51 +05:30
- :gitlab_subscriptions
2022-07-23 23:45:48 +05:30
- :gpg_signatures
2020-06-23 00:09:42 +05:30
- :issues
2022-07-23 23:45:48 +05:30
- :label_links
- :lfs_objects
- :lfs_objects_projects
2021-11-11 11:23:49 +05:30
- :members
2022-07-23 23:45:48 +05:30
- :merge_request_cleanup_schedules
2020-06-23 00:09:42 +05:30
- :merge_request_diff_commits
- :merge_request_diff_files
- :merge_request_diffs
- :merge_request_metrics
- :merge_requests
- :namespaces
2022-07-23 23:45:48 +05:30
- :namespace_settings
2020-06-23 00:09:42 +05:30
- :note_diff_files
- :notes
2022-07-23 23:45:48 +05:30
- :packages_package_files
2020-06-23 00:09:42 +05:30
- :project_authorizations
- :project_ci_cd_settings
2022-07-23 23:45:48 +05:30
- :project_daily_statistics
2020-06-23 00:09:42 +05:30
- :project_features
2022-07-23 23:45:48 +05:30
- :projects
- :project_settings
2021-04-17 20:07:23 +05:30
- :protected_branches
2020-06-23 00:09:42 +05:30
- :push_event_payloads
- :resource_label_events
2022-07-23 23:45:48 +05:30
- :resource_state_events
2020-06-23 00:09:42 +05:30
- :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
2022-07-23 23:45:48 +05:30
- :uploads
2021-02-22 17:27:13 +05:30
- :user_details
2022-07-23 23:45:48 +05:30
- :user_preferences
- :users
- :vulnerabilities
- :vulnerability_occurrence_identifiers
- :vulnerability_occurrence_pipelines
2021-03-11 19:13:27 +05:30
- :vulnerability_occurrences
2022-07-23 23:45:48 +05:30
- :vulnerability_reads
2020-06-23 00:09:42 +05:30
- :web_hook_logs
DeniedMethods:
- :change_column_type_concurrently
- :rename_column_concurrently
- :update_column_in_batches