-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: custom generator * fix workspace deps * remove all occurrences of dmmf * finish dmmf migration * update test schema * remove dmmf from mock prisma client * add changesets * remove prisma generate from postinstall * fix CI * fix syntax error * fix CI * generate Prisma client in E2E * add clean script, update generator output * remove schema import and legacy json schema * update docs, remove schema in cli templates * add jsdoc to json schema relation type * update docs * update readme * fix repository paths * Merge branch main into feat/generator-custom * Release Candidate mode * Fix vercel version * Add changeset * RC 1 * yarn.lock issue * RC 1 - Change dependendcy * Apply dist folder to cli * Next admin json schema to devDeps * Change to pnpm * Upgrade json schema * fix pnpm * upgrade release * Fix CI * Fix CI * Fix e2e ci * Remove prettier from overrides * Add playwright deps * Finish convert to pnpm * Change CI and fix CONTRIBUTING.md * Fix merging issue * Fix CI and build command * Remove yarn lock * Restoe clean command * Add install before vercel build * Remove intermediate cleanup CI * Remove uneccessary deps in docs * Add new version openssl for prisma client * Revert eslint upgrade * Last prerelease * Explictly install lodash.debounce * Exit prerelease mode --------- Co-authored-by: Colin Regourd <cregourd@premieroctet.com>
- Loading branch information
Showing
90 changed files
with
15,295 additions
and
17,538 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@premieroctet/next-admin": major | ||
--- | ||
|
||
feat: add custom generator (#414) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@premieroctet/next-admin-generator-prisma": patch | ||
"@premieroctet/next-admin-json-schema": patch | ||
--- | ||
|
||
feat: new json-schema libraries (#414) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@premieroctet/next-admin-cli": patch | ||
--- | ||
|
||
Apply dist/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@premieroctet/next-admin-generator-prisma": patch | ||
"@premieroctet/next-admin-json-schema": patch | ||
"@premieroctet/next-admin": patch | ||
"@premieroctet/next-admin-cli": patch | ||
--- | ||
|
||
Fix generator |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@premieroctet/next-admin-cli": patch | ||
--- | ||
|
||
feat: support new generator (#414) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@premieroctet/next-admin": patch | ||
--- | ||
|
||
Explictly install lodash.debounce |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@premieroctet/next-admin-generator-prisma": patch | ||
--- | ||
|
||
Change next-admin-json-schema dependenciy |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"mode": "exit", | ||
"tag": "rc", | ||
"initialVersions": { | ||
"docs": "0.0.0", | ||
"example": "0.0.0", | ||
"@premieroctet/next-admin-cli": "0.0.4", | ||
"eslint-config-custom": "0.0.0", | ||
"@premieroctet/next-admin-generator-prisma": "0.0.0", | ||
"@premieroctet/next-admin-json-schema": "0.0.0", | ||
"@premieroctet/next-admin": "6.1.5", | ||
"tsconfig": "0.0.0" | ||
}, | ||
"changesets": [ | ||
"cool-meals-obey", | ||
"fifty-chairs-travel", | ||
"four-comics-deny", | ||
"giant-terms-march", | ||
"lemon-bears-attend", | ||
"modern-shirts-kick", | ||
"nasty-clouds-deny", | ||
"sour-garlics-dress" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@premieroctet/next-admin": patch | ||
--- | ||
|
||
Merge main |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
link-workspace-packages=true | ||
prefer-workspace-packages=true | ||
prefer-symlinked-executables=true |
This file was deleted.
Oops, something went wrong.
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.