Skip to content
代码片段 群组 项目
未验证 提交 36f67aff 编辑于 作者: Huzaifa Iftikhar's avatar Huzaifa Iftikhar 提交者: GitLab
浏览文件

Update schema to gitlab_main_clusterwide for instance wide tables

上级 2cf5d24e
No related branches found
No related tags found
无相关合并请求
......@@ -7,4 +7,4 @@ feature_categories:
description: Stores Amazon S3 configurations used for instance level audit event streaming.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/136492
milestone: '16.7'
gitlab_schema: gitlab_main
gitlab_schema: gitlab_main_clusterwide
......@@ -7,4 +7,4 @@ feature_categories:
description: Stores external destination urls for instance level audit events.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/116909
milestone: '15.11'
gitlab_schema: gitlab_main
gitlab_schema: gitlab_main_clusterwide
......@@ -7,4 +7,4 @@ feature_categories:
description: Stores Instance level Google Cloud Logging configurations associated with IAM service accounts, used for generating access tokens.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/issues/423036
milestone: '16.4'
gitlab_schema: gitlab_main
gitlab_schema: gitlab_main_clusterwide
......@@ -10,3 +10,5 @@ milestone: '16.7'
gitlab_schema: gitlab_main_cell
sharding_key:
namespace_id: namespaces
allow_cross_foreign_keys:
- gitlab_main_clusterwide
......@@ -7,4 +7,4 @@ feature_categories:
description: Represents an event type filter for audit event streaming
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123330
milestone: '16.1'
gitlab_schema: gitlab_main
gitlab_schema: gitlab_main_clusterwide
......@@ -7,4 +7,4 @@ feature_categories:
description: Represents a HTTP header sent with streaming audit events to instance level destinations
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88063
milestone: '16.1'
gitlab_schema: gitlab_main
gitlab_schema: gitlab_main_clusterwide
......@@ -12,7 +12,6 @@
# Specific tables can be exempted from this requirement, and such tables must be added to the `exempted_tables` list.
let!(:exempted_tables) do
[
"audit_events_instance_amazon_s3_configurations", # https://gitlab.com/gitlab-org/gitlab/-/issues/431327
"sbom_source_packages" # https://gitlab.com/gitlab-org/gitlab/-/issues/437718
]
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册