COMMITS
November 4, 2025
D
Add backlinks to query builder (#961)
dnwpark committed
November 3, 2025
D
Support passing python types to scalars in casts. (#953)
dnwpark committed
October 29, 2025
D
Fix passing type intersections to overloaded functions. (#955)
dnwpark committed
October 24, 2025
D
Fix qb tests using the wrong model. (#959)
dnwpark committed
October 22, 2025
October 21, 2025
D
Add type intersection expressions (#948)
dnwpark committed
October 20, 2025
D
Add cast function. (#944)
dnwpark committed
D
Remove comment between xfail and test function. (#952)
dnwpark committed
October 15, 2025
M
Fix typechecking (#950)
Michael J. Sullivan committed
October 3, 2025
M
Remove @skip_typechecks on several tests
Michael J. Sullivan committed
D
M
Fix a bunch of range/tuple/array operations (#946)
Michael J. Sullivan committed
M
Fix validation of Range (#943)
Michael J. Sullivan committed
M
Fix a bunch of issues with arrays as properties (#942)
Michael J. Sullivan committed
October 1, 2025
V
Add some tests for polymorphic links and QB.
Victor Petrovykh committed
M
Pin pyright version and fix pyright warnings (#941)
Michael J. Sullivan committed
September 30, 2025
M
Fix calls to functions with type vars and object arguments (#931)
Michael J. Sullivan committed
M
Fix == on arrays (#939)
Michael J. Sullivan committed
M
Fix some decoding of subsubtypes in general and std::Object in particular (#938)
Michael J. Sullivan committed
September 29, 2025
M
Support using enums in the query builder (#932)
Michael J. Sullivan committed
September 26, 2025
V
Add some tests that highlight bugs with QB and save/sync. (#927)
Victor Petrovykh committed
D
S
Skip fixups in queries codegen (#923)
Scott Trinh committed
M
Add a test serializing after save() on an object with rewrites (#928)
Michael J. Sullivan committed
D
Move tname__ to base_shapes to reduce noise in interface classes. (#926)
dnwpark committed
D
Replace reveal_type with assert_type in tests. (#925)
dnwpark committed
September 23, 2025
M
Embed __tname__ in models, support using it in model_validate (#918)
Michael J. Sullivan committed
September 21, 2025
F
auth-ext: support OAuth 2.0 providers (#913)
Fantix King committed
September 19, 2025
M
Increase connection timeout to 30s in test suite (#919)
Michael J. Sullivan committed