Pierre Noël

Results 16 issues of Pierre Noël

### What does it do? Ignore instead of throwing an error when a query tried to populate a scalar attributes NB: it is already this behavior when trying to populate...

source: core:database
pr: fix

### What does it do? add a route to find/search for new relations for a relational field of an entry ### Why is it needed? To improve performance

Hello :) **context** I would like to use `update-notifier` in https://github.com/strapi/strapi in order to ask users of strapi to update their local package. **Issue** In the case the user has...

### What does it do? It adds the page `Database migrations` ### Why is it needed? It is needed to document a feature that is used in the migration guide...

source: developer-docs
pr: internal
pr: new content
target: v4
size: medium

### What does it do? First base to allow partial update and reordering of relations

## Bug report ### Required System information - Node.js version: v14.20.0 - NPM version: 6.14.17 - Strapi version: 4.3.8 - Database: SQLite - Operating system: macOS ### Describe the bug...

issue: bug
severity: low
status: confirmed
source: core:database

### Describe the bug When using `S3.upload` and upload a large file (~21Mo in my example) the url given by `Location` property misses the "HTTPS://" part . I use Digital...

bug

### What does it do? Tests the new relational fields edit format. - [x] test the content api - [ ] test the admin api ### Why is it needed?...

### What does it do? Add tests to findExisting and findAvailable relations routes. It tests when the route fails (not found, bad field name) ### Why is it needed? It...

### What does it do? - It makes the database information (name, version) available - It uses an alternative SQL query for MySQL versions below 8 ### Why is it...

source: core:database
pr: fix