summaryrefslogtreecommitdiff
path: root/spec/services/projects/unlink_fork_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-8/+1
* Don't link LFS-objects multiple times.bvl-fix-unlinking-with-lfs-objectsBob Van Landuyt2017-12-191-0/+20
* Unlink a project from a fork network when it's source was deleted.Bob Van Landuyt2017-11-031-0/+18
* Remove membership from fork network when unlinkingBob Van Landuyt2017-10-071-8/+22
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+10
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Fix rubocop in unlink fork service specsBaldinof2016-04-031-2/+2
* Move unlink fork logic to a serviceBaldinof2016-03-221-0/+32