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
Make organization name its id, drop the mongo id (#7386)
* WIP: make organization name its id, drop the mongo id
* more usages
* Update LokiClient.scala
* fix compiler errors after merge
* prune scala usages of organizationName
* fix migration guide
* prune frontend usages of organizationName
* prune frontend usages of organization.name
* fix data type of orga references
* sql check, fix delete organization
* WIP: Add migration and revision
* format backend
* enable backend to parse old analytics schema for ingest events
* format backend
* update schema version
* finish first version of migration and revision
* fix schema & migration
- give explicit name to constraints to make the name more consistent and less implicit
* add migration for analyticsEvents' eventProperties
* add organizationName to LinkedLayerIdentifier to make it backwards compatible
* add legacy route to list datasets supporting the old get param organizationName when filtering for specific datasets & bump api version
* dont use direct get on box and throw jserror when no orgaid or organame is defined in analytics event
* format backend
* remove comments from evolution files & fix schema version
* fix migration, remove old now duplicate unique index
* readd unique contraint in reversion
* in reversion: migrate local join orga, open dataset & uplaod dataset back
* in reversion: fix fk constraints and views
* in reversion: fix user infos view
* migrate new code pulled in by merge to use orgaId and not name
* format backend
* update schema version & include warning in reversion
* rename organizationDisplayName to organizationName
* add changelog entry
* add migration entry
* remove auto generated message files for data and tracingstore
* update e2e db fixtures / initial db data
* rename left over orgDisplayName variable to orgName
* update snapshots to use new e2e your name last names
* fix typo and format code
* more relaxed analytics json reads
* drop default for id column
* add missing redirect to versioned.routes
* rename migration, undo changing worker job args
---------
Co-authored-by: Norman Rzepka <code@normanrz.com>
Co-authored-by: Michael Büßemeyer <michael.buessemeyer@student.hpi.de>
Co-authored-by: Michael Büßemeyer <MichaelBuessemeyer@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.unreleased.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
42
42
- The warning about a mismatch between the scale of a pre-computed mesh and the dataset scale's factor now also considers all supported mags of the active segmentation layer. This reduces the false posive rate regarding this warning. [#7921](https://github.com/scalableminds/webknossos/pull/7921/)
43
43
- It is no longer allowed to edit annotations of other organizations, even if they are set to public and to others-may-edit. [#7923](https://github.com/scalableminds/webknossos/pull/7923)
44
44
- When proofreading segmentations, the user can now interact with super-voxels directly in the data viewports. Additionally, proofreading is significantly faster because the segmentation data doesn't have to be re-downloaded after each merge/split operation. [#7654](https://github.com/scalableminds/webknossos/pull/7654)
45
+
- Changed internal data model changing an organization's name to id and its displayName to name. The previously existing id was removed. [#7386](https://github.com/scalableminds/webknossos/pull/7386)
45
46
- Because of the way our models are trained, AI analysis and training is disabled for 2D and ND datasets, as well as for color layers with data type uInt24. [#7957](https://github.com/scalableminds/webknossos/pull/7957)
46
47
- The overall performance was improved (especially for the segments tab). [#7958](https://github.com/scalableminds/webknossos/pull/7958)
47
48
- The performance for the skeleton tab was improved. [#7989](https://github.com/scalableminds/webknossos/pull/7989)
0 commit comments