summaryrefslogtreecommitdiff
path: root/lib/gitlab/gpg
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-17/+2
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-202-5/+5
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-11/+21
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-29/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-3/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Fix GPG signature verification with recent versions of GnuPGDavid Palubin2019-06-171-8/+11
* 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-132-0/+4
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+6
* 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
* Fix error with GPG signature updater when commit was deleted38890-fix-gpg-signature-updater-when-commit-is-missingRubén Dávila2017-10-071-1/+1
* Address some feedback from last code reviewRubén Dávila2017-10-051-0/+2
* Address feedback from last code reviewRubén Dávila2017-10-052-9/+2
* Consider GPG subkeys when trying to update invalid GPG signaturesRubén Dávila2017-10-051-1/+2
* 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
* drop backwards compatibility for valid_signatureAlexis Reigel2017-09-051-7/+1
* use new #verification_statusAlexis Reigel2017-09-052-2/+7
* 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-162-16/+26
* 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