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

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

No related branches found
No related tags found
无相关合并请求
...@@ -7,4 +7,12 @@ feature_categories: ...@@ -7,4 +7,12 @@ feature_categories:
description: Used to report the unique user usage of the CSV Issue Import feature description: Used to report the unique user usage of the CSV Issue Import feature
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44742 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44742
milestone: '13.6' milestone: '13.6'
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:
- GroupImportState - GroupImportState
feature_categories: feature_categories:
- importers - importers
description: Used to store and track the group import status when using the Import/Export feature description: Used to store and track the group import status when using the Import/Export
feature
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29588 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29588
milestone: '13.0' milestone: '13.0'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
sharding_key:
group_id: namespaces
...@@ -7,4 +7,12 @@ feature_categories: ...@@ -7,4 +7,12 @@ feature_categories:
description: Used to track and control project export status description: Used to track and control project export status
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23664 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23664
milestone: '12.9' milestone: '12.9'
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,16 @@ classes: ...@@ -4,7 +4,16 @@ classes:
- ProjectImportState - ProjectImportState
feature_categories: feature_categories:
- importers - importers
description: Used to store and track the project import status when using the Import/Export feature description: Used to store and track the project import status when using the Import/Export
feature
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/0ca479d1ce0eadfcdc0e29d0e18136f5790d5b2f introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/0ca479d1ce0eadfcdc0e29d0e18136f5790d5b2f
milestone: '9.3' milestone: '9.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
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册