summaryrefslogtreecommitdiff
path: root/app/workers/process_commit_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Look up upstream commits once before queuing ProcessCommitWorkersDouwe Maan2019-08-161-15/+2
* Include MR information if possible when emailing notification of closing an i...Michał Zając2019-05-161-1/+1
* Fix types commentyukihir02018-11-151-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Fix ProcessCommitWorker when upstream project is deletedSean McGivern2018-07-101-2/+3
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Fix MR merge commit cross-references to the MR itselfSean McGivern2018-03-051-4/+3
* applying feedback32564-fix-double-system-closing-notesMicaël Bergeron2018-02-161-3/+3
* stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron2018-02-161-7/+5
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Remove unecessary commit pattern checkFelipe Artur2017-05-251-3/+1
* Prevent commits from upstream repositories to be re-processed by forksFelipe Artur2017-05-221-0/+13
* Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones2017-05-041-0/+3
* Remove useless queries with false conditions (e.g 1=0)mhasbini2017-04-041-0/+2
* Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-9/+16
* Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-0/+67