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

Merge branch 'determine-sharding-key-feature-category-deployment_management' into 'master'

Add sharding keys for deployment_management

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



Merged-by: default avatarAndy Soiron <asoiron@gitlab.com>
Approved-by: default avatarAndy Soiron <asoiron@gitlab.com>
Approved-by: default avatarHunter Stewart <hustewart@gitlab.com>
Co-authored-by: default avatarTiger <twatson@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -7,4 +7,12 @@ feature_categories: ...@@ -7,4 +7,12 @@ feature_categories:
description: Represents a GitLab Agent for Kubernetes installed in a Kubernetes cluster description: Represents a GitLab Agent for Kubernetes installed in a Kubernetes cluster
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33228 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33228
milestone: '13.3' milestone: '13.3'
gitlab_schema: gitlab_main gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys:
- gitlab_main_clusterwide
sharding_key:
project_id: projects
...@@ -4,7 +4,10 @@ classes: ...@@ -4,7 +4,10 @@ classes:
- Clusters::ClusterEnabledGrant - Clusters::ClusterEnabledGrant
feature_categories: feature_categories:
- deployment_management - deployment_management
description: Persists information about namespaces which got an extended life for certificate based clusters description: Persists information about namespaces which got an extended life for
certificate based clusters
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87149 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87149
milestone: '15.1' milestone: '15.1'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
sharding_key:
namespace_id: namespaces
...@@ -7,4 +7,12 @@ feature_categories: ...@@ -7,4 +7,12 @@ feature_categories:
description: "(Deprecated) Join table between 'clusters' and 'namespaces'" description: "(Deprecated) Join table between 'clusters' and 'namespaces'"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/0e15eec86d83cbdfefe17966bf5c02e4d419a34d introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/0e15eec86d83cbdfefe17966bf5c02e4d419a34d
milestone: '11.5' milestone: '11.5'
gitlab_schema: gitlab_main gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys:
- gitlab_main_clusterwide
sharding_key:
group_id: namespaces
...@@ -7,4 +7,12 @@ feature_categories: ...@@ -7,4 +7,12 @@ feature_categories:
description: "(Deprecated) Join table between 'clusters' and 'projects'" description: "(Deprecated) Join table between 'clusters' and 'projects'"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/d0cff7f5855f91b5479f9fdaa39d8d95ec691a9e introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/d0cff7f5855f91b5479f9fdaa39d8d95ec691a9e
milestone: '10.2' milestone: '10.2'
gitlab_schema: gitlab_main gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys:
- gitlab_main_clusterwide
sharding_key:
project_id: projects
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册