Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
bf18897
docs(drive): re-plan umbrella as sequential IR-canonicalization-first…
wmadden May 30, 2026
9068522
docs(drive): spec GAP 1 slice — drop the storage.namespaces wrapper
wmadden May 30, 2026
148e6c8
docs(drive): plan GAP 1 slice into two dispatches
wmadden May 30, 2026
15671ac
refactor(framework): drop storage.namespaces wrapper in framework IR …
wmadden May 30, 2026
1140781
refactor(sql-contract): key namespaces directly under storage
wmadden May 30, 2026
fe65418
refactor(sql-authoring,sql-emitter): emit flat storage namespace keys
wmadden May 30, 2026
862d710
refactor(sql-query-builder,relational-core): read flat storage namesp…
wmadden May 30, 2026
467392c
refactor(sql-builder): root Db/TableProxyContract types at flat storage
wmadden May 30, 2026
00f2268
refactor(sql-runtime): read flat storage namespaces in sql-context
wmadden May 30, 2026
66d3117
refactor(sql-family): hydrate and verify flat storage namespaces
wmadden May 30, 2026
c02bdc8
refactor(mongo-contract): key namespaces directly under storage
wmadden May 30, 2026
ae62605
refactor(mongo-family): emit and hydrate flat storage namespaces
wmadden May 30, 2026
2299520
refactor(migration): walk flat storage namespaces in aggregate tooling
wmadden May 30, 2026
8b9e6a3
refactor(targets): walk flat storage namespaces in postgres/sqlite
wmadden May 30, 2026
0771568
refactor(mongo-target): hydrate flat storage namespaces
wmadden May 30, 2026
be04a48
refactor(extensions): read flat storage namespaces
wmadden May 30, 2026
4c61989
refactor(framework,sql): make flat-storage walk helpers generic
wmadden May 30, 2026
980fdc9
refactor(mongo,targets,extensions): drop redundant flat-storage casts
wmadden May 30, 2026
b695845
fix(target-postgres): complete flat-storage migration and widen eleme…
wmadden May 30, 2026
61763ff
fix(target-sqlite): complete flat-storage migration in planner and tests
wmadden May 30, 2026
697fd57
fix(adapter-postgres): complete flat-storage migration in renderer an…
wmadden May 30, 2026
8cd119f
fix(adapter-sqlite): complete flat-storage migration in tests
wmadden May 30, 2026
2445ea0
fix(sql-builder): derive flat-storage table bound via constrained infer
wmadden May 30, 2026
751b46d
fix(sql-orm-client): complete flat-storage migration in source and tests
wmadden May 30, 2026
58a2252
fix(extensions): complete flat-storage migration in cipherstash/pgvec…
wmadden May 30, 2026
ca5a3b6
fix(pgvector,cli): flatten remaining storage test fixtures
wmadden May 30, 2026
efedf49
fix(cli): flatten storage fixture in per-member-verifier test
wmadden May 30, 2026
5f39185
fix(sql-contract,mongo-contract): allow flat namespace-id keys in sto…
wmadden May 30, 2026
fbaf8c6
fix(mongo-family): flatten storage in family schema-verify and serial…
wmadden May 30, 2026
ce11ed3
fix(emitter): flatten storage in canonicalization test fixtures and p…
wmadden May 30, 2026
9604c36
fix(target-postgres): emit flat namespace keys from serializeContract
wmadden May 30, 2026
f61e8b6
refactor: replace bare storage casts with walk helpers / justified bl…
wmadden May 30, 2026
6a8430d
fix(migration-tools): strip namespace kind on flat storage keys
wmadden May 30, 2026
390cf8b
chore: regen extension contract spaces and migration pins
wmadden May 30, 2026
792eb0a
chore: regen example and app contracts to flat storage shape
wmadden May 30, 2026
a33dbf3
chore: regen sql-builder and sql-orm-client package fixtures
wmadden May 30, 2026
2ecb217
chore: regen integration and e2e contract fixtures
wmadden May 30, 2026
dda2900
chore: flatten target-postgres snapshot-read-shapes fixtures
wmadden May 30, 2026
7ce76f9
chore: regen integration sql-builder and sql-orm-client fixtures
wmadden May 30, 2026
887140c
fix(family-sql): drop unused storageNamespaceEntries import
wmadden May 30, 2026
4c2c839
refactor(sql-orm-client): migrate test helpers and type fixtures to f…
wmadden May 30, 2026
4301a5d
fix(contract-ts): flatten BuiltStorage output type to ADR 221 shape
wmadden May 30, 2026
5052760
refactor(integration-tests): migrate storage reads and inline fixture…
wmadden May 30, 2026
94ffbe0
refactor(integration-tests): migrate remaining storage reads + regen …
wmadden May 30, 2026
d59feeb
refactor(examples): migrate demo and retail-store storage reads to fl…
wmadden May 30, 2026
279ab72
refactor(target-mongo): flatten storage in planner/runner test fixtures
wmadden May 30, 2026
bd33c59
refactor(mongo-family): flatten storage in shared test fixtures
wmadden May 30, 2026
d11c392
fix(tests): repair botched codemod edits in flat-storage type literals
wmadden May 31, 2026
4b57970
chore(examples): regen multi-extension-monorepo contract spaces to fl…
wmadden May 31, 2026
2d37740
fix(sql-emitter-tests): migrate structure/types fixtures and assertio…
wmadden May 31, 2026
8e01bb4
fix(mongo-emitter-tests): migrate storage type assertions to flat shape
wmadden May 31, 2026
061b537
fix(framework-emitter-tests): migrate storage read helpers and hash p…
wmadden May 31, 2026
231601a
fix(adapter-postgres): read flat storage namespace ids in introspection
wmadden May 31, 2026
7b9725f
refactor(cli-tests): migrate storage reads and fixtures to flat shape
wmadden May 31, 2026
bb1fcaa
refactor(contract-tests): migrate sql/mongo contract+psl test reads t…
wmadden May 31, 2026
cd89675
refactor(extension-tests): migrate cipherstash/pgvector/postgres/sql-…
wmadden May 31, 2026
abc27cc
refactor(target-tests): migrate mongo-target and postgres/sqlite adap…
wmadden May 31, 2026
734a7b8
refactor(integration-tests): drop storage.namespaces wrapper from lit…
wmadden May 31, 2026
e0c6c74
Merge remote-tracking branch 'origin/main' into tml-2747-storage-name…
wmadden May 31, 2026
6ad2f08
fix(mongo-emitter): drop unused storage-walk imports in emitter-hook …
wmadden May 31, 2026
037436e
fix(mongo-contract): flatten storage paths in canonicalization-hooks …
wmadden May 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
184 changes: 91 additions & 93 deletions apps/telemetry-backend/src/prisma/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading