summaryrefslogtreecommitdiff
path: root/lib/gitlab/gpg
Commit message (Expand)AuthorAgeFilesLines
* optimize query, only select relevant db columnsAlexis Reigel2017-07-271-0/+1
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-6/+15
* also update gpg_signatures when gpg_key is nullAlexis Reigel2017-07-271-1/+1
* remove duplicate statementAlexis Reigel2017-07-271-4/+0
* simplify fetching of commitAlexis Reigel2017-07-271-3/+1
* fix memoizationAlexis Reigel2017-07-271-2/+2
* we need to update the gpg_key as wellAlexis Reigel2017-07-271-1/+2
* need to wrap the raw commit in a commit modelAlexis Reigel2017-07-271-1/+2
* no need for passing parameterAlexis Reigel2017-07-271-4/+4
* update invalid gpg signatures when key is createdAlexis Reigel2017-07-271-0/+19
* 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