Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-22 12:08:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-22 12:08:28 +0300
commit56865fdf95db03cc0ccd01a88d9457ba0a050153 (patch)
treecfa861e4b33f65c4fff2486b04abfe1127ee80f4 /db
parent65d7736ff13e1f5c393f6723b7da0d1b2ddb94f5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/docs/ci_build_report_results.yml5
-rw-r--r--db/docs/ci_daily_build_group_report_results.yml5
-rw-r--r--db/docs/ci_unit_tests.yml2
-rw-r--r--db/docs/project_ci_feature_usages.yml13
4 files changed, 21 insertions, 4 deletions
diff --git a/db/docs/ci_build_report_results.yml b/db/docs/ci_build_report_results.yml
index 388b4d8445d..e786f5b5de4 100644
--- a/db/docs/ci_build_report_results.yml
+++ b/db/docs/ci_build_report_results.yml
@@ -4,7 +4,10 @@ classes:
- Ci::BuildReportResult
feature_categories:
- code_testing
-description: Stores data related to the build that finished, including junit test data.
+description: Stores data related to the build that finished, including junit test
+ data.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32991
milestone: '13.1'
gitlab_schema: gitlab_ci
+sharding_key:
+ project_id: projects
diff --git a/db/docs/ci_daily_build_group_report_results.yml b/db/docs/ci_daily_build_group_report_results.yml
index 1d88a4c3e40..619f1d85d6f 100644
--- a/db/docs/ci_daily_build_group_report_results.yml
+++ b/db/docs/ci_daily_build_group_report_results.yml
@@ -4,7 +4,10 @@ classes:
- Ci::DailyBuildGroupReportResult
feature_categories:
- code_testing
-description: Stores daily aggregated data related to the build group, including code coverage data.
+description: Stores daily aggregated data related to the build group, including code
+ coverage data.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30387
milestone: '13.0'
gitlab_schema: gitlab_ci
+sharding_key:
+ project_id: projects
diff --git a/db/docs/ci_unit_tests.yml b/db/docs/ci_unit_tests.yml
index 501795a7182..ecc561ffb07 100644
--- a/db/docs/ci_unit_tests.yml
+++ b/db/docs/ci_unit_tests.yml
@@ -8,3 +8,5 @@ description: Stores unit test data produced from builds.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56137
milestone: '13.11'
gitlab_schema: gitlab_ci
+sharding_key:
+ project_id: projects
diff --git a/db/docs/project_ci_feature_usages.yml b/db/docs/project_ci_feature_usages.yml
index a3f7be26027..af2547b358f 100644
--- a/db/docs/project_ci_feature_usages.yml
+++ b/db/docs/project_ci_feature_usages.yml
@@ -4,7 +4,16 @@ classes:
- Projects::CiFeatureUsage
feature_categories:
- code_testing
-description: Project CI feature usage information used to access CI data from the main database.
+description: Project CI feature usage information used to access CI data from the
+ main database.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68186
milestone: '14.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