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/docs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-22 12:17:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-22 12:17:04 +0300
commit6b0293c14dce817f72310127dd38562313321b1b (patch)
treecb2254757b496664957a2b5d90c21d7d76e4bdeb /db/docs
parent968a9dd39b77628b541e0788488bad2493fefbee (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/docs')
-rw-r--r--db/docs/organization_users.yml2
-rw-r--r--db/docs/zoekt_enabled_namespaces.yml12
-rw-r--r--db/docs/zoekt_indices.yml12
3 files changed, 25 insertions, 1 deletions
diff --git a/db/docs/organization_users.yml b/db/docs/organization_users.yml
index 6a1ccb7210b..82c91f16957 100644
--- a/db/docs/organization_users.yml
+++ b/db/docs/organization_users.yml
@@ -7,4 +7,4 @@ feature_categories:
description: User who has joined an organization
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123804
milestone: '16.2'
-gitlab_schema: gitlab_main_clusterwide
+gitlab_schema: gitlab_main_cell
diff --git a/db/docs/zoekt_enabled_namespaces.yml b/db/docs/zoekt_enabled_namespaces.yml
new file mode 100644
index 00000000000..c6997154bc2
--- /dev/null
+++ b/db/docs/zoekt_enabled_namespaces.yml
@@ -0,0 +1,12 @@
+---
+table_name: zoekt_enabled_namespaces
+classes:
+ - Search::Zoekt::EnabledNamespace
+feature_categories:
+ - global_search
+description: Represents a root namespace that has zoekt enabled
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138992
+milestone: '16.8'
+gitlab_schema: gitlab_main_cell
+sharding_key:
+ root_namespace_id: namespaces
diff --git a/db/docs/zoekt_indices.yml b/db/docs/zoekt_indices.yml
new file mode 100644
index 00000000000..7cc5baa0a5c
--- /dev/null
+++ b/db/docs/zoekt_indices.yml
@@ -0,0 +1,12 @@
+---
+table_name: zoekt_indices
+classes:
+ - Search::Zoekt::Index
+feature_categories:
+ - global_search
+description: Represents a zoekt index for a root namespace
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138992
+milestone: '16.8'
+gitlab_schema: gitlab_main_cell
+sharding_key:
+ namespace_id: namespaces