Skip to content

Conversation

@Marc-Roig
Copy link
Contributor

@Marc-Roig Marc-Roig commented Sep 15, 2022

What does it do?

Updates in the upload plugin Guide:

  • Add migration guide for the next minor release.
  • Update of "Max file size" in upload plugin.

Related issue(s)/PR(s)

strapi/strapi#14398
strapi/strapi#13282

@vercel
Copy link

vercel bot commented Sep 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
documentation ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 1, 2023 at 3:23PM (UTC)
documentation-docu-mvp ❌ Failed (Inspect) Feb 1, 2023 at 3:23PM (UTC)

@strapi-cla
Copy link

strapi-cla commented Sep 15, 2022

CLA assistant check
All committers have signed the CLA.

@Marc-Roig Marc-Roig changed the title (WIP) Move sizeLimit one level above in upload provider Move sizeLimit one level above in upload provider Sep 15, 2022
@Marc-Roig Marc-Roig marked this pull request as ready for review September 15, 2022 15:44
@Marc-Roig
Copy link
Contributor Author

I added a new migration file explaining:

  • people should move the sizeLimit configuration (if being used)
  • also be careful if the sizeLimit value was in kilobytes.

What do you think?

@Marc-Roig Marc-Roig added source: Dev Docs PRs/issues targeting the Developer Docs pr: fix Used on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc. pr: updated content PRs updating existing documentation content flag: migration guide This PR introduces changes that require a migration guide and removed pr: fix Used on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc. labels Sep 15, 2022
gpene
gpene previously approved these changes Sep 16, 2022
Copy link
Contributor

@gpene gpene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@stb13579 stb13579 added this to the 4.3.9 milestone Sep 16, 2022
Copy link
Collaborator

@pwizla pwizla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much and congrats for your very first PR to our documentation repo, @Marc-Roig! 🥳
Good job.
I added some suggestions, those are mostly formatting-related. Happy to help if you have any questions. 🤗

Marc-Roig and others added 5 commits September 16, 2022 15:40
…uides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
…uides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
…uides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
…uides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
…uides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
@pwizla pwizla added this to the 4.5.2 milestone Nov 16, 2022
@pwizla pwizla added the internal PRs created by the Strapi core team label Nov 30, 2022
@pwizla pwizla modified the milestones: 4.5.3, 4.6.0-beta.1, 4.5.4 Nov 30, 2022
@pwizla pwizla modified the milestones: 4.5.4, 4.5.5 Dec 14, 2022
@stb13579 stb13579 removed this from the 4.5.5 milestone Dec 27, 2022
@pwizla pwizla added this to the 4.6.1 milestone Jan 24, 2023
@Marc-Roig Marc-Roig changed the base branch from main to dev/webhook-populated-relations February 1, 2023 15:15
@Marc-Roig Marc-Roig dismissed stale reviews from pwizla and gpene February 1, 2023 15:15

The base branch was changed.

@Marc-Roig
Copy link
Contributor Author

Sorry for the wait , this will now be ready to merge in 4.6.1 .
I have moved the migration steps to the migration-guid-4.5.1-to-4.6.1.md file, introduced in #1430.

So we will have to merge that PR first ⚠️

Copy link
Collaborator

@pwizla pwizla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM now. Thanks again, Marc!

@pwizla pwizla merged commit 942f2ef into dev/webhook-populated-relations Feb 6, 2023
@pwizla pwizla deleted the dev/provider-size-limit-in-bytes branch February 6, 2023 16:55
pwizla added a commit that referenced this pull request Feb 8, 2023
gpene added a commit that referenced this pull request Feb 8, 2023
* user-permissions plugin: document how to add Patreon as an Oauth provider

* add server webhooks populateRelations config variable

* Update docs/developer-docs/latest/setup-deployment-guides/configurations/required/server.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* Auto stash before merge of "dev/webhook-populated-relations" and "origin/dev/webhook-populated-relations"

* add 4.6.1 migration guide

* Update docs/developer-docs/latest/setup-deployment-guides/configurations/required/server.md

Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.5.1-to-4.6.1.md

Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.5.1-to-4.6.1.md

Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.5.1-to-4.6.1.md

Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>

* improve explanation of webhooks populate relations usage

* Update filtering-locale-publication.md (#1441)

for this pull
strapi/strapi#15046

* Fix deployment instructions for Azure CLI

# Change 1: Update Node runtime argument of ```az webapp create```

Running the docs as-is produces an error:
```... Linux Runtime 'node|10.14' is not supported.Run 'az webapp list-runtimes --os-type linux' to cross check```

The correct parameter today is

```bash
--runtime "node|14-lts"
```

# Change 2: Update IP address block arguments of ```az mysql server firewall-rule create```

Running the docs as-is produces an error:
```... the following arguments are required: --start-ip-address, --end-ip-address```

Based on [the most recent docs](https://learn.microsoft.com/en-us/cli/azure/mysql/server/firewall-rule?view=azure-cli-latest), the correct parameters to define the allowed IP blocks are:

```bash
--start-ip-address 0.0.0.0
--end-ip-address 0.0.0.0
```

* Change Node 14 to Node 16

https://azure.microsoft.com/en-us/updates/community-support-for-node-14-lts-is-ending-on-30-april-2023/

* Update docs/developer-docs/latest/plugins/users-permissions.md

* Update docs/developer-docs/latest/plugins/users-permissions.md

* Fix broken links reported in issue #1423 (#1484)

* Fix broken links reported in issue #1423

* Fix BE custom. > middlewares link

* Update quick-start.md (#1478)

* Move sizeLimit one level above in upload provider (#1133)

* move sizeLimit one level above in upload provider

* add sizeLimit deprecation warning

* minor change

* minor change

* checkFileSize upload provider

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* move migration steps to 4.5.1 to 4.6.1

---------

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>

* update localhost link

* Connect can not be used for media attributes (#1490)

* connect can not be used for meida attributes

* change warning to caution

---------

Co-authored-by: Tom Shortall <tomshortall@gmail.com>
Co-authored-by: Marc-Roig <marc12info@gmail.com>
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>
Co-authored-by: Jorge Martin <53431308+HastaCs@users.noreply.github.com>
Co-authored-by: Antti <antti.viitala@icloud.com>
Co-authored-by: Shaun Brown <97027841+StrapiShaun@users.noreply.github.com>
Co-authored-by: Pierre Wizla <pwizla+github@gmail.com>
Co-authored-by: katekosm <71697829+katekosm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

flag: merge pending release Pending Strapi Release flag: migration guide This PR introduces changes that require a migration guide internal PRs created by the Strapi core team pr: updated content PRs updating existing documentation content source: Dev Docs PRs/issues targeting the Developer Docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants