summaryrefslogtreecommitdiff
path: root/spec/workers/repository_fork_worker_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-1/+1
* Fork now protects default branch on completion19493-fork-does-not-protect-default-branchTiago Botelho2018-01-151-0/+8
* 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-16/+13
* Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-49/+28
* Backports EE 38771 changes to CE.Tiago Botelho2017-10-101-0/+22
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-7/+19
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-271-2/+2
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-10/+10
* 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-3/+7
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-3/+6
* Cache output of Repository#exists?Yorick Peterse2016-03-191-4/+15
* Expire caches after forking/importing a repositoryYorick Peterse2016-02-171-0/+12
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-9/+11
* Fix specsDouwe Maan2015-11-181-1/+0
* Import forked repositories asynchronously to prevent large repositories from ...Stan Hu2015-09-111-0/+29