Skip to content
代码片段 群组 项目
提交 6b744e62 编辑于 作者: Adam Hegyi's avatar Adam Hegyi
浏览文件

Merge branch 'morefice/update-high-traffic-list' into 'master'

Update High Traffic table list

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138455



Merged-by: default avatarAdam Hegyi <ahegyi@gitlab.com>
Co-authored-by: default avatarMaxime Orefice <morefice@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -871,7 +871,8 @@ Migration/ReferToIndexByName:
Migration/CreateTableWithForeignKeys:
# Disable this cop for all the existing migrations
Exclude:
- !ruby/regexp /\Adb\/(?:post_)?migrate\/(?:201[0-9]\d+|20200[0-8][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])_.+\.rb\z/
- !ruby/regexp /\Adb\/(post_)?migrate\/201.*\.rb\z/
- !ruby/regexp /\Adb\/(post_)?migrate\/2022[1-11].*\.rb\z/
Migration/PreventIndexCreation:
Exclude:
......
......@@ -3,6 +3,7 @@ Migration/UpdateLargeTable:
Enabled: true
HighTrafficTables: &high_traffic_tables # size in GB (>= 10 GB on GitLab.com as of 06/2022) and/or number of records
- :alert_management_alerts
- :approvals
- :approval_merge_request_rules_users
- :audit_events
- :authentication_events
......@@ -22,11 +23,14 @@ Migration/UpdateLargeTable:
- :ci_refs
- :ci_stages
- :deployments
- :deployment_merge_requests
- :description_versions
- :diff_note_positions
- :error_tracking_error_events
- :events
- :gitlab_subscriptions
- :gpg_signatures
- :pm_package_version_licenses
- :issues
- :label_links
- :lfs_objects
......@@ -37,24 +41,32 @@ Migration/UpdateLargeTable:
- :merge_request_diff_files
- :merge_request_diffs
- :merge_request_metrics
- :merge_request_user_mentions
- :merge_requests
- :namespaces
- :namespace_settings
- :note_diff_files
- :notes
- :oauth_access_grants
- :oauth_access_tokens
- :packages_package_files
- :pm_package_versions
- :pm_package_version_licenses
- :project_authorizations
- :project_ci_cd_settings
- :project_daily_statistics
- :project_features
- :projects
- :project_settings
- :project_statistics
- :protected_branches
- :push_event_payloads
- :resource_label_events
- :resource_state_events
- :routes
- :sbom_occurrences
- :security_findings
- :security_scans
- :sent_notifications
- :system_note_metadata
- :taggings
......@@ -63,7 +75,9 @@ Migration/UpdateLargeTable:
- :user_details
- :user_preferences
- :users
- :user_agent_details
- :vulnerabilities
- :vulnerability_finding_links
- :vulnerability_occurrence_identifiers
- :vulnerability_occurrence_pipelines
- :vulnerability_occurrences
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册