summaryrefslogtreecommitdiff
path: root/lib/gitlab/gpg/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-6/+15
* remove duplicate statementAlexis Reigel2017-07-271-4/+0
* fix memoizationAlexis Reigel2017-07-271-2/+2
* we need to update the gpg_key as wellAlexis Reigel2017-07-271-1/+2
* no need for passing parameterAlexis Reigel2017-07-271-4/+4
* allow updating of gpg signature through gpg commitAlexis Reigel2017-07-271-1/+13
* memoize verified_signature callAlexis Reigel2017-07-271-8/+17
* store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel2017-07-271-2/+4
* move signature cache read to Gpg::CommitAlexis Reigel2017-07-271-0/+3
* gpg signature is only valid when key is verifiedAlexis Reigel2017-07-271-1/+1
* bail if the commit has no signatureAlexis Reigel2017-07-271-2/+4
* cache the gpg commit signatureAlexis Reigel2017-07-271-0/+51