mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
15 lines
456 B
YAML
15 lines
456 B
YAML
---
|
|
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'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
project_id: projects
|
|
table_size: small
|