summaryrefslogtreecommitdiff
path: root/app/workers/repository_fork_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-2/+1
* Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-171-0/+4
* Fix a bug where forking a project from a repository storage to another would ...20302-forking-a-project-from-one-storage-to-another-failsAlejandro Rodríguez2016-07-261-2/+3
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+1
* some refactoring and fixing specJames Lopez2016-06-021-4/+2
* Cache output of Repository#exists?Yorick Peterse2016-03-191-2/+3
* Moved cache expiration code to Repository hooksYorick Peterse2016-02-231-1/+1
* Expire caches after forking/importing a repositoryYorick Peterse2016-02-171-0/+1
* Store and show reason why import failed.Douwe Maan2015-11-181-8/+6
* Import forked repositories asynchronously to prevent large repositories from ...Stan Hu2015-09-111-0/+34