summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/gpg/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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