summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/gpg
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-24/+0
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-182-2/+69
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-212-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+28
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-291-1/+1
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-302-2/+2
* Fix GPG signature verification with recent versions of GnuPGDavid Palubin2019-06-171-0/+83
* Gracefully handle unknown/invalid GPG keysStan Hu2018-12-051-0/+22
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* 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