Commit cd521a0
Merge branch 'main' into feat/eql-v3-text-search-schema
Reconciles the parallel EQL v3 evolution on both sides. The branch side
carried the newer stack surface (bigint domain family, freeTextSearch
tuner removal, DOMAIN_REGISTRY, supabase adapter with introspection and
or()-string hardening, null-prototype column maps, grants.ts extraction);
the main side carried the newer CLI (registry-driven help + manifest,
decoupled eql install / offerStashConfig, one-shot --database-url,
eql upgrade/status group), auth 0.41 Result API + authStrategy rename,
generation-aware isInstalled, and the eql-3.0.0-alpha.2 vendored bundle.
Resolution notes:
- stack src/tests: branch side kept; authStrategy rename and its wasm
latch taken from main; Plaintext keeps the branch bigint arm.
- encrypt-lock-context-guards now builds one client per wire format
(main's mixed-schema guard rejects a shared client).
- EncryptionV3 pins eqlVersion 3 (branch semantics); the main-side
override test now asserts the pin.
- supabase-v3.test.ts (main) removed: superseded by the branch's
supabase-v3-pgrest-live/matrix/grants/introspect suites on the
contains() surface.
- query-builder.ts: dropped main's apply-time filterColumnName calls in
favour of the branch's translate-once-at-toDbSpace boundary; removed
main's orphaned {select,keyToDb} addJsonbCastsV3 twin.
- SQL bundles/fixture: main's alpha.2 copies for now — re-vendored to
eql-3.0.0 in the follow-up FFI 0.29 upgrade.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>208 files changed
Lines changed: 97385 additions & 67428 deletions
File tree
- .changeset
- .cursor/commands
- .github
- ISSUE_TEMPLATE
- workflows
- docs
- plans
- reference
- superpowers
- plans
- specs
- e2e
- tests
- wasm
- examples
- basic
- prisma
- migrations
- app
- 20260513T1735_initial
- 20260709T1034_initial
- cipherstash
- 20260601T0000_install_eql_bundle
- refs
- src
- prisma
- test/e2e
- packages
- bench
- cli
- scripts
- src
- __tests__
- bin
- cli
- __tests__
- commands
- auth
- __tests__
- db
- __tests__
- init
- __tests__
- doctrine
- lib
- __tests__
- steps
- __tests__
- manifest
- config
- __tests__
- installer
- sql
- tests/e2e
- drizzle
- migrate
- src
- nextjs
- prisma-next
- migrations
- 20260601T0000_install_eql_bundle
- refs
- src
- exports
- middleware
- stack
- test
- protect-dynamodb
- protect
- schema
- stack
- __tests__
- fixtures/eql-v3
- helpers
- src
- encryption
- operations
- identity
- schema
- wizard
- src
- __tests__
- agent
- lib
- skills
- stash-cli
- stash-encryption
- stash-secrets
- stash-supabase
- stash-supply-chain-security
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
84 | 85 | | |
85 | | - | |
86 | | - | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
81 | 89 | | |
82 | 90 | | |
83 | 91 | | |
| |||
0 commit comments