-
-
Notifications
You must be signed in to change notification settings - Fork 0
Parse → Supabase DB foundation: read-scope schema, sample importer, local dev #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
hatton
wants to merge
17
commits into
develop
Choose a base branch
from
parse-to-supabase-db-foundation
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b618ffe
Local Supabase + Blorg milestone: schema, sample importer, Podman loc…
hatton c515c59
Track supabase/snippets/ (Podman requires bind-mount sources to exist)
hatton f346cf3
Add generated books.tags_text column for wildcard tag matching
hatton 4319597
Merge remote-tracking branch 'origin/develop' into parse-to-supabase-…
hatton 41a9c9d
docs: point db README at renamed FUNCTIONS-MIGRATION-PLAN.md
hatton 9901bf2
Apply preflight review decisions for PR #9
hatton 667563a
Gate book_languages and related_books reads on book visibility
hatton 7990f7b
Dedupe per-book junction rows so a duplicated langPointer can't abort…
hatton ac679c1
Add copyright/license fields to the shared Book type
hatton a9e8a66
Add send-concern-email edge function
hatton c2d9827
Add tests for send-concern-email
hatton 790633a
Document send-concern-email in the migration plan and api-spec-next
hatton 8492977
sync-tool: make SAMPLE_TARGET actually scale the sample size
hatton ce5ed22
Merge send-concern-email edge function into the foundation PR
hatton 8fa208a
Add match_topic_tags RPC for non-canonical topic filters
hatton be6db75
Wire send-concern-email's Mailgun secrets into the local edge runtime
hatton f6aa757
Document the 200k-books performance design goal and query-pattern design
hatton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| Papercuts for bloom-core-supabase — small dev/agent/tooling friction points, captured now and | ||
| fixed later. See the "papercut" skill for the procedure. | ||
|
|
||
| Note: when resolving a git merge conflict here, keep both sides' entries unless they merge cleanly. | ||
|
|
||
| --- | ||
|
|
||
| ## 2026-07-18 — `pnpm test` hard-fails when `.env.local` doesn't exist | ||
|
|
||
| - **Cut:** `pnpm test` and `pnpm test:secrets-optional` both pass `--env-file=.env.local` to | ||
| deno, and deno hard-fails ("node: .env.local: not found", exit 126) when the file is | ||
| missing — the repo ships only `.env.example`. On a fresh checkout the only test script that | ||
| runs at all is `pnpm test:ci`. | ||
| - **Idea:** Make `.env.local` optional (deno supports `--env-file` gracefully via a wrapper | ||
| that checks existence, or document `cp .env.example .env.local` as a required setup step in | ||
| the README / setup hook). | ||
| - **Context:** Hit running unit tests on branch parse-to-supabase-db-foundation; agent had to | ||
| discover `test:ci` as the fallback by trial and error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.