Ben Irvin
Ben Irvin
### What does it do? - warn on known errors - bubble up unknown errors instead of suppressing them - pass nativeconnection to getInformation to be reused... ### Why is...
### What does it do? - Adds a `utils.identifiers` (I'm very open to suggestions on the name) export from `@strapi/database` that includes methods for getting the names of database identifiers...
### What does it do? Creating a content type / api should now create a config object in `strapi.config.get('api.custom.thatApiName')` instead of `strapi.config.get('api.thatApiName')` ### Why is it needed? We were merging...
It seems v5/main got rebased or something, so back to draft until I have time to fix this branch ### What does it do? Helmet exceptions are only added on...
### What does it do? - updates commander from 8.3.0 -> 11.1.0 [There have been breaking changes](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) but they do not appear to affect our usage -- however, this should...
## Bug report ### Required System information Environment: development OS: darwin-arm64 Strapi Version: 4.20.4 Node/Yarn Version: yarn/4.0.1 npm/? node/v20.9.0 darwin arm64 Edition: Community Database: sqlite ### Describe the bug In...
### What does it do? - Adds a wait for network idle everywhere that we do a click action that causes network activity - changes the login utility to clear...
### What does it do? - `coreController` `create` and `update` methods call `validateInput()` - `validateInput` now throws on fields that don't exist on schema - fixes bug in `validateInput` where...
### What does it do? Changes the order of operations in `syncSchema`. In some databases (like mysql) it is impossible to drop an index on a foreign key unless you...
### What does it do? - Adds a wait for network idle everywhere that we do a click action that causes network activity - changes the login utility to clear...