Antonio Anaya
fb15178512
ui_migration feature(vitest) add all vue files to vitest coverage reporter
2026-05-15 22:16:21 -06:00
Antonio Anaya
97eadb9271
ui_migration node(pack) package maintenance to fix new test packages deprecations
2026-05-15 17:45:44 -06:00
Antonio Anaya
a5fc9c65dc
Apply suggestions from code review of branch webapp_unit_testing
...
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
2026-05-15 23:27:17 +00:00
Antonio Anaya
3fc2a79a89
ui_migration node(pack) package maintenance to fix new test packages deprecations
2026-05-15 17:08:36 -06:00
Antonio Anaya
ca08e61795
ui_migration node(pack) add test utils dependency
2026-05-15 17:08:09 -06:00
Antonio Anaya
e478644d2a
ui_migration codespell(config) Add codespell exceptions for fixtures and else
2026-05-15 17:08:09 -06:00
Antonio Anaya
938d202b38
ui_migration codespell(config) Add ignore for text files to avoid fails on readonly vars
2026-05-15 17:08:09 -06:00
Antonio Anaya
d75051df4a
ui_migration node(pack) add test:unit command
2026-05-15 17:08:09 -06:00
Antonio Anaya
e803d60013
ui_migration config(vitest) reduce heap size for unitest
2026-05-15 17:08:09 -06:00
Antonio Anaya
591d3f6747
ui_migration node(pack) add package requirements for testing
2026-05-15 17:08:08 -06:00
Antonio Anaya
9968978a7b
ui_migration feature(unitesting) modifying vitest config and spec, add test id flags to component
2026-05-15 17:08:08 -06:00
Antonio Anaya
c7d16fa43f
ui_migration feature(unitesting) modifying vitest config and spec, add fixture real logging file
2026-05-15 17:08:08 -06:00
Antonio Anaya
3e2dd25438
ui_migration feature(unitesting) Use origin state for api url
2026-05-15 17:08:08 -06:00
Antonio Anaya
8afc7a61f3
ui_migration bugfix(component) Fix innerText tag error from test
2026-05-15 17:08:08 -06:00
Antonio Anaya
13b5e86269
ui_migration feature(unitesting) Add loggingContent test file
...
ui_migration feature(unitesting) Fix test spec baseUri
2026-05-15 17:08:08 -06:00
Antonio Anaya
80b32800f9
ui_migration feature(unitesting) Add unitesting configuration and dependencies
2026-05-15 17:07:17 -06:00
Joe Knapper
4e58d613d0
Merge branch 'stitch-all-logging' into 'v3'
...
Log during stitch all and handle errors
Closes #710
See merge request openflexure/openflexure-microscope-server!593
2026-05-15 16:36:15 +00:00
jaknapper
0f842c622b
Test stitch all with mocking
2026-05-15 17:07:10 +01:00
Joe Knapper
bea1e35d61
Merge branch 'sharpness-monitor-none' into 'v3'
...
Sharpness monitor accepting 0 as None
Closes #776
See merge request openflexure/openflexure-microscope-server!592
2026-05-15 15:27:52 +00:00
Joe Knapper
336e052fce
Merge branch 'verify-ui-elements' into 'v3'
...
Verify properties and actions exist before making controls and buttons.
Closes #640
See merge request openflexure/openflexure-microscope-server!556
2026-05-15 15:11:52 +00:00
jaknapper
a278b700ef
Change check for record
2026-05-15 15:45:04 +01:00
jaknapper
bd796f98a1
Log during stitch all and handle errors
2026-05-15 15:40:15 +01:00
Julian Stirling
49ae6fcd70
Merge branch 'save-rom-data' into 'v3'
...
Save useful ROM data to data directory
See merge request openflexure/openflexure-microscope-server!590
2026-05-15 14:16:04 +00:00
Julian Stirling
c0158a7a6c
Provide feeback to user on broken UI components.
2026-05-15 15:03:20 +01:00
Julian Stirling
050c2b7672
Verify properties and actions exist before making controls and buttons.
2026-05-15 15:03:20 +01:00
Julian Stirling
40a9e25e02
Merge branch 'v3-labthings-rename-api-prefix' into 'v3'
...
Update code to use public `api_prefix` property
See merge request openflexure/openflexure-microscope-server!587
2026-05-15 13:56:19 +00:00
Julian Stirling
1e3548e803
Merge branch 'v3-png-capture' into 'v3'
...
PNG Capture
See merge request openflexure/openflexure-microscope-server!569
2026-05-15 13:53:34 +00:00
Julian Stirling
94a3fead9c
Apply suggestions from code review of branch save-rom-data
2026-05-15 14:49:40 +01:00
jaknapper
78c01de6d5
Sharpness monitor accepting 0 as None
2026-05-15 14:43:23 +01:00
Joe Knapper
96d58a2d0f
Merge branch 'no-dev-tools' into 'v3'
...
Remove dev tools from production app
Closes #768
See merge request openflexure/openflexure-microscope-server!582
2026-05-15 13:38:11 +00:00
Julian Stirling
3aa2571964
Update picamera test results
2026-05-15 13:24:37 +01:00
Richard Bowman
a66428b1b2
Fix a typo when calling _save_capture
...
I renamed `jpeg_path` to `path` as it's no longer just used for jpegs.
2026-05-15 13:14:28 +01:00
Richard Bowman
ee6911f4a7
PNG Capture
...
This adds an additional action to BaseCamera to capture and return a PNG Blob. It makes the PNG using Pillow, in a very similar way to `capture_jpeg`.
I have parametrized the test for `capture_jpeg` so it now tests both jpeg and png with the same code.
2026-05-15 13:14:27 +01:00
Julian Stirling
4aee0de945
Allow console logging when starting dev server
2026-05-15 12:59:40 +01:00
Julian Stirling
20e6cbc1a2
Apply suggestions from code review of branch no-dev-tools
...
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
2026-05-15 12:55:19 +01:00
Julian Stirling
a31969d228
Add note about mdns speed
2026-05-15 12:55:19 +01:00
Julian Stirling
47dd746210
Apply suggestions from code review of branch no-dev-tools
...
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
2026-05-15 12:55:19 +01:00
Julian Stirling
a265656984
Don't show error symbol when loading unless error
2026-05-15 12:55:19 +01:00
Julian Stirling
2b8d08c78c
Use vite's development proxy for api-override
2026-05-15 12:55:18 +01:00
Julian Stirling
a58007a98c
Remove the dev-tools for rediricting API from production app
2026-05-15 12:55:18 +01:00
Julian Stirling
59a93c673a
Merge branch 'gallery-fixes' into 'v3'
...
Gallery fixes
See merge request openflexure/openflexure-microscope-server!591
2026-05-15 11:16:45 +00:00
Julian Stirling
177f1c437d
Remove console.log from debugging
2026-05-15 12:01:40 +01:00
Julian Stirling
f0648a1613
Set gallery cursor for action or not allowed
2026-05-15 10:40:27 +00:00
Julian Stirling
425fccc684
Fix broken paginate links in gallery
2026-05-15 10:40:27 +00:00
Julian Stirling
714435f2d4
Fix unit tests for stage_measrue as an OFMThing
2026-05-14 16:49:29 +01:00
Chish36
5c128c1467
Removed settings, fixed saving issue and refactored
2026-05-14 15:58:26 +01:00
Joe Knapper
b646efa047
Merge branch 'hardware-test-exit' into 'v3'
...
Allow -x in hardware tests to fail fast
See merge request openflexure/openflexure-microscope-server!589
2026-05-14 13:39:14 +00:00
Chish36
03dc0a065f
Save useful ROM data to data directory
2026-05-14 14:24:48 +01:00
Julian Stirling
5c3e228411
Reinstate unzip command in picamera tests
2026-05-14 12:51:22 +00:00
jaknapper
c673d2ab2a
Picamera
2026-05-14 12:32:07 +01:00