Skip to content

Create merge requests across a fork network

Bob Van Landuyt requested to merge bvl-fork-network-schema into master

What does this MR do?

This MR makes it possible to create MRs across a fork network.

It does this by creating a ForkNetwork when the first fork of a project is created. It sets the root_project of the fork network to the project it was forked from, and adds the root as a member of the network.

Then it adds the newly created fork of the project as a member of the network.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #20097 (closed)

Edited by Douwe Maan

Merge request reports