Skip to content

Remove seed_helper from various specs

James Fargher requested to merge remove_seed_helper_from_git_compare into master

What does this MR do and why?

&8396

SeedHelper uses git to directly insert repositories into gitaly. Soon we will be using the praefect database in tests and when this happens we will not be able to directly manipulate repositories in gitaly without praefects knowledge.

This converts several easy cases to no longer use seed helper and instead use the project factory. There's still one more to go Git::Commit - this one is a bit more complex so I'll raise a separate MR.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by James Fargher

Merge request reports

Loading