docs: add Strapi update strategy documentation#1210
Open
AliKdhim87 wants to merge 1 commit intomainfrom
Open
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
reviewed
Aug 22, 2025
Member
Robbert
left a comment
There was a problem hiding this comment.
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
Comment on lines
+50
to
+74
| ### 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) | ||
| ``` |
Member
There was a problem hiding this comment.
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) |
Member
There was a problem hiding this comment.
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.