summaryrefslogtreecommitdiff
path: root/app/models/gpg_signature.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+2
* Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-051-0/+9
* Avoid race conditions when creating GpgSignatureBob Van Landuyt2019-02-061-1/+6
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Fix error with GPG signature updater when commit was deleted38890-fix-gpg-signature-updater-when-commit-is-missingRubén Dávila2017-10-071-0/+2
* Small refactor and fix for RuboCopRubén Dávila2017-10-051-6/+3
* Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-051-0/+13
* Address some feedback from last code reviewRubén Dávila2017-10-051-2/+7
* 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