summaryrefslogtreecommitdiff
path: root/spec/models/gpg_signature_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+12
* 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
* 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