summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/gpg
Commit message (Expand)AuthorAgeFilesLines
* Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-012-7/+7
* Fix Error 500 when viewing a commit with a GPG signature in GeoStan Hu2018-02-191-1/+25
* Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-182-14/+14
* Add more specs.36829-gpg-commit-not-verified-if-signed-with-a-subkeyRubén Dávila2017-10-051-13/+36
* Add more specs to cover subkeys scenariosRubén Dávila2017-10-051-0/+39
* use new #verification_statusAlexis Reigel2017-09-052-16/+11
* 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
* pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-0/+21
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-162-50/+44
* optimize query, only select relevant db columnsAlexis Reigel2017-07-271-11/+53
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-0/+6
* also update gpg_signatures when gpg_key is nullAlexis Reigel2017-07-271-15/+55
* simplify fetching of commitAlexis Reigel2017-07-271-1/+1
* extract variableAlexis Reigel2017-07-271-6/+7
* need to wrap the raw commit in a commit modelAlexis Reigel2017-07-271-2/+7
* update invalid gpg signatures when email changesAlexis Reigel2017-07-271-25/+61
* update invalid gpg signatures when key is createdAlexis Reigel2017-07-271-0/+50
* 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