summaryrefslogtreecommitdiff
path: root/app/workers/irker_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-9/+8
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
* Don't use DiffCollection for deltasJacob Vosmaer2017-05-091-3/+3
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-3/+3
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-0/+1
* Use commit deltas when counting files in IrkerWorkerfix/speed-up-commit-repo-changesAhmad Sherif2016-08-031-1/+1
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-2/+4
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-1/+1
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+1
* Add Irker service configuration optionsStan Hu2015-07-051-2/+2
* Let commit model know about its project.Douwe Maan2015-04-241-2/+1
* Fewer constants, more helpers.Douwe Maan2015-03-191-3/+3
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-3/+3
* Add Irker serviceAorimn2015-03-011-0/+169