Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SVLT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALMF
SVLT
Graph
1de3862113a226fe8fc473c30fe8d4974c92462f
Select Git revision
Branches
6
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
dev_patch_viz
master
default
protected
migrate_model_server
staging
protected
Tags
4
2024.10.01
2024.06.03
2024.04.19
2024.03.01
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Nov
15
14
12
11
10
9
4
3
2
1
31
Oct
30
28
27
26
25
22
20
15
14
13
7
2
1
30
Sep
26
24
23
20
13
12
6
3
15
Aug
14
13
12
9
8
7
5
2
1
31
Jul
26
24
22
18
17
16
15
8
5
4
3
2
1
24
Jun
20
10
7
6
5
3
30
May
22
8
7
6
3
26
Apr
19
17
15
12
11
10
9
5
4
3
2
29
Mar
28
25
22
21
7
6
4
29
Feb
No longer pop by default, tests reflect this
Direct test of binding accessor to a reserved ID
Reserved accessor knows its parent task_id
Discontinued embedding information about an accessor's place in trace, etc. in its ID; can add this as annotation label if needed
Pipelines separately reserve and binding accessor_ids; "add_accessor" method retains same functionality by calling these
Reserving accessor ID without accessor object, then binding after a task, is now possible
RoiSet needs two inputs, need to find way to resolve this in client
Removed unnecessary last step in pipeline
Pass write_all flag to individual run_task calls
Output time it takes to run each task
Added some endpoints so that clients have more control over running all tasks
Changed some names and docstrings to better reflect how client is implemented
Segmentation is running via server
Successfully queueing accessors and tasks, just reaching 405 on run_all
Don't put a query directly after /tasks/ if other things are mapped there
Allow pipeline queue response, too
Error, should pass file handle
Load accessors from many directories
Correctly build file list
Rois were not being filtered; label mask still has > 1000 unique values, would be nice to pass min. size straight to this call
Struggling to sync up client and server-side paths
Read files from multiple locations with both pattern and explicit files
Merge branch 'dev_nd2_acc' into 'staging'
Fixed error in CZI accessor loading
Multiposition CZI test pass
Can access single subblock's data
Have accesss to subblocks but need to iterate and concatenate without scrambling order of channels, etc.
Can read multiposition CZI but XY dimensions don't match
Separated out file handling and array assignment parts of CZI file accessor
Implemented ND2 accessor; added nd2 conda package to requirements
Merge branch 'issue_default_pop' into 'staging'
No longer automatically pop accessor inside pipeline run
Merge branch 'dev_serverside_batch' into staging
Merge branch 'bug_walrus_op' into 'staging'
Merge branch 'revert-e27e59ed' into 'master'
staging
staging
Revert "Merge branch 'bug_walrus_op' into 'master'"
Merge branch 'bug_walrus_op' into 'master'
Order-of-operations bug using walrus operator
Added client verification of server side paths
Cleaned up task status filter; created null favicon endpoint to clear 404
Loading