Select Git revision
design_collection.rb
Forked from
GitLab.org / GitLab
269874 commits behind the upstream repository.
-
Luke Duncalfe authored
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
Luke Duncalfe authoredThe 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