Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GPT summarizes as the following, but TLDR is that this is some cleanup of some backend bugs along with finally removing the label prompt from inference tab (obviously never needed in inference for pytc models...):
What Changed
Inference
File Classification
/check_fileslabel detection to use generic integer-volume heuristics instead of the old brittle behaviorWorkspace Hygiene
DELETE /files/workspaceto clear indexed mounted content and app-managed uploads for the current workspace.DS_StoreandThumbs.dbduring upload, mount, and listingReset Workspaceaction in Files Manager instead of promoting destructive bulk actions in the main toolbarFiles Manager Scalability
GET /fileswith optionalparent=<root|id>supportNeuroglancer URL Contract
PYTC_NEUROGLANCER_PUBLIC_BASEPYTC_NEUROGLANCER_PUBLIC_BASE, or4244Validation
Backend:
PYTHONPATH=. uv run pytest -q tests/test_runtime_settings.py tests/test_neuroglancer_url_contract.py tests/test_file_workspace_routes.py tests/test_check_files_route.py tests/test_pytc_runtime_routes.pyFrontend:
CI=true npx react-scripts test --watch=false --runInBand --runTestsByPath src/views/FilesManager.test.js src/components/InputSelector.test.js src/configSchema.test.jsnpm run build