-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove support for meshfiles version 2 and older #7764
Conversation
…s into no-old-meshfiles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backend looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
front-end looks great, too 🥇
@@ -104,8 +104,7 @@ import { AnnotationTypeFilterEnum } from "./statistic/project_and_annotation_typ | |||
const MAX_SERVER_ITEMS_PER_RESPONSE = 1000; | |||
|
|||
export * from "./api/token"; | |||
export * as meshV3 from "./api/mesh_v3"; | |||
export * as meshV0 from "./api/mesh_v0"; | |||
export * as meshApi from "./api/mesh"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Removes support for the old meshfile format
Steps to test:
Issues: