Skip to content
代码片段 群组 项目
未验证 提交 91dc5411 编辑于 作者: Leonardo da Rosa's avatar Leonardo da Rosa 提交者: GitLab
浏览文件

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

No related branches found
No related tags found
无相关合并请求
......@@ -8,3 +8,5 @@ description: Stores access levels for group features, like the wiki
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82017
milestone: '14.10'
gitlab_schema: gitlab_main_cell
sharding_key:
group_id: namespaces
......@@ -4,7 +4,16 @@ classes:
- Users::GroupVisit
feature_categories:
- navigation
description: Tracks group visits so we can suggest groups that are recently and frequently visited.
description: Tracks group visits so we can suggest groups that are recently and frequently
visited.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123554
milestone: '16.4'
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:
entity_id: namespaces
......@@ -4,7 +4,10 @@ classes:
- ProjectFeature
feature_categories:
- navigation
description: Stores access levels for project features like wikis, issues, repositories, containers, ect.
description: Stores access levels for project features like wikis, issues, repositories,
containers, ect.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/5606
milestone: '8.12'
gitlab_schema: gitlab_main_cell
sharding_key:
project_id: projects
......@@ -4,7 +4,16 @@ classes:
- Users::ProjectVisit
feature_categories:
- navigation
description: Tracks project visits so we can suggest projects that are recently and frequently visited.
description: Tracks project visits so we can suggest projects that are recently and
frequently visited.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123554
milestone: '16.4'
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:
entity_id: projects
......@@ -8,3 +8,5 @@ description: TODO
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68785
milestone: '14.3'
gitlab_schema: gitlab_main_cell
sharding_key:
group_id: namespaces
......@@ -7,4 +7,12 @@ feature_categories:
description: Adds the ability to track a user callout being dismissed by project
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/94144
milestone: '15.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.
先完成此消息的编辑!
想要评论请 注册