Commit Graph

668 Commits

Author SHA1 Message Date
85fb859131 Add explicit component paths to JSON registry 2026-01-18 18:47:07 +00:00
b34e45067d Merge pull request #198 from johndoe6345789/codex/add-unit-tests-for-autosyncmanager-ijr1r0
Export AutoSyncManager and add unit tests
2026-01-18 18:40:05 +00:00
1a928a29dc Add AutoSyncManager unit tests 2026-01-18 18:38:22 +00:00
27dfebcb24 Merge pull request #197 from johndoe6345789/codex/refactor-computed-json-configs
Remove legacy `computed` data sources; migrate to expression/valueTemplate and update UI
2026-01-18 18:33:08 +00:00
03cc955d20 Update data source editor copy 2026-01-18 18:32:55 +00:00
8c11895fba Merge pull request #195 from johndoe6345789/codex/expand-tests-for-syncfromflaskbulk
Make syncFromFlaskBulk ignore invalid keys, merge remote data and prune local DB; add tests
2026-01-18 18:30:37 +00:00
82b64785bf Merge branch 'main' into codex/expand-tests-for-syncfromflaskbulk 2026-01-18 18:30:23 +00:00
aea8676a33 Add syncFromFlaskBulk merge tests 2026-01-18 18:29:08 +00:00
6abf9f8414 Merge pull request #194 from johndoe6345789/codex/extract-shared-action-names-to-module
Centralize store action name lookups and use Sets in middleware
2026-01-18 18:28:42 +00:00
ee7bc50881 Centralize store action name lookups 2026-01-18 18:28:20 +00:00
f186d67d20 Merge pull request #193 from johndoe6345789/codex/define-syncable_stores-and-refactor-conditions
Centralize syncable stores in syncSlice with `SYNCABLE_STORES`
2026-01-18 18:27:53 +00:00
0c375283ed Merge branch 'main' into codex/define-syncable_stores-and-refactor-conditions 2026-01-18 18:27:46 +00:00
7544c5c2e5 Define syncable store set 2026-01-18 18:27:12 +00:00
5d95bc428b Merge pull request #192 from johndoe6345789/codex/extend-json-components-registry-for-wrappers/icons
Move wrapper/icon resolution into JSON registry
2026-01-18 18:26:50 +00:00
fdd1828fda Move wrapper/icon resolution into JSON registry 2026-01-18 18:26:39 +00:00
c3a05607ba Merge pull request #191 from johndoe6345789/codex/add-tests-for-ratelimiter.throttle
RateLimiter: add bounded retry loop and throttle tests
2026-01-18 18:25:24 +00:00
6c777ed47c Merge branch 'main' into codex/add-tests-for-ratelimiter.throttle 2026-01-18 18:24:45 +00:00
ce9fcaf3d1 Add rate limiter throttle tests 2026-01-18 18:23:56 +00:00
bda28a71e4 Merge pull request #190 from johndoe6345789/codex/add-tests-for-persistencequeue-enqueuing
Ensure PersistenceQueue re-flushes operations enqueued mid-flight and add unit test
2026-01-18 18:23:36 +00:00
4eb4849d57 Merge branch 'main' into codex/add-tests-for-persistencequeue-enqueuing 2026-01-18 18:23:29 +00:00
e098b9184b Add PersistenceQueue mid-flight flush test 2026-01-18 18:22:34 +00:00
b931164c3a Merge pull request #189 from johndoe6345789/codex/modify-syncmonitormiddleware-to-check-requestid
Guard sync monitor tracking by requestId
2026-01-18 18:22:16 +00:00
7d75c6adc0 Guard sync monitor tracking by requestId 2026-01-18 18:22:00 +00:00
33e49b3671 Merge pull request #188 from johndoe6345789/codex/add-runtime-validation-for-json-responses
Validate AI JSON responses with Zod and show actionable toasts on failure
2026-01-18 18:21:40 +00:00
ace40f7e73 Add runtime validation for AI responses 2026-01-18 18:21:25 +00:00
140fe351f8 Merge pull request #187 from johndoe6345789/codex/validate-keys-and-add-reconciliation-step
Validate sync keys and reconcile local data
2026-01-18 18:21:06 +00:00
714fb510ab Validate sync keys and reconcile local data 2026-01-18 18:20:53 +00:00
9c3cc81c35 Merge pull request #186 from johndoe6345789/codex/rethrow-errors-in-synctoflask
Rethrow Flask sync errors and add retryable persistence syncs
2026-01-18 18:20:32 +00:00
def3259178 Handle Flask sync failures with retries 2026-01-18 18:20:22 +00:00
51040a23b9 Merge pull request #182 from johndoe6345789/codex/refactor-ratelimiter.throttle-for-retries
Refactor rate limiter retry loop
2026-01-18 18:19:35 +00:00
785d6afc40 Merge pull request #185 from johndoe6345789/codex/update-persistencequeue-for-proper-flushing
Fix persistence queue flush ordering
2026-01-18 18:19:11 +00:00
0a0046c2f3 Fix persistence queue flush ordering 2026-01-18 18:18:58 +00:00
a0d65352a9 Merge pull request #183 from johndoe6345789/codex/update-dynamic-component-resolution-in-registry
Refactor JSON UI component registry to dynamic resolution
2026-01-18 18:15:58 +00:00
baf5001704 Refactor JSON UI component registry 2026-01-18 18:15:46 +00:00
e075908a15 Refactor rate limiter retry loop 2026-01-18 18:15:25 +00:00
20f116d623 Merge pull request #181 from johndoe6345789/codex/add-inflight-flag-to-autosyncmanager
Add in-flight/pending guards to AutoSyncManager to avoid concurrent syncs
2026-01-18 18:15:05 +00:00
eb9174c80d Add in-flight guard to auto sync 2026-01-18 18:14:51 +00:00
cd9e65d4d2 Merge pull request #180 from johndoe6345789/codex/update-flaskbackendadapter-for-empty-responses
Guard JSON parsing for 204/empty responses in FlaskBackendAdapter
2026-01-18 18:07:25 +00:00
b646b8993f Merge branch 'main' into codex/update-flaskbackendadapter-for-empty-responses 2026-01-18 18:06:35 +00:00
f07bd37b7d Handle empty Flask responses 2026-01-18 18:05:45 +00:00
9f6b0bd871 Merge pull request #177 from johndoe6345789/codex/add-null-check-for-navigation-timing
Add navigation fallback for bundle performance analysis
2026-01-18 18:03:21 +00:00
1b3e0fecfe Add navigation entry fallback in metrics 2026-01-18 18:03:11 +00:00
425797d5a2 Merge pull request #176 from johndoe6345789/codex/refactor-message-handler-in-use-pwa.ts
Refactor PWA service worker message handler to enable cleanup
2026-01-18 18:02:48 +00:00
9dd5a9c6d0 refactor pwa message handler 2026-01-18 18:02:34 +00:00
adb762d0cd Merge pull request #175 from johndoe6345789/codex/add-unit-tests-for-detectandinitialize
Prefer Flask over IndexedDB in UnifiedStorage and add unit tests
2026-01-18 18:02:05 +00:00
e3e3dbf602 Add tests for unified storage initialization 2026-01-18 18:01:54 +00:00
eb8f249946 Merge pull request #174 from johndoe6345789/codex/add-test-for-flaskbackendadapter.request
Handle empty/204 Flask backend responses and add Vitest for delete/clear
2026-01-18 18:01:36 +00:00
ea21a99c8c Add test for empty Flask backend responses 2026-01-18 18:00:47 +00:00
90d392356d Merge pull request #173 from johndoe6345789/codex/create-tests-for-generateflaskblueprint
Sanitize Flask blueprint and endpoint names; add tests
2026-01-18 17:59:35 +00:00
3d7c59557d Merge branch 'main' into codex/create-tests-for-generateflaskblueprint 2026-01-18 17:59:29 +00:00