summaryrefslogtreecommitdiff
path: root/spec/models/gpg_signature_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Avoid race conditions when creating GpgSignatureBob Van Landuyt2019-02-061-0/+35
* Fix coding offenceShinya Maeda2018-12-041-2/+2
* fix wordingShinya Maeda2018-12-031-1/+1
* Fix the coding styleShinya Maeda2018-12-031-2/+2
* Validate enum uniquenessShinya Maeda2018-12-031-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-6/+22
* Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-051-0/+25
* Add more specs to cover subkeys scenariosRubén Dávila2017-10-051-0/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* validate the foreign_key instead of the relationAlexis Reigel2017-07-271-1/+1
* simplify fetching of commitAlexis Reigel2017-07-271-0/+13
* 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/+14