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
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/ssh_signatures.yml')
-rw-r--r--db/docs/ssh_signatures.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/db/docs/ssh_signatures.yml b/db/docs/ssh_signatures.yml
new file mode 100644
index 00000000000..7907f335585
--- /dev/null
+++ b/db/docs/ssh_signatures.yml
@@ -0,0 +1,11 @@
+---
+table_name: ssh_signatures
+classes:
+- CommitSignatures::SshSignature
+feature_categories:
+- source_code_management
+description: >
+ The verification status for commits which are signed by SSH keys. The actual signature
+ is part of the commit body and is stored in Gitaly.
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87962
+milestone: '15.1'