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
15365635d62538c010fa5bf2facb07a9cbd750de
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
12
Nov
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
28
20
19
15
7
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
Automatically write by subdirectory
Pipeline interm accessors are now returned in a dict with keys indicating their step, instead of a list
Report tasks by status
Tasks all run without errors
Separated out RoiSet objects from their info dictionary, similar to accessors
Separated out accessor objects from their info dictionary, to prevent data conversion issues with pandas
Added endpoint to show only errors
Optional halt client on non-200 response
Batch runner successfully loads ilastik model
Test now covers loading ilastik model from session's conf path, not just absolute path
Automatically leave .path file in original directory when a new one is watched by API
Session has a watch directory for configuration files, which ilastik router interprets as being the root for ilastik files as well. This is changeable from API.
Option to automatically write accessors when calling all tasks, or individual tasks
Implemented batch runner client, can lazy load accessors, still much to do
Don't load accessor just to report its info
Added option to parse method from JSON-like dict
Added TODO
Pass lazy loading option from API
Removed commented code
Local client; test client now uses this, too
Started modifying batch runner utility for serverside task processing; require implementation of non-test client
Merge branch 'dev_acc_loading' into 'staging'
Added and tested endpoint to run all unfinished tasks
Finished test deletion of accessors associated with a pipeline task_id
Removed notion on unloading data from accessor
Added unload method
Lazy loading remains only a feature of GenericImageFileAccessor; not applied to PatchStack
Completed lazy loading implementation at acccesor level
File-backed accessors no longer keep file handle open; lazy loading passes in principle
load method returns data array, init assigns it
Merge branch 'dev_task_queue' into 'staging'
Log task-related session events
Loading