summaryrefslogtreecommitdiff
path: root/spec/services/projects/transfer_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-2/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Fix specsremove-project-repoJacob Vosmaer2018-01-051-2/+2
* Update project full path in .git/config when transfering a projectDouglas Barbosa Alexandre2018-01-031-0/+12
* Fix hashed storage with project transfers to another namespacesh-port-hashed-storage-transfer-fixStan Hu2017-11-161-0/+32
* Create repositories via GitalyJacob Vosmaer2017-09-291-2/+5
* Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-251-0/+20
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-1/+1
* Avoid expect_any_instance_of because it doesn't workavoid-expect_any_instance_ofLin Jen-Shin2017-07-311-9/+13
* Use described_class when possibleRémy Coutable2017-07-271-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Expires full_path cache after repository is transferredDouglas Barbosa Alexandre2017-06-291-0/+6
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-7/+7
* Merge branch '30213-project-transfer-move-rollback' into 'master'Douwe Maan2017-06-201-0/+61
|\
| * Rollback project folder move after error in Projects::TransferService30213-project-transfer-move-rollbackJames Edwards-Jones2017-06-201-0/+61
* | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
|/
* minor adjustments to the specsJose Ivan Vargas2017-05-221-1/+1
* Renamed some messages and refactored the project_edit class to a functionJose Ivan Vargas2017-05-221-1/+1
* Prevent project transfer if a new group is not selectedJose Ivan Vargas2017-05-221-0/+1
* Refactor container registry repository tag stubsGrzegorz Bizon2017-04-031-1/+1
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-031-3/+3
|\
| * Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-3/+3
* | Fix specs for services related to container registryGrzegorz Bizon2017-03-241-1/+1
* | Rename container image to repository in specsGrzegorz Bizon2017-03-231-2/+2
* | Fixes broken and missing testsAndre Guedes2017-02-221-0/+3
|/
* Refresh authorizations when transferring projectsrefresh-permissions-when-moving-projectsYorick Peterse2017-02-071-0/+26
* Rename pages namespace or project path when changedKamil Trzcinski2017-01-311-0/+2
* Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre2016-10-191-0/+10
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Improve test coverageKamil Trzcinski2016-05-161-0/+11
* Setup visibility level for project when transfering for a groupFelipe Artur2016-04-131-0/+23
* Tag service specsDouwe Maan2015-12-091-1/+1
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+2
* Update specs.fix-api-project-transferDouwe Maan2015-07-111-5/+5
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-4/+2
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+3
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-8/+8
* transfer_service_spec: cleanup, merge common code, check against nilBernhard Kaindl2014-10-041-11/+9
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
* Modify specs for new project transfer codeDmitriy Zaporozhets2014-05-281-14/+27
* Move Project's service specs to the correct locationRobert Speicher2014-03-221-0/+33