|
|
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 |
|
|
|
818f9878aa
|
Add identifier-safe Flask blueprint tests
|
2026-01-18 17:58:47 +00:00 |
|
|
|
c618870d4b
|
Merge pull request #172 from johndoe6345789/codex/add-helper-to-normalize-identifiers
Add sanitizeIdentifier helper and use in Flask generators
|
2026-01-18 17:58:27 +00:00 |
|
|
|
2641793e0f
|
Add identifier sanitization for Flask generators
|
2026-01-18 17:58:01 +00:00 |
|
|
|
fb971be80b
|
Merge pull request #171 from johndoe6345789/codex/extend-json-schema-for-component-registry
Make json-ui registry sources data-driven
|
2026-01-18 17:57:31 +00:00 |
|
|
|
395ab80610
|
Make json-ui registry sources data-driven
|
2026-01-18 17:57:15 +00:00 |
|
|
|
91969e8494
|
Merge pull request #169 from johndoe6345789/codex/remove-static-componentregistry-map
Use shared component registry for orchestration
|
2026-01-18 17:49:17 +00:00 |
|
|
|
a6a44f026f
|
Use shared component registry in orchestration
|
2026-01-18 17:49:07 +00:00 |
|
|
|
52f1703c35
|
Merge pull request #168 from johndoe6345789/codex/update-schemas-to-remove-legacy-compute-functions
Replace legacy compute usage with JSON expressions
|
2026-01-18 17:42:12 +00:00 |
|
|
|
966b6f2aa6
|
Remove legacy compute schema support
|
2026-01-18 17:41:57 +00:00 |
|
|
|
9a8e159177
|
Merge pull request #167 from johndoe6345789/codex/define-json-page-prop-contract
Add JSON page data/functions prop mapping
|
2026-01-18 17:29:35 +00:00 |
|
|
|
174f03edd2
|
Add JSON page data/function prop mapping
|
2026-01-18 17:29:18 +00:00 |
|
|
|
42c22aa1ea
|
Merge pull request #166 from johndoe6345789/codex/update-pageconfig-to-support-json-pages
Support JSON pages in page config (discriminator + schemaPath)
|
2026-01-18 17:25:40 +00:00 |
|
|
|
f6673e1b77
|
Add JSON page support to page configs
|
2026-01-18 17:25:22 +00:00 |
|