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

Part 1 : Remove unnecessary allows between gitlab_schemas

上级 96423661
No related branches found
No related tags found
1 合并请求!2498Add job wait time to group runners dashboard
显示
9 个添加94 个删除
...@@ -10,5 +10,3 @@ milestone: '15.7' ...@@ -10,5 +10,3 @@ milestone: '15.7'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
sharding_key: sharding_key:
namespace_id: namespaces namespace_id: namespaces
allow_cross_joins:
- gitlab_main_clusterwide # TODO: Exists just for example in specs
...@@ -4,12 +4,9 @@ classes: ...@@ -4,12 +4,9 @@ classes:
- ActivityPub::ReleasesSubscription - ActivityPub::ReleasesSubscription
feature_categories: feature_categories:
- release_orchestration - release_orchestration
description: Stores subscriptions from external users through ActivityPub for project description: Stores subscriptions from external users through ActivityPub for project releases
releases
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132889 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132889
milestone: '16.6' milestone: '16.6'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
sharding_key: sharding_key:
project_id: projects project_id: projects
allow_cross_transactions:
- gitlab_main_clusterwide # TODO: Exists just for example in specs
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- Clusters::Agents::Authorizations::CiAccess::ProjectAuthorization - Clusters::Agents::Authorizations::CiAccess::ProjectAuthorization
feature_categories: feature_categories:
- deployment_management - deployment_management
description: Configuration for a project that is authorized to use a particular cluster description: Configuration for a project that is authorized to use a particular cluster agent
agent
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67295 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67295
milestone: '14.3' milestone: '14.3'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- Clusters::Agents::Authorizations::UserAccess::GroupAuthorization - Clusters::Agents::Authorizations::UserAccess::GroupAuthorization
feature_categories: feature_categories:
- deployment_management - deployment_management
description: Configuration for a group that is authorized to use a particular cluster description: Configuration for a group that is authorized to use a particular cluster agent through user_access keyword
agent through user_access keyword
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/116901 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/116901
milestone: '15.11' milestone: '15.11'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- Clusters::Agents::Authorizations::UserAccess::ProjectAuthorization - Clusters::Agents::Authorizations::UserAccess::ProjectAuthorization
feature_categories: feature_categories:
- deployment_management - deployment_management
description: Configuration for a project that is authorized to use a particular cluster description: Configuration for a project that is authorized to use a particular cluster agent through user_access keyword
agent through user_access keyword
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/116901 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/116901
milestone: '15.11' milestone: '15.11'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -8,10 +8,6 @@ description: Persists metadata between users and alerts to support alert assignm ...@@ -8,10 +8,6 @@ description: Persists metadata between users and alerts to support alert assignm
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32609 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32609
milestone: '13.1' milestone: '13.1'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
desired_sharding_key: desired_sharding_key:
......
...@@ -8,10 +8,6 @@ description: Persists metadata for uploads related to alerts ...@@ -8,10 +8,6 @@ description: Persists metadata for uploads related to alerts
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80339 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80339
milestone: '14.8' milestone: '14.8'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
desired_sharding_key: desired_sharding_key:
......
...@@ -8,10 +8,6 @@ description: Persists metadata for system notes related to alerts ...@@ -8,10 +8,6 @@ description: Persists metadata for system notes related to alerts
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33217 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33217
milestone: '13.1' milestone: '13.1'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
desired_sharding_key: desired_sharding_key:
......
...@@ -8,10 +8,6 @@ description: Persists incoming alert data including its payload ...@@ -8,10 +8,6 @@ description: Persists incoming alert data including its payload
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29864 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29864
milestone: '13.0' milestone: '13.0'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -8,10 +8,6 @@ description: Persists settings for alert HTTP integrations ...@@ -8,10 +8,6 @@ description: Persists settings for alert HTTP integrations
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43634 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43634
milestone: '13.5' milestone: '13.5'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- AllowedEmailDomain - AllowedEmailDomain
feature_categories: feature_categories:
- groups_and_projects - groups_and_projects
description: Stores email domains for group, only members with email from those domains description: Stores email domains for group, only members with email from those domains can be added to the group
can be added to the group
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/14800 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/14800
milestone: '12.2' milestone: '12.2'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- Analytics::CycleAnalytics::Aggregation - Analytics::CycleAnalytics::Aggregation
feature_categories: feature_categories:
- value_stream_management - value_stream_management
description: Stores Value Stream Analytics aggregation related metadata for top-level description: Stores Value Stream Analytics aggregation related metadata for top-level groups.
groups.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79942 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79942
milestone: '14.9' milestone: '14.9'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -8,10 +8,6 @@ description: TODO ...@@ -8,10 +8,6 @@ description: TODO
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/15061 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/15061
milestone: '12.2' milestone: '12.2'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -8,10 +8,6 @@ description: Store group level Value Stream objects. ...@@ -8,10 +8,6 @@ description: Store group level Value Stream objects.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36658 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36658
milestone: '13.2' milestone: '13.2'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- Analytics::CycleAnalytics::IssueStageEvent - Analytics::CycleAnalytics::IssueStageEvent
feature_categories: feature_categories:
- value_stream_management - value_stream_management
description: Contains various Issue-related timestamps for aggregating Value Stream description: Contains various Issue-related timestamps for aggregating Value Stream Analytics data.
Analytics data.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68950 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68950
milestone: '14.3' milestone: '14.3'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- Analytics::CycleAnalytics::MergeRequestStageEvent - Analytics::CycleAnalytics::MergeRequestStageEvent
feature_categories: feature_categories:
- value_stream_management - value_stream_management
description: Contains various MergeRequest-related timestamps for aggregating Value description: Contains various MergeRequest-related timestamps for aggregating Value Stream Analytics data.
Stream Analytics data.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68950 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68950
milestone: '14.3' milestone: '14.3'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -8,10 +8,6 @@ description: Stores settings for each value stream. ...@@ -8,10 +8,6 @@ description: Stores settings for each value stream.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132650 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132650
milestone: '16.5' milestone: '16.5'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
desired_sharding_key: desired_sharding_key:
......
...@@ -4,15 +4,10 @@ classes: ...@@ -4,15 +4,10 @@ classes:
- Analytics::DashboardsPointer - Analytics::DashboardsPointer
feature_categories: feature_categories:
- devops_reports - devops_reports
description: Stores project link with configuration files for Analytics Dashboards description: Stores project link with configuration files for Analytics Dashboards group feature.
group feature.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107673 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107673
milestone: '15.8' milestone: '15.8'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -8,10 +8,6 @@ description: Stores a reference to the Namespace which is enabled for the DevOps ...@@ -8,10 +8,6 @@ description: Stores a reference to the Namespace which is enabled for the DevOps
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45748 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45748
milestone: '13.6' milestone: '13.6'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
...@@ -8,10 +8,6 @@ description: Contains snapshot data about the used programming languages over ti ...@@ -8,10 +8,6 @@ description: Contains snapshot data about the used programming languages over ti
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16491 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16491
milestone: '12.3' milestone: '12.3'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys: allow_cross_foreign_keys:
- gitlab_main_clusterwide - gitlab_main_clusterwide
sharding_key: sharding_key:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册