summaryrefslogtreecommitdiff
path: root/spec/models/gpg_key_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Fix deprecation: Passing an argument to force an association to reload is now...Jasper Maes2019-01-111-1/+1
* Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-051-0/+24
* Add some basic specs and refactor model and validationsRubén Dávila2017-10-051-0/+9
* Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan2017-10-051-0/+8
|\
| * Make GPG validation case insensitive.Tim Bishop2017-09-291-0/+8
* | fixes for rubocopBrett Walker2017-09-231-4/+4
* | Make GPG signature verification work with non-primary email (#36959)Brett Walker2017-09-231-2/+11
|/
* created services for keyshaseeb2017-09-151-12/+0
* use new #verification_statusAlexis Reigel2017-09-051-4/+4
* match the committer's email against the gpg keyAlexis Reigel2017-09-051-2/+28
* Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-3/+1
* improve gpg key validationAlexis Reigel2017-07-271-1/+9
* simplify nil handlingAlexis Reigel2017-07-271-0/+4
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-3/+23
* user may now revoke a gpg keyAlexis Reigel2017-07-271-0/+27
* validate presence of user on gpg_keyAlexis Reigel2017-07-271-0/+1
* use hash instead of 2d arrayAlexis Reigel2017-07-271-4/+4
* remove the :gpg rspec tagAlexis Reigel2017-07-271-3/+3
* gpg signature is only valid when key is verifiedAlexis Reigel2017-07-271-0/+16
* add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-0/+8
* don't sync to keychain fileAlexis Reigel2017-07-271-87/+8
* remove gpg from keychain when user's email changesAlexis Reigel2017-07-271-24/+56
* notification email on add new gpg keyAlexis Reigel2017-07-271-0/+14
* gpg email verificationAlexis Reigel2017-07-271-3/+42
* move current keychain methods to namespaceAlexis Reigel2017-07-271-3/+5
* test with a gpg key with multiple emailsAlexis Reigel2017-07-271-1/+1
* use example gpg key instead of my ownAlexis Reigel2017-07-271-4/+4
* add second gpg key for specsAlexis Reigel2017-07-271-2/+2
* add / remove gpg keys to / from system keychainAlexis Reigel2017-07-271-3/+21
* only validate gpg_key#fingerprint "internally"Alexis Reigel2017-07-271-2/+0
* add emails method to GgpKeyAlexis Reigel2017-07-271-0/+8
* add gpg key modelAlexis Reigel2017-07-271-0/+41