Closed odeimaiz closed 2 years ago
related to #466
This issue aims to enhance cloning of large studies. We are
No progress on this issue during this sprint
Thanks to https://github.com/ITISFoundation/osparc-simcore/pull/3077, https://github.com/ITISFoundation/osparc-simcore/issues/3100, https://github.com/ITISFoundation/osparc-simcore/issues/3144 and https://github.com/ITISFoundation/osparc-simcore/pull/3021 a.k.a. complete refactoring of the storage micro-service the problem with copying studies containing files >5Gb is possible and executed in place.
The webserver micro-service and the frontend were modified to allow to use the same mechanism as "creating a project from a template". The operation which can potentially be very long (depending on the amount of data) has been modified to leverage "long running operations in a REST API" which will allow to report a progress (still ongoing). A way to retrieve these long running operations of a specific user will allow the frontend to be F5-refreshed and recover its list of tasks.
Closing this, as discussed with @sanderegg. The only open part is an e2e test, that will be tackled on the side at another point. Note: as of today, this has not been released to production yet (but will be). fyi @esraneufeld
Duplicating large studies fails