summaryrefslogtreecommitdiff
path: root/lib/gitlab/gpg/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid race conditions when creating GpgSignatureBob Van Landuyt2019-02-061-3/+4
* Gracefully handle unknown/invalid GPG keysStan Hu2018-12-051-7/+17
* Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-131-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-3/+17
* Fix Error 500 when viewing a commit with a GPG signature in GeoStan Hu2018-02-191-1/+3
* Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-181-6/+2
* Address some feedback from last code reviewRubén Dávila2017-10-051-0/+2
* Address feedback from last code reviewRubén Dávila2017-10-051-7/+1
* Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila2017-10-051-2/+12
* Add ability to include subkeys when finding by fingerprintRubén Dávila2017-10-051-1/+1
* use new #verification_statusAlexis Reigel2017-09-051-1/+0
* only use symbols instead of enum hash accessorAlexis Reigel2017-09-051-7/+7
* simplify if/else with guardsAlexis Reigel2017-09-051-7/+7
* add verification_status: same_user_different_emailAlexis Reigel2017-09-051-0/+2
* match the committer's email against the gpg keyAlexis Reigel2017-09-051-3/+13
* pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-11/+6
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-13/+25
* 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