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
Allow to continue upload after browser restart for same user (#7981)
* implement test route checking if chunk is present
* WIP: Implement ongoing uploads listing route
* implement first version of robust resumable upload
* update build backend script command to remove autogenerated message files
* fix frontend typing
* refactor code
* format backend
* fix test file route
* clear uploadId after successful upload in frontend;
reenable checking for duplicate dataset names when not continuing an upload
* format backend
* apply feedback
* fix expected format from backend when requesting ongoinguploads
* apply feedback
* remove unused import
* consistent renaming to unfinished uploads
* add sanity check that file names must be equal to initial upload
* do not require same order of files
* include file names in error to make searching for these file more easy and less guessy
* fix "files not matching initial upload try" error message
* add changelog entry
---------
Co-authored-by: Michael Büßemeyer <MichaelBuessemeyer@users.noreply.github.com>
Copy file name to clipboardexpand all lines: CHANGELOG.unreleased.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
29
29
- The AI-based Quick Select can now be triggered with a single click. Drawing a rectangle is still supported. [#7993](https://github.com/scalableminds/webknossos/pull/7993)
30
30
- To improve performance, only the visible bounding boxes are rendered in the bounding box tab (so-called virtualization). [#7974](https://github.com/scalableminds/webknossos/pull/7974)
31
31
- Added support for reading zstd-compressed zarr2 datasets [#7964](https://github.com/scalableminds/webknossos/pull/7964)
32
+
- Added the option to resume an unfinished upload event after browser restarts. [#7981](https://github.com/scalableminds/webknossos/pull/7981)
32
33
- The alignment job is in a separate tab of the "AI Tools" now. The "Align Sections" AI job now supports including manually created matches between adjacent section given as skeletons. [#7967](https://github.com/scalableminds/webknossos/pull/7967)
33
34
- Added `api.tracing.createNode(position, options)`` to the front-end API. [#7998](https://github.com/scalableminds/webknossos/pull/7998)
34
35
- Added a feature to register all segments for a given bounding box at once via the context menu of the bounding box. [#7979](https://github.com/scalableminds/webknossos/pull/7979)
0 commit comments