summaryrefslogtreecommitdiff
path: root/app/workers/create_gpg_signature_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Make CreateGpgSignatureWorker backwards compatible with original method signa...Stan Hu2018-08-021-0/+4
* Create GPG commit signature in bulkFrancisco Javier López2018-07-301-4/+12
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-1/+5
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-6/+2
* remove log statements from workersAlexis Reigel2017-07-271-6/+2
* generate gpg signature on pushAlexis Reigel2017-07-271-0/+20