summaryrefslogtreecommitdiff
path: root/app/workers/irker_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+2
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-58/+59
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-291-2/+2
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+2
* 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