summaryrefslogtreecommitdiff
path: root/spec/workers/create_gpg_signature_worker_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-2/+7
| | | | | we need the commit object for the updated verification that also checks the committer's email to match the gpg key and user's emails.
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-17/+9
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-2/+2
|
* remove log statements from workersAlexis Reigel2017-07-271-14/+0
|
* generate gpg signature on pushAlexis Reigel2017-07-271-0/+61