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
- The data of segments can now be deleted in the segment side panel. [#7435](https://github.com/scalableminds/webknossos/pull/7435)
14
15
- Added support for S3-compliant object storage services (e.g. MinIO) as a storage backend for remote datasets. [#7453](https://github.com/scalableminds/webknossos/pull/7453)
15
16
- Added support for blosc compressed N5 datasets. [#7465](https://github.com/scalableminds/webknossos/pull/7465)
16
17
- Added route for triggering the compute segment index worker job. [#7471](https://github.com/scalableminds/webknossos/pull/7471)
! grep -r "test\.only(" frontend/javascripts/test ||echo"Found test files with test.only() which disables other tests. Please remove the only modifier."
4
-
! grep -r "test\.serial\.only(" frontend/javascripts/test ||echo"Found test files with test.only() which disables other tests. Please remove the only modifier."
4
+
! grep -r "test\.only(" frontend/javascripts/test ||{ echo"Found test files with test.only() which disables other tests. Please remove the only modifier."; exit_code=1; }
5
+
! grep -r "test\.serial\.only(" frontend/javascripts/test ||{ echo"Found test files with test.only() which disables other tests. Please remove the only modifier."; exit_code=1; }
0 commit comments