Owain Jarrett owain
  • Joined on 2025-11-29
owain pushed to main at owain/MileVault 2026-06-07 01:11:57 +01:00
edeb3ccece Fix: commit missing init_db migration for sync_lookback_days column
owain pushed to main at owain/MileVault 2026-06-07 01:06:40 +01:00
17ec83bfc2 Fix: add sync_lookback_days column to GarminConnectConfig model
owain pushed to main at owain/MileVault 2026-06-07 00:58:00 +01:00
a3c039b3ea Fix Garmin Connect save — make password optional for settings updates
owain pushed to main at owain/MileVault 2026-06-07 00:41:03 +01:00
f8c126fbda Add configurable sync_lookback_days for Garmin Connect
owain pushed to main at owain/MileVault 2026-06-07 00:33:56 +01:00
335bd0a053 Fix Garmin Connect sync to import full history and prevent re-downloads
owain pushed to main at owain/MileVault 2026-06-07 00:27:40 +01:00
7d6d34f61f Fix health trends range selector; add day navigation and chart click
owain pushed to main at owain/MileVault 2026-06-07 00:08:17 +01:00
6d224d51c5 Add Garmin Connect auto-sync via python-garminconnect
owain pushed to main at owain/MileVault 2026-06-06 23:46:13 +01:00
0cdc653664 Add daily health snapshot to Health page
owain pushed to main at owain/MileVault 2026-06-06 23:33:56 +01:00
c3637fa3fa Fix wellness parser: field names, sleep epoch durations, HRV, sleep score
owain pushed to main at owain/MileVault 2026-06-06 23:14:12 +01:00
95f704cb54 Fix upload auto-refresh, health data refresh, and HR zone recalculation
owain pushed to main at owain/MileVault 2026-06-06 19:56:20 +01:00
b5fd17a597 Fix PocketID login redirect
owain pushed to main at owain/MileVault 2026-06-06 19:51:08 +01:00
df6c993709 Fix PocketID OIDC endpoints for auth.jarrett.eu
owain pushed to main at owain/MileVault 2026-06-06 19:43:27 +01:00
34284f3d9d Fix PocketID callback URL to use full base URL
owain pushed to main at owain/MileVault 2026-06-06 19:38:54 +01:00
16cf4a9313 Fix wellness_parser - had fit_parser content instead of wellness parser
owain pushed to main at owain/MileVault 2026-06-06 19:32:37 +01:00
ed4ab0eff8 Fix FIT parser - handle raw timestamps and semicircle auto-detection
owain pushed to main at owain/MileVault 2026-06-06 19:27:35 +01:00
0fd3ff7414 Fix SDK field names - use camelCase throughout
owain pushed to main at owain/MileVault 2026-06-06 19:17:52 +01:00
f609931ebc Remove fitparse entirely - use Garmin SDK only with messages dict approach
owain pushed to main at owain/MileVault 2026-06-06 19:02:42 +01:00
e9811d8d83 Fix duplicate detection, add wellness suffixes, add reprocess endpoint
owain pushed to main at owain/MileVault 2026-06-06 18:52:31 +01:00
93b8f00f94 Fix map route not rendering; fix health date filter timezone mismatch
owain pushed to main at owain/MileVault 2026-06-06 18:27:32 +01:00
24f8417982 Fix package.json, Dockerfile, add CI validation to prevent recurrence