summaryrefslogtreecommitdiff
path: root/spec/workers/repository_fork_worker_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-14/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-2/+22
* Add frozen_string_literal to spec/workersfrozen_string_spec_workersThong Kuah2019-04-011-0/+2
* Clean up Shell.fork_repositoryStan Hu2019-02-051-8/+1
* Send project name with Gitaly repository requestsStan Hu2019-02-051-1/+3
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-13/+19
* Move forking to Gitalyzj-fork-mandatoryZeger-Jan van de Weg2018-06-191-10/+0
* Merge branch 'gitaly-disk-access-3' into 'master'Douwe Maan2018-06-121-0/+3
|\
| * Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-0/+3
* | Work around limitations of expect_any_instance_of by stubbing Project.findStan Hu2018-06-111-3/+8
|/
* Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-40/+61
* 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