-
-
Notifications
You must be signed in to change notification settings - Fork 113
merge dev to main (v2.2.0) #1497
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
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
aade41d
(Windows) build issues and contributing docs (#1458)
WimTibackx ea105d1
refactor: refactor policy definition and generation code (#1468)
ymc9 fe97241
doc: add the formatting instruction for VSCode extension (#1469)
jiashengguo 6610bd0
feat: allow comparing fields from different models in mutation polici…
ymc9 f606b12
chore: upgrade to Prisma 5.14.0 (#1477)
ymc9 a783800
feat(runtime): support for Prisma 5.14's `createManyAndReturn` (#1479)
ymc9 e158372
fix(tanstack): infinite query typing issues (#1480)
ymc9 a34e9e7
chore: bump version (#1481)
ymc9 65443f8
fix: polymorphic logical Prisma schema has identifiers with too long …
ymc9 714220e
chore: update Prisma dependency to 5.15 (#1484)
ymc9 ba636c8
fix(zod): support `@default` for `BigInt` values (#1486)
aloisklink 4c74169
fix(delegate): generated logical prisma schema has errors when abstra…
ymc9 ab9d27f
fix(delegate): avoid merging into object of Decimal, Date, etc. (#1489)
ymc9 41880f3
fix(delegate): null reference when reading an optional relation (#1491)
ymc9 ed5133c
fix(tanstack): incorrect typing for svelte query hooks (#1492)
ymc9 54e1e02
fix(policy): relation filter should respect field-level policies (#1495)
ymc9 28c2bc8
fix: additional fixes and tests related to cross-model field comparis…
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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* text=auto eol=lf | ||
|
||
*.bat text=auto eol=crlf |
This file contains hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ plugins { | |
} | ||
|
||
group = "dev.zenstack" | ||
version = "2.1.2" | ||
version = "2.2.0" | ||
|
||
repositories { | ||
mavenCentral() | ||
|
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"name": "jetbrains", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"displayName": "ZenStack JetBrains IDE Plugin", | ||
"description": "ZenStack JetBrains IDE plugin", | ||
"homepage": "https://zenstack.dev", | ||
"private": true, | ||
"scripts": { | ||
"build": "./gradlew buildPlugin" | ||
"build": "run-script-os", | ||
"build:win32": "gradlew.bat buildPlugin", | ||
"build:default": "./gradlew buildPlugin" | ||
}, | ||
"author": "ZenStack Team", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"zenstack": "workspace:*", | ||
"@zenstackhq/language": "workspace:*" | ||
"@zenstackhq/language": "workspace:*", | ||
"run-script-os": "^1.1.6", | ||
"zenstack": "workspace:*" | ||
} | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.