-
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
Add Volume Tasks #3712
Merged
Merged
Add Volume Tasks #3712
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
e1b25a5
[WIP] volume tasks
fm3 4df850f
fix volume task creation + requesting. TODO: download
fm3 6823756
allow to choose volume tasks via UI for simple task creation
philippotto 7117734
enforce page reload when switching from/to/between volume tasks; show…
philippotto 5f8ea8a
add tracing type to task type
fm3 4153a14
multi-task download: fetch volume data
fm3 b6ad9c0
add enums to evolutions
fm3 4365fa4
scalafmt
fm3 288da2d
add volume data to multi-task zip downloads
fm3 06958ff
scalafmt
fm3 05d41c3
add tasktype tracing type to test db
fm3 7b4e312
validate tracing type when reading task type from db
fm3 2a58ae9
adapt front-end to volume task types
philippotto af022b8
Merge branch 'volume-tasks' of github.com:scalableminds/webknossos in…
philippotto 7cd5419
update some flow types
philippotto 17f85f4
update snapshots
philippotto ed81cf5
Merge branch 'master' into volume-tasks
fm3 9019a21
Merge branch 'master' into volume-tasks
fm3 02872c7
update changelog + migrations
fm3 b010f42
add error handling for the as-yet unsupported volume task features
fm3 3b6d713
disable nml upload if volume task is selected
philippotto 0e1c9eb
Merge branch 'volume-tasks' of github.com:scalableminds/webknossos in…
philippotto 9d1648e
remove superfluous return type
fm3 79b9362
Merge branch 'master' into volume-tasks
fm3 b206bca
update evolution numbers
fm3 a461620
persist volume task bounding box in nml
fm3 2077f3f
read volume task bounding box from nml after re-upload
fm3 7240c90
scalafmt
fm3 86b4730
don't clip rendering of color layer in volume tasks
philippotto 0ffd269
Merge branch 'volume-tasks' of github.com:scalableminds/webknossos in…
philippotto 7b67f28
Merge branch 'master' into volume-tasks
fm3 89e474e
undo change to saving skeleton bounding box to nml
fm3 f592178
don't clip segmentation outside task bounding box
philippotto 90e3532
Merge branch 'volume-tasks' of github.com:scalableminds/webknossos in…
philippotto c60be75
fix typo
philippotto e711b3b
Update CHANGELOG.md
fm3 5aae131
apply PR feedback
philippotto 362fea5
Merge branch 'volume-tasks' of github.com:scalableminds/webknossos in…
philippotto 13b4582
remove typ attribute from task
philippotto f29e38f
update snapshots
philippotto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Was this function unused now?
But we can also check that when we refactor the bounding box/upper-lower boundary mess, maybe add a comment.
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.
Yes, it's unused. I'd leave it as is, though, since the cost of recreating the function (in case it's needed again) is higher than having the few additional unused lines in the code base. Getting rid of some bounding box types will be more rewarding :)