-
Notifications
You must be signed in to change notification settings - Fork 0
docs: add Strapi update strategy documentation #1210
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Robbert
left a comment
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.
De documentatie staat er nu 2 keer in: ik zou het alleen in strapi.frameless.io zetten, en vanuit de README in de root daar naar verwijzen
STRAPI_UPDATE_STRATEGY.md
Outdated
| ### Local Environment Testing | ||
|
|
||
| #### Non-Docker Testing | ||
|
|
||
| Test development and build processes without Docker: | ||
|
|
||
| ```bash | ||
| # Interactive development setup | ||
| yarn development | ||
| # Select: Dev → Choose app/project → Test functionality | ||
|
|
||
| # Interactive build setup | ||
| yarn development | ||
| # Select: Build → Choose app/project → Verify build success | ||
| ``` | ||
|
|
||
| #### Docker Environment Testing | ||
|
|
||
| Test both development and production Docker environments: | ||
|
|
||
| ```bash | ||
| # Interactive Docker setup | ||
| yarn development | ||
| # Select: Docker → Choose project → Choose environment (dev/prod) → Choose action (up --build) | ||
| ``` |
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.
Dit stuk zou ik eruit laten; het is nogal obvious, en dan heb je minder risico dat deze documentatie out of sync gaat lopen
STRAPI_UPDATE_STRATEGY.md
Outdated
| - Users & Permissions | ||
| - Settings panels | ||
| - strapi-plugin-config-sync | ||
| - All other installed plugins (ensure comprehensive testing) |
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.
Kunnen we dit lijstje samenvoegen met functionality testing? Lijkt me dat er veel overlap zit. Bijvoorbeeld:
- [ ] Media upload and management with the Media Libraryc95b0e9 to
5bee2d0
Compare
No description provided.