summaryrefslogtreecommitdiff
path: root/spec/workers/create_gpg_signature_worker_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make CreateGpgSignatureWorker backwards compatible with original method ↵Stan Hu2018-08-021-2/+11
| | | | | | | | | | signature Older versions of GitPushService push a single commit SHA string to the queue, but Gitaly requires that the parameters sent by CreateGpgSignatureWorker are an array. It's possible to have old workers using this original signature or jobs in the retry queue that would fail if CreateGpgSignatureWorker can't handle the string form.
* Fix typos in CreateGpgSignatureWorker specPeter Leitzen2018-07-301-1/+1
|
* Create GPG commit signature in bulkFrancisco Javier López2018-07-301-11/+27
|
* 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