summaryrefslogtreecommitdiff
path: root/app/models/gpg_signature.rb
Commit message (Expand)AuthorAgeFilesLines
* Address feedback from last code reviewRubén Dávila2017-10-051-1/+1
* Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila2017-10-051-0/+16
* Revert "make valid_signature an ignored column"Alexis Reigel2017-09-051-3/+0
* make valid_signature an ignored columnAlexis Reigel2017-09-051-0/+3
* drop backwards compatibility for valid_signatureAlexis Reigel2017-09-051-8/+0
* use new #verification_statusAlexis Reigel2017-09-051-0/+8
* add verification_status: same_user_different_emailAlexis Reigel2017-09-051-3/+4
* match the committer's email against the gpg keyAlexis Reigel2017-09-051-0/+8
* pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-1/+1
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-0/+4
* validate the foreign_key instead of the relationAlexis Reigel2017-07-271-1/+1
* upcase in the model instead of in the viewAlexis Reigel2017-07-271-0/+4
* use ShaAttribute for gpg table columnsAlexis Reigel2017-07-271-0/+5
* simplify fetching of commitAlexis Reigel2017-07-271-0/+4
* store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel2017-07-271-0/+1
* gpg signature model for gpg verification cachingAlexis Reigel2017-07-271-0/+7