-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update with master #425
base: girder-5
Are you sure you want to change the base?
Update with master #425
Conversation
Tweak some css for long axis names on the frame selector
Add a setting to adjust the login message.
Don't show the context menu when finishing an annotation.
Hitting escape while drawing a polygon annotation left the draw tool in an odd state. This also resolves #378.
Harden drawing annotations.
Update README
Add an admin endpoint for querying files.
Harden switching annotation modes
If you switched out of shape edit mode when having a shade draw mode selected (e.g., polygon), odd things could happen until the mode was cycled once.
Adjust position and z-index of region control dropdown
Show a loading spinner until the image is ready.
Update ruff commands
Pull plotly package as part of the build process rather than on-demand so that it loads faster
Use new plottable data endpoints from large_image
Fix plottable data tests
Increase size of loading spinner
This happens if the number of distinct values is longer with adjacent items
Fix an issue with the distinct plottable list color
Fix a check if we can group by two different values for violin plots
…romise Fix a condition where the plottable data promise could be null
Fix a test based on a change in the large_image client
Guard resource path lookups
aadaf50
to
8ad50fd
Compare
histomicsui/handlers.py
Outdated
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.
This file seems to have changed a lot between master
and girder-5
. It looks like process_annotations
was replaced by process_annotations_task
, and process_annotations
has gotten some updates in master
, checking for file size from the config. (process_annotations_task
seems to read the entire file in chunks no matter what).
Should I port the changes from master
over to process_annotations_task
? (i.e. import large_image.config
, and copy over the logic?)
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.
I decided to move the changes over in dc43dfc. It looks like large_image.config.getConfig
can already work with environment variables.
If there are any objections let me know, I can revert the commit.
This requires an appropriately new version in large_image. Future work is to support app icons. Those should probably be configurable before any are merged in.
Add and support app buttons.
Load settings earlier.
Update CI to handle a large-image mocking change
Update precommit packages
Add a pyproject.toml base to reduce pip 24.2 warnings
Ported over from the master branch since merging didn't bring this change from @manthey in.
Bring the
girder-5
branch up to date with changes frommaster