Updated README docs & package.json `engine` versions to bump up the
minimum required Node version from `10.10` to `10.16` (or `10.16.0+`)
Strapi no longer supports `10.10` since it updated `sharp` to `0.26.0`
( https://github.com/strapi/strapi/pull/7729 ) which requires Node 10.16.0+
(See https://github.com/lovell/sharp/blob/master/docs/changelog.md#v0260---25th-august-2020 )
` yarn create strapi-app my-project --quickstart` on 10.10 fails with error
```
error sharp@0.26.0: The engine "node" is incompatible with this module. Expected version ">=10.16.0". Got "10.10.0"
error Found incompatible module.
```
Signed-off-by: Peter Etelej <peter@etelej.com>
* Upgrade apollo-server-koa
Signed-off-by: Will Eldrid-Otterburn <will.eldrid-otterburn@red-badger.com>
* Set apollo-server-koa to strict version
Signed-off-by: Will Eldrid-Otterburn <will.eldrid-otterburn@red-badger.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
a required attribute that has a default value it's now not required in the input schema used for entities creation
Signed-off-by: Gadi Piperno Corcos <gadi@skyriseltd.com>
Co-authored-by: Gadi Piperno Corcos <gadi@skyriseltd.com>
* Add info to custom resolvers, add formatError to GraphQL service
Signed-off-by: harimkims <harimkims@gmail.com>
* remove format-error service and use config instead
Signed-off-by: harimkims <harimkims@gmail.com>
* Ok, now I translated from start to finish
Should be good to go, some stuff is still in English because it's impossible/worse to translate to PT
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* Updated the dependency. It's a patch, so it shouldn't break anything at all
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* Revert "Ok, now I translated from start to finish"
This reverts commit 7ea0574db78abb6fc0d328465e618b860fff89bb.
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* add possibility to use strapi on a non-root base url path
* fix documentation password form
* use server.url and admin.url in config
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* update doc proxy
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* move server.url location in config
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* refacto
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* add possibility to put relative urls
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* allow '/' as an admin url + refacto
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* update yarn.lock
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* Remove default proxy option
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* fix github provider
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* fix github login
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* Remove files that should be here
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>