summaryrefslogtreecommitdiff
path: root/app/workers/authorized_projects_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Work around Ruby 2.3.7 bug by defining prepended class methods needed for testsStan Hu2018-04-091-0/+8
* Extract WaitableWorker out of AuthorizedProjectsWorkerDouwe Maan2018-02-261-34/+2
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-5/+0
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas2017-08-251-1/+21
* Use event-based waiting in Gitlab::JobWaiterNick Thomas2017-08-221-3/+10
* adds queue option to push bulk in authorized projects worker29137-bulk-perform-async-should-specify-queueTiago Botelho2017-03-101-1/+1
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* Fix race conditions for AuthorizedProjectsWorkerrefresh-authorizations-fork-joinYorick Peterse2017-01-251-0/+7
* Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-21/+1
* Refresh project authorizations using a Redis leaserefresh-authorizations-with-leaseYorick Peterse2016-11-251-2/+21
* Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+15