Skip to content

Refactor Project#after_create_default_branch

Yorick Peterse requested to merge refactor-after-create-default-branch into master

What does this MR do?

The logic for this method is moved into a separate service class. Ideally we'd get rid of Project#after_create_default_branch entirely, but unfortunately Project#after_import depends on it. This means it has to stick around until we also refactor Project#after_import.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/release/framework/issues/108

Does this MR meet the acceptance criteria?

Edited by Nick Thomas

Merge request reports