summaryrefslogtreecommitdiff
path: root/app/workers/repository_fork_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Removes all the irrelevant import related code and columnsTiago Botelho2018-11-271-2/+2
* Merge branch 'security-event-counters-private-data' into 'master'Felipe Artur Cardozo2018-07-241-3/+1
|\
| * Don't expose project names in various countersYorick Peterse2018-06-211-3/+1
* | Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
|/
* Move forking to Gitalyzj-fork-mandatoryZeger-Jan van de Weg2018-06-191-21/+5
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-4/+5
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-1/+3
* Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-11/+33
* Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)2018-03-281-0/+1
* Fork now protects default branch on completion19493-fork-does-not-protect-default-branchTiago Botelho2018-01-151-4/+1
* Fork and Import jobs only get marked as failed when the number of Sidekiq ret...39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhaustedTiago Botelho2017-12-151-19/+3
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-6/+6
* Backports EE 38771 changes to CE.Tiago Botelho2017-10-101-1/+2
* Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/git...ee-2628-backport-to-ceTiago Botelho2017-08-171-3/+13
* backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-17/+21
* 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