Nick Thomas
83fc1464dd
Rename GitPushService -> Git::BranchPushService
2019-03-25 13:02:31 +00:00
Nick Thomas
9f05e97aad
Run rubocop -a
2019-03-13 13:42:43 +00:00
Yorick Peterse
2039c8280d
Disable existing offenses for the CodeReuse cops
...
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
Stan Hu
3fda119ea3
Make CreateGpgSignatureWorker backwards compatible with original method 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.
2018-08-02 16:06:17 -07:00
Francisco Javier López
9a81550fed
Create GPG commit signature in bulk
2018-07-30 16:55:28 +00:00
gfyoung
dfbe5ce435
Enable frozen string literals for app/workers/*.rb
2018-06-27 07:23:28 +00:00
Douwe Maan
0b15570e49
Add ApplicationWorker and make every worker include it
2017-12-05 11:59:39 +01:00
Alexis Reigel
508ff17b34
pass whole commit to Gitlab::Gpg::Commit again
...
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.
2017-09-05 12:18:31 +02:00
Douwe Maan
ba7251fefd
Only create commit GPG signature when necessary
2017-08-16 18:57:50 +02:00
Alexis Reigel
7f7e93a344
remove log statements from workers
2017-07-27 15:46:04 +02:00
Alexis Reigel
e63b693f28
generate gpg signature on push
2017-07-27 15:43:37 +02:00