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

ssh_signatures.yml « docs « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7907f335585eb9fbdda90f6b6d264531c4482976 (plain)
1
2
3
4
5
6
7
8
9
10
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'