summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/gpg/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-181-12/+12
* Add more specs to cover subkeys scenariosRubén Dávila2017-10-051-0/+39
* use new #verification_statusAlexis Reigel2017-09-051-5/+0
* add verification_status: same_user_different_emailAlexis Reigel2017-09-051-2/+42
* extract shared exampleAlexis Reigel2017-09-051-20/+19
* match the committer's email against the gpg keyAlexis Reigel2017-09-051-69/+113
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-35/+36
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-0/+6
* extract variableAlexis Reigel2017-07-271-6/+7
* memoize verified_signature callAlexis Reigel2017-07-271-6/+6
* store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel2017-07-271-1/+1
* move signature cache read to Gpg::CommitAlexis Reigel2017-07-271-12/+49
* gpg signature is only valid when key is verifiedAlexis Reigel2017-07-271-2/+26
* bail if the commit has no signatureAlexis Reigel2017-07-271-0/+6
* cache the gpg commit signatureAlexis Reigel2017-07-271-0/+53