summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/gpg_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* use mutex for keychain interactionAlexis Reigel2017-08-141-0/+30
* store gpg return directory locallyAlexis Reigel2017-08-111-0/+22
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-6/+8
* extract common methodAlexis Reigel2017-07-271-8/+21
* remove the :gpg rspec tagAlexis Reigel2017-07-271-2/+8
* verify gpg commit using tmp keyring and db queryAlexis Reigel2017-07-271-0/+17
* add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-0/+14
* don't sync to keychain fileAlexis Reigel2017-07-271-33/+0
* move current keychain methods to namespaceAlexis Reigel2017-07-271-17/+17
* email handling for gpg keysAlexis Reigel2017-07-271-0/+26
* use example gpg key instead of my ownAlexis Reigel2017-07-271-6/+6
* add second gpg key for specsAlexis Reigel2017-07-271-3/+3
* add / remove gpg keys to / from system keychainAlexis Reigel2017-07-271-1/+19
* extract gpg functionality to lib classAlexis Reigel2017-07-271-0/+20