8000 Very late Dec deploy by derrickmehaffy · Pull Request #629 · strapi/documentation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Very late Dec deploy #629

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

Merged
merged 33 commits into from
Dec 28, 2021
Merged

Very late Dec deploy #629

merged 33 commits into from
Dec 28, 2021

Conversation

derrickmehaffy
Copy link
Member

still no change log, sorry

azulkipli and others added 30 commits December 3, 2021 18:09
i found that default authenticati
10000
on route should be `/api/auth/local`
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Signed-off-by: harimkims <harimkims@gmail.com>

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
I found that default route user register in v4 is `api/auth/local/register`

Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Signed-off-by: harimkims <harimkims@gmail.com>

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
In the documentation about the connection parameters, the `username` parameter does not actually exist. This is probably a typo and should be replaced by the `user` parameter as per the example given below on the same page.

Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Update default MySQL Port in example to 3306

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
- bump MyQL/MariaDB Minimum Version for `JSON` datatype support
There should be two enclosing parenthesis at the end.

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
There are still some references to the v3 auth endpoints (without `/api` at the start) on the Users and Permissions plugin documentation. 

# What does it do?
Updates Strapi endpoints to include `/api` at the start

# Why is it needed?
This change should be documented; it caused a lot of confusion for me as I was trying to figure out why my authentication was not working on v4.

# Related issue(s)/PR(s)
A similar thing was fixed for the guides in PR #553

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
* lifecycles.js file is not generated automatically

I think since version 4, the lifecycles.js file is not created automatically but needs to be created manually, if needed.

Postscript
Correct me if I'm wrong.
You can also rephrase this change if it is relevant and true.
Thanks

* Update docs/developer-docs/latest/development/backend-customization/models.md

Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>

* Update docs/developer-docs/latest/development/backend-customization/models.md

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

Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
* WIP rewriting REST guide

* Fix example

* rewrite filtering and init the other two

* move to request/response instead

* remove an example and fix typo

* remove another example based on community feedback

* add missing $and and $or

* 99% finished with filtering

* wip population

* Try adding some GitHub Actions to check links

* fix syntax error in tests file

* Force working directory

* change to only pull request

* Fix publicationState and add field selection

* Add relation population examples

* Add component exmple

* basic dynamic zone example, need a more complex one too

Need to talk to engineering about more complex example

* Finished rewriting REST docs

Just need to clean up left menu

* Fix broken links

* Fix missing commas in examples

* Fix all non-uniform uses of `// ...`

Yes I was bored af

* fix example response syntax error

* Fix extra data comments

* remove workflow from this PR

move to #574

* pr feedback 1

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md

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

* Apply suggestions from code review

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

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md

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

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md

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

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md

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

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md

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

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md

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

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md

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

* Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md

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

* tweak menu + other fixes

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
The default structure provided in the doc doesn't work on AWS. The provided syntax which has connection object within connection object which consists of configurations seems to work.

username key is being replaced with user
Link to correct sendgrid npm
Signed-off-by: harimkims <harimkims@gmail.com>
* easy syntax correction. should be api:: with double colon

* fix typo in entity service example
Configuration options for toggling tutorials on or off and
notifying about new releases contained a typo referencing
"tutorial" key instead of "tutorials" and "notification.release"
instead of "notification.releases"
* entityService is not function

* add await to entityService

* some changes entity-service/populate

* Update entity-service/populate.md

Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>

* Update populate.md

Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
@vercel
Copy link
vercel bot commented Dec 28, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

documentation – ./docs

🔍 Inspect: https://vercel.com/strapijs/documentation/8LCcJ3PEd3aH87XhvDEh7eyGcvfW
✅ Preview: https://documentation-git-main-strapijs.vercel.app

@vercel
Copy link
vercel bot commented Dec 28, 2021

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/testeaeaeiueaa/settings/billing.

6DB6
@derrickmehaffy derrickmehaffy merged commit 27a45d1 into production Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0