Antonio Anaya
b580a63675
ui_migration chore(store) move store files for pinia refactor
2026-04-20 18:30:24 -06:00
Antonio Anaya
d1c40238d5
ui_migration feat(npm) run npm audit fix --force, 0 vulnerabilites achieved
2026-04-20 15:48:25 -06:00
Julian Stirling
e6005d052c
Merge branch 'v3-steps-per-pixel' into 'v3'
...
Rename "pixels per step" to "steps per pixel"
Closes #648
See merge request openflexure/openflexure-microscope-server!568
2026-04-16 13:33:40 +00:00
Richard Bowman
4466b5abd8
Rename "pixels per step" to "steps per pixel"
...
I'm pretty sure the "pixels per step" label is incorrect and should actually read "steps per pixel".
Having looked at the code, the underlying variable is called csmRatio, which doesn't specify which way
round it should be. I think the minimal fix is to correct the label, which is what this commit does.
2026-04-16 13:43:31 +01:00
Joe Knapper
924676ff5d
Merge branch 'stack-trends' into 'v3'
...
Stack trends
Closes #752
See merge request openflexure/openflexure-microscope-server!564
2026-04-16 12:20:01 +00:00
Joe Knapper
4da8172a16
Updates from review, mark tests as allowed to fail
2026-04-16 11:49:04 +01:00
Julian Stirling
01a19fab9b
Merge branch 'labthings-debug-logging-config' into 'v3'
...
Add labthings debug config when spinning up a server
See merge request openflexure/openflexure-microscope-server!523
2026-04-14 12:43:50 +00:00
jaknapper
bc6ea9a1ca
Manually test for increasing or decreasing stacks
2026-04-02 17:43:52 +01:00
Julian Stirling
3b53473475
Bump stitching version
2026-04-02 17:20:31 +01:00
Beth Probert
fff965dab4
Fix side effects in mocking
2026-04-02 15:30:26 +01:00
Beth Probert
7106ce1302
Set debug default value to False
2026-04-02 15:09:55 +01:00
Beth Probert
54b656952f
Remove mock call to replace with real call
2026-04-02 15:09:39 +01:00
Beth Probert
01954167ab
Merge branch 'v3' into labthings-debug-logging-config
2026-04-02 10:50:06 +01:00
Joe Knapper
483c94b3a9
Merge branch 'bump-stitching' into 'v3'
...
Bump stitching version
Closes #748
See merge request openflexure/openflexure-microscope-server!560
2026-03-27 16:39:26 +00:00
Julian Stirling
e0e023a0c9
Bump stitching version
2026-03-27 16:04:58 +00:00
Joe Knapper
70c36333a8
Data path based on containing DIR location
2026-03-26 17:25:47 +00:00
Joe Knapper
5a2787a039
Data path based on containing DIR location
2026-03-26 17:25:33 +00:00
Joe Knapper
92e5541267
Add test that stack checking agrees with at least 80% of manual labels
2026-03-26 16:48:50 +00:00
Joe Knapper
9149121d4b
Merge branch 'prep-for-v3.0.0-alpha5' into 'v3'
...
Prep for v3.0.0 alpha5
See merge request openflexure/openflexure-microscope-server!557
2026-03-26 15:03:37 +00:00
Julian Stirling
70cf45d3c5
Update Changelog for alpha 5 release
2026-03-26 14:13:58 +00:00
Julian Stirling
4f86833393
Bump version numbers for alpha5 release.
2026-03-26 14:12:51 +00:00
Julian Stirling
72c9fcffe0
Merge branch 'to-labthings-0.1' into 'v3'
...
Update dependency to labthings 0.1.0
See merge request openflexure/openflexure-microscope-server!538
2026-03-26 10:32:29 +00:00
Julian Stirling
61f44b9af1
Merge branch 'resort-scans' into 'v3'
...
Sort scans by created time
Closes #708
See merge request openflexure/openflexure-microscope-server!551
2026-03-26 10:26:24 +00:00
Joe Knapper
74476f18a0
Merge branch 'smart_stack_as_mixin' into 'v3'
...
Move smart stacking into a mixin so it can be re-used in other workflows
See merge request openflexure/openflexure-microscope-server!554
2026-03-25 13:45:09 +00:00
Julian Stirling
c4cee38923
Merge branch 'remove-posixpath' into 'v3'
...
Move from posix path to os path
See merge request openflexure/openflexure-microscope-server!552
2026-03-25 12:57:10 +00:00
Julian Stirling
17feec33e2
Apply suggestions from code review of branch smart_stack_as_mixin
...
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
2026-03-25 12:26:32 +00:00
Julian Stirling
b7be12e183
Fix c-chip workflow and stop forcing the scan workflow mixin to be a workflow
2026-03-25 09:45:38 +00:00
Julian Stirling
5303664a4e
Fix tests
2026-03-24 16:31:04 +00:00
Julian Stirling
b8db7ae2a1
Don't define both stacks for CChips
2026-03-24 16:21:18 +00:00
Julian Stirling
a82fcca339
Move smart stacking into a mixin so it can be re-used in other workflows
2026-03-24 15:58:04 +00:00
Joe Knapper
5283c1a3c5
Extra normpath in Thing startup
2026-03-24 12:40:19 +00:00
Joe Knapper
b040f63a29
Merge branch 'wrap-uk-notifications' into 'v3'
...
Word break long lines in notifications
Closes #730
See merge request openflexure/openflexure-microscope-server!548
2026-03-24 11:45:04 +00:00
Julian Stirling
ad638fa8ee
Bump LabThings FastAPI requirement to 0.1.0
2026-03-24 08:45:29 +00:00
Joe Knapper
1d11e7044e
Move from posix path to os path
2026-03-23 16:59:57 +00:00
Joe Knapper
646adb9a69
Sort scans by created time
2026-03-23 11:24:25 +00:00
Joe Knapper
65ac551688
Merge branch 'action-tab-2' into 'v3'
...
Split up slide scan tab and create a generic action tab (attempt 2)
See merge request openflexure/openflexure-microscope-server!536
2026-03-23 10:17:18 +00:00
Joe Knapper
8bc05ed894
Merge branch 'sigkill-handling' into 'v3'
...
Explicit windows check before sigkill for mypy
Closes #729
See merge request openflexure/openflexure-microscope-server!547
2026-03-18 16:13:25 +00:00
Joe Knapper
91075af70e
Apply suggestions from code review of branch sigkill-handling
...
Co-authored-by: Beth Probert <beth_probert@outlook.com>
2026-03-18 14:51:32 +00:00
Joe Knapper
e703ce0697
Word break long lines in notifications
2026-03-18 14:33:49 +00:00
Joe Knapper
0618263830
Switch to ignoring line
2026-03-18 14:12:27 +00:00
Joe Knapper
1f43d1cc53
Explicit windows check before sigkill for mypy
2026-03-18 12:40:55 +00:00
Julian Stirling
b0d1e2626a
Merge branch 'update-docs' into 'v3'
...
Update path to ofm server and config file in docs
See merge request openflexure/openflexure-microscope-server!546
2026-03-17 23:34:40 +00:00
Julian Stirling
0b3ce54a7e
Merge branch 'close-calibration' into 'v3'
...
Close calibration with confirmation
Closes #677 and openflexure-connect#40
See merge request openflexure/openflexure-microscope-server!542
2026-03-17 23:33:24 +00:00
Julian Stirling
8ee5609de4
Apply suggestions from code review of branch action-tab-2
2026-03-17 23:26:32 +00:00
Joe Knapper
fbcd7eee93
Also show modal when pressing Esc, handle multiple Escs
2026-03-17 19:09:43 +00:00
Joe Knapper
ff5eb22004
Edit README.md
2026-03-17 18:14:51 +00:00
Joe Knapper
3b2b4c33c6
Update path to ofm server and config file in docs
2026-03-17 16:55:07 +00:00
Joe Knapper
19f422b2cf
Merge branch 'exposure-test' into 'v3'
...
Flush more frames and use a request when doing exposure time
Closes #639
See merge request openflexure/openflexure-microscope-server!540
2026-03-17 14:30:24 +00:00
Joe Knapper
798176f4be
Merge branch 'empty-cal' into 'v3'
...
Update camera cal instructions to look through empty area if possible
Closes #580
See merge request openflexure/openflexure-microscope-server!545
2026-03-17 14:09:06 +00:00
Joe Knapper
aaee5c080a
Picamera tests
2026-03-17 13:39:34 +00:00