-
Notifications
You must be signed in to change notification settings - Fork 5
fix(create-nextly-app): make the plugin template scaffold work end to end #308
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
Open
aqib-rx
wants to merge
23
commits into
main
Choose a base branch
from
fix/plugin-template-scaffold
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 16 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1d3b74b
fix(create-nextly-app): validate --template against the template regi…
aqib-rx 83fb16a
fix(create-nextly-app): skip app-shaped project detection for plugin …
aqib-rx 9993cf4
fix(create-nextly-app): materialize dev/.env when scaffolding a plugin
aqib-rx 1bf5c59
fix(create-nextly-app): wrap the plugin playground admin in QueryProv…
aqib-rx 4a8587c
fix(create-nextly-app): update the plugin template test to the curren…
aqib-rx 94a866a
feat(create-nextly-app): seed the dev auto-login user in the plugin p…
aqib-rx 35585e0
fix(create-nextly-app): scaffold plugins from the bundled template
aqib-rx e376185
chore(release): add changeset for the plugin template fixes
aqib-rx 4b3c8a0
fix(create-nextly-app): keep the latest dist-tag out of plugin peer d…
aqib-rx 9e7f5dc
fix(create-nextly-app): close the super-admin seeding race in the plu…
aqib-rx b4c8313
fix(create-nextly-app): honor a non-main --branch for bundled templates
aqib-rx 4913601
fix(create-nextly-app): restrict playground credential seeding to nex…
aqib-rx a042580
docs(create-nextly-app): explain the direct api usage in the plugin t…
aqib-rx ed4ccb6
fix(create-nextly-app): yalc-link plugin-sdk for plugin scaffolds
aqib-rx 532c100
chore(release): add admin-css to the plugin template changeset
aqib-rx 5869983
Merge remote-tracking branch 'origin/main' into fix/plugin-template-s…
muzzamil-rx fb9b7bb
Merge remote-tracking branch 'origin/main' into fix/plugin-template-s…
aqib-rx ebc7d2c
chore(release): add blocks-engine and plugin-seo to the plugin templa…
aqib-rx 1cd8634
fix(create-nextly-app): harden plugin scaffolds against packing and c…
aqib-rx fe1320f
fix(create-nextly-app): pin yalc plugin scaffolds' nested resolutions…
aqib-rx ef7c789
fix(create-nextly-app): scaffold plugins from inside an existing next…
aqib-rx a369327
Merge remote-tracking branch 'origin/main' into fix/plugin-template-s…
aqib-rx 0ec3970
fix(create-nextly-app): merge restored gitignores and validate regist…
aqib-rx 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,28 @@ | ||
| --- | ||
| "@nextlyhq/adapter-drizzle": patch | ||
| "@nextlyhq/adapter-mysql": patch | ||
| "@nextlyhq/adapter-postgres": patch | ||
| "@nextlyhq/adapter-sqlite": patch | ||
| "@nextlyhq/admin": patch | ||
| "@nextlyhq/admin-css": patch | ||
| "create-nextly-app": patch | ||
| "@nextlyhq/eslint-config": patch | ||
| "nextly": patch | ||
| "@nextlyhq/plugin-form-builder": patch | ||
| "@nextlyhq/plugin-page-builder": patch | ||
| "@nextlyhq/plugin-sdk": patch | ||
| "@nextlyhq/prettier-config": patch | ||
| "@nextlyhq/storage-s3": patch | ||
| "@nextlyhq/storage-uploadthing": patch | ||
| "@nextlyhq/storage-vercel-blob": patch | ||
| "@nextlyhq/telemetry": patch | ||
| "@nextlyhq/tsconfig": patch | ||
| "@nextlyhq/ui": patch | ||
|
aqib-rx marked this conversation as resolved.
|
||
| --- | ||
|
|
||
| The Plugin template now works end to end. `--template plugin` is accepted, the | ||
| scaffold no longer aborts with "App Router not detected", the dev playground's | ||
| env file is created automatically, `/admin` renders (QueryProvider) and lands | ||
| already logged in as the seeded dev user, the generated test suite matches the | ||
| current plugin-sdk API, and plugin scaffolds use the template bundled with the | ||
| CLI so it can no longer drift ahead of the published packages. | ||
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.