COMMITS
August 29, 2025
F
Add tx._batch() (#873)
Fantix King committed
M
Have gen_models.py put py.typed in the installed site-packages directory (#882)
Michael J. Sullivan committed
M
Extract constants out into query parameters (#879)
Michael J. Sullivan committed
D
Fix clear on multi prop not removing old values after sync. (#877)
dnwpark committed
August 28, 2025
M
Add .envrc to .gitignore (#880)
Michael J. Sullivan committed
M
Enable --cache-dir when running mypy (#875)
Michael J. Sullivan committed
M
Use quote-style = "preserve". (#876)
Michael J. Sullivan committed
D
Add tests for syncing single and multi props (#872)
dnwpark committed
August 26, 2025
M
Add query_graphql_json methods (#813)
Michael J. Sullivan committed
D
Update distinct list tests. (#858)
dnwpark committed
August 25, 2025
M
Make model generation more (maybe fully?) deterministic (#871)
Michael J. Sullivan committed
August 22, 2025
Y
Fixes to sync()
Yury Selivanov committed
M
Make sure that we are finding the right models directory (#867)
Michael J. Sullivan committed
N
fastapi auth: reuse verifier to continue the flow (#870)
Nik committed
M
Add .dir-locals.el to .gitignore. (#868)
Michael J. Sullivan committed
D
Add QueryRefetchArgs. (#863)
dnwpark committed
August 23, 2025
D
Add model based sync tests (#865)
dnwpark committed
August 21, 2025
D
J
Add auth_cookie_domain config to fastapi auth integration (#862)
James Clarke committed
August 13, 2025
Y
Make sync() populate objects with same .id with the same set of fields
Yury Selivanov committed
F
fastapi: reload app after Gel config update (#854)
Fantix King committed
August 11, 2025
Y
Introduce proper collection types for computed multi links
Yury Selivanov committed
Y
Prepare to introduce proper collection types for computed multi links
Yury Selivanov committed
Y
Make sure DEFAULT_VALUE doesn't leak into model_dump() output
Yury Selivanov committed
August 10, 2025
Y
Fixes to sync()
Yury Selivanov committed
Y
Fix __repr__ for TrackedList and LinkSet
Yury Selivanov committed
Y
Make save/SaveExecutor a context manager
Yury Selivanov committed
August 9, 2025
Y
Warn the user about expensive sync() suggesting save()
Yury Selivanov committed
Y
Add an explanation to a couple of xfailed tests
Yury Selivanov committed
V
Add more link prop tests to improve coverage.
Victor Petrovykh committed