Add copy states to DesignCollection
The copying of designs from one issue to another happens async, so the state of the copy is tracked through the new `copy_state` state machine. The state is persisted in redis as the DesignCollection model is a PORO and not persisted in PostgreSQL. https://gitlab.com/gitlab-org/gitlab/-/issues/13426
Showing
Please register or sign in to comment