-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge from dev #1110
Merged
Merged
merge from dev #1110
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fa0dafb
fix: incorrect validation errors for abstract models with validation …
ymc9 da33881
fix: Zmodel linker doesn't recursively visit base types when building…
ymc9 a4d3f15
fix: @omit doesn't remove fields inside to-many relation (#993)
ymc9 d530367
chore: bump version (#994)
ymc9 541cd97
fix: supports for complex usage of "@@index" in zmodel (#995)
ymc9 43eb615
fix: generate suspense queries in tanstack-query plugin (#996)
ymc9 613ac8d
fix: use zod parse result data as mutation input (#997)
ymc9 ad18291
chore: skipping several tests that hang intermittently (#998)
ymc9 b4579c7
chore: update JetBrains extension changelog (#1007)
ymc9 b2e1635
fix: vue-query typing issue (#1009)
ymc9 0704f9d
fix: zenstack cli errors while using bun/bunx during docker build (#1…
ErikMCM d7b75e9
Allows enum types for id fields (#1010)
Ustice 4398231
Minor language server fixes (#1013)
Ustice da53753
chore: improve test run speed (#1018)
ymc9 65473bb
chore: set up ZENSTACK_TEST environment variable during test setup (#…
ymc9 4bf812e
Refactor: find up (#1019)
TGTGamer 9db52db
fix: validate zod schema before update operation is executed (#1051)
ymc9 912c831
fix: should not reject "update" when there's only field-level overrid…
ymc9 583520e
fix(zmodel): check optionality consistency between relation and fk fi…
ymc9 32f677c
chore: bump version (#1059)
ymc9 42e39ec
doc:Delete outdated packages/README.md (#1063)
jiashengguo a01065c
fix(tanstack): improve typing of mutation errors (#1066)
ymc9 b60627c
fix(zod): add coercion call when generating schema for DateTime field…
ymc9 0f9f025
chore: add sponsors and contributors to README (#1070)
ymc9 e8268d0
fix: properly handle missing fields when evaluating `@@validate` mode…
ymc9 4dd7aa0
chore: bump version (#1098)
ymc9 e7e1873
fix(policy): properly handle array-form of upsert payload (#1101)
ymc9 2b12e09
chore: bump version (#1102)
ymc9 79ef57a
fix: `@@validate` should ignore fields that are not present (#1104)
ymc9 a543ffe
chore: bump version (#1105)
ymc9 8ecc8d7
Merge remote-tracking branch 'origin/dev' into chore/merge-dev-0308
ymc9 841989d
fix resolve issue
ymc9 8441f7a
fix test
ymc9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
mergeToParent
method efficiently handles merging values into the parent object. However, it might be beneficial to explicitly check for non-array values and convert them into an array before pushing the new value. This ensures that all values under a key are consistently stored as arrays, simplifying downstream processing.Committable suggestion