99c69e27ab
minor dict improvements and flow update
2026-07-02 23:43:23 -04:00
e026e82f65
test(jspg): rename items fixture to array and resolve unused HashMap warning
...
- Rename fixtures/items.json to fixtures/array.json to better reflect array testing constraints.
- Update reference paths in src/tests/fixtures.rs and across other fixture JSON files.
- Remove unused HashMap import in src/validator/rules/dict.rs to resolve the compiler warning.
2026-06-23 20:17:03 -04:00
a1fb9ef650
jspg checkpoint
2026-06-23 19:48:38 -04:00
b0377e076e
drop error improvements across the board for localization
2026-06-23 17:47:19 -04:00
d77765cb61
jspg error refactoring checkpoint
2026-06-23 17:03:27 -04:00
01368305de
fixed missing schema ids in validation results
2026-06-18 20:31:35 -04:00
9fffc7707f
Merge branch 'main' of gitea-ssh.thoughtpatterns.ai:cellular/jspg
2026-06-15 16:42:13 -04:00
c5d652c6fd
fixed merger ordering issue
2026-06-15 16:41:59 -04:00
d2cdd680ed
insert fix checkpoint
2026-06-15 16:18:44 -04:00
25bbf2b564
merger: generate entity and changelog ids with uuid v7
...
Switch the two UUID generation sites in the merger from v4 to time-ordered
v7, and swap the uuid crate feature flag from v4 to v7 accordingly.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-12 22:11:09 -04:00
5af2399e3b
fixed issue with filter generation where filters or conditions are used internally
2026-06-11 20:40:27 -04:00
813e9ff3c2
more executor reverts
2026-06-11 17:37:34 -04:00
7e28eb2645
added kind to merge notifications, re-instated sql pattern matching
2026-06-11 17:26:07 -04:00
5133283795
checkpoint for re-enabling SQL pattern matching
2026-06-11 15:25:21 -04:00
03c60f5156
fix: remove trigger, origin and redundant type properties from notification payload
2026-06-11 12:19:25 -04:00
532bd8da43
fix: remove Spi subtransaction for GUC reads to avoid memory corruption under concurrent load
2026-06-05 19:12:07 -04:00
8c430d42e3
feat: propagate origin and trigger to cdc and changes
2026-06-05 18:48:46 -04:00
c71e99527d
dynamic type variables now recursive
2026-06-03 10:50:15 -04:00
8bb7085f76
cleaned out raits_debug_val
2026-05-28 14:56:17 -04:00
ea03584bbd
re-applied fix for family in conditions
2026-05-28 14:54:57 -04:00
ccca9129b2
added uuid.condition to filters
2026-05-21 19:03:31 -04:00
b0fc6c12ef
fixed queryer issue with nested families
2026-05-21 13:26:07 -04:00
56775c8c1b
added traits and include features with docs
2026-05-20 19:10:29 -04:00
9cefc225fc
fixed type and page action serialization
2026-05-18 19:46:29 -04:00
86d49273bc
more ordering fixes
2026-05-14 18:13:59 -04:00
5b2feb5ea7
more ordering fixes
2026-05-14 17:35:31 -04:00
6d6745d95d
removed all jsonb
2026-05-14 14:48:09 -04:00
d0294eec3f
last ordering fixes
2026-05-14 13:57:50 -04:00
2a8b991269
fixed ordering of all things sql
2026-05-14 05:58:38 -04:00
ce9c9baac9
fixing ordering checkpoint
2026-05-14 03:26:03 -04:00
3034406706
fixing ordering checkpoint
2026-05-14 03:21:12 -04:00
1f9b407074
final fix to org id setting in merge
2026-05-13 19:28:03 -04:00
c129864c89
fixed another org id issue with merger
2026-05-13 16:31:06 -04:00
40e08cbf09
proper test for merge fix for organization_id setting
2026-05-13 15:38:42 -04:00
c7372891d8
fixed issue with organization_id auto-setting in merge
2026-05-13 15:20:55 -04:00
1fb378def2
fixed issue with STI on non-tables
2026-05-12 08:22:25 -04:00
98e7f5da12
fixed oneOf case queryer issue with resolving the table alias
2026-04-28 15:07:01 -04:00
f51799f0b1
fixed failing lib test
2026-04-24 12:55:25 -04:00
c8757e1709
added filter base type
2026-04-24 12:53:28 -04:00
ec867f142f
fixed more filtering issues and promoted enum condition generation
2026-04-24 11:53:54 -04:00
0093aea790
fixed nested filters
2026-04-24 10:48:38 -04:00
00319b570b
fixed $ validation in schema ids
2026-04-21 11:53:51 -04:00
4e2cb488cc
removed schema realms, fixed fixture generations, added dynamic type resolution for validation based on type and kind discriminators for filters
2026-04-21 10:50:01 -04:00
f450f8ab8b
added realm to jspg processing
2026-04-17 18:25:14 -04:00
8ebf6a69bf
updates
2026-04-17 17:20:07 -04:00
69bd726b25
more filter fixes
2026-04-17 07:43:19 -04:00
f58d1a32a3
full database extracton
2026-04-17 05:53:44 -04:00
509194b55f
in, nin to of, nof for go and dart generator compatibility
2026-04-17 02:24:03 -04:00
87a845e85a
filters are now entities and auto-generated for all table backed types
2026-04-17 01:46:02 -04:00
8175b10a97
filter checkpoint
2026-04-17 00:38:54 -04:00