You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the model card in the Collaboration, a new button "Fork model" should be added. The "Fork model" feature shall be available to project admins only.
With the current implementation, all of these steps are already possible and documented in our documentation for Capella models, but could be automated:
The fork consists of different steps and the user should be guided through it. It is comparable to the model creation process and components should be reused where possible:
Choose a new name for the model. Tool, tool version and tool nature are derived from the original model. The new model is created with the provided name.
If the original model has a Git source:
The user has to link a new repository to the new forked model. As a quick alternative, the user can choose a different branch from the original Git repository.
The Collaboration Manager will start a job to clone the existing repository and push the content to the new repository. The user will see the logs and has to wait until it is finished.
If the original model has a TeamForCapella source:
The user has to create a new TeamForCapella repository, which will be linked to the new forked model.
The Collaboration Manager will spawn a new job. It will export the model from the original TeamForCapella repository to a temporary location. The user will see the logs and has to wait until it is finished.
The Collaboration Manager will spawn another new job. It will export the model from the temporary location to the TeamForCapella repository.
If the original model has a Git AND TeamForCapella source:
Set up a new backup pipeline for the new model.
Most of the feature can be implemented in the frontend with our current set of APIs. However, since there are some individual jobs (import model from TeamForCapella, export back to TeamForCapella), this depends on #722, which will enable general CI support.
The text was updated successfully, but these errors were encountered:
On the model card in the Collaboration, a new button "Fork model" should be added. The "Fork model" feature shall be available to project admins only.
With the current implementation, all of these steps are already possible and documented in our documentation for Capella models, but could be automated:
The fork consists of different steps and the user should be guided through it. It is comparable to the model creation process and components should be reused where possible:
Most of the feature can be implemented in the frontend with our current set of APIs. However, since there are some individual jobs (import model from TeamForCapella, export back to TeamForCapella), this depends on #722, which will enable general CI support.
The text was updated successfully, but these errors were encountered: