Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0290e0b
Add Supabase-backed differentials catalogue (v10 import, API, seed).
BigSimmo Jul 5, 2026
2712175
Import medications and services catalogues; wire search and dashboard.
BigSimmo Jul 5, 2026
0c9834d
chore: remove backup artifact and ignore .bak files
BigSimmo Jul 5, 2026
065d95f
fix: allow curated public medication API access and simplify search s…
BigSimmo Jul 5, 2026
d79f6db
docs: archive branch progress snapshot for catalogue import PR
BigSimmo Jul 5, 2026
5d915e9
fix(supabase): unblock preview replay for match_document_chunks_text
BigSimmo Jul 5, 2026
6a1b563
fix(supabase): skip pg_cron schedules when extension is unavailable
BigSimmo Jul 5, 2026
370480c
test(supabase): lock in preview replay guards for RPC and pg_cron mig…
BigSimmo Jul 5, 2026
96b8f4b
feat: enable public access and fix visual evaluation RLS schema requi…
BigSimmo Jul 5, 2026
2b91c0a
fix: keep medication snapshot server-only and unblock typecheck
BigSimmo Jul 5, 2026
a9ad847
fix(dashboard): remove unused query prop from MobileEvidenceSheetContent
BigSimmo Jul 5, 2026
26c8a2c
Merge origin/main into codex/pr-258-header-only-final
Copilot Jul 5, 2026
90b2041
fix: ignore false-positive medication keys in gitleaks scan
Copilot Jul 5, 2026
ea336d1
Fix Prettier formatting for verify CI job
Copilot Jul 5, 2026
98dc16e
Fix Prettier formatting in label-helpers.ts for CI format check.
BigSimmo Jul 5, 2026
bb4a845
fix(ci): stabilize prescribing medication route ui-smoke test
BigSimmo Jul 5, 2026
edffc3d
Fix anonymous registry rate limits to use durable subject RPC.
BigSimmo Jul 5, 2026
52d1c76
fix(ci): align UI smoke tests with registry mode-home layout
BigSimmo Jul 5, 2026
04916a7
Fix Playwright specs for resynced mode-home and differential UI.
BigSimmo Jul 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,6 +35,7 @@
# misc
.DS_Store
*.pem
*.bak

# debug
npm-debug.log*
Expand Down
4 changes: 4 additions & 0 deletions .gitleaksignore
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,3 +4,7 @@
# The current tip no longer matches the rule, but this historical commit is
# still scanned on every PR run.
92cd8ac656800a0db504bdf9559bd9b30b52212c:tests/privacy.test.ts:generic-api-key:32
# False positives in medication indication labels ("key": "...") detected by
# generic-api-key rule on historical commit content scanned in PR history.
27121756b10df6d93841ebf48b0f1991e0144a1f:data/medications-snapshot.json:generic-api-key:22253
27121756b10df6d93841ebf48b0f1991e0144a1f:data/medications-snapshot.json:generic-api-key:47690
27,891 changes: 27,891 additions & 0 deletions data/differentials-snapshot.json

Large diffs are not rendered by default.

Loading