465 Commits

Author SHA1 Message Date
Gustav Hansen
614b7e248c Run prettier 2023-02-20 11:46:18 +01:00
Marc-Roig
9a948e7f7e fix 2023-02-14 18:20:16 +01:00
Marc-Roig
37ef6e7cd6 fix mapping entity when relations are populated 2023-02-14 09:11:10 +01:00
Marc-Roig
bbafe2b01d fix conflicts 2023-02-13 17:39:51 +01:00
Jamie Howard
5b0ccf64da refactor(content-manager): add mapEntity to the entity manager 2023-02-13 11:06:57 +00:00
Gustav Hansen
e3f63edf99 Chore: Remove legacy cypress tests 2023-02-09 17:25:38 +01:00
Convly
17a7845e3d v4.6.1 2023-02-08 17:00:11 +01:00
Marc-Roig
bc593964d6 test for populated and not populated relations in webhooks 2023-01-31 15:38:39 +01:00
Marc-Roig
d340110b9f refactor wrapEmitEvent to emitEvent 2023-01-30 16:35:45 +01:00
Marc-Roig
04bc1df391 return entity on update mock to fix test 2023-01-27 15:06:40 +01:00
Marc-Roig
34935bdb17 fix unpublish publish 2023-01-27 10:39:33 +01:00
Marc-Roig
9e4f28b871 fix typo 2023-01-26 17:31:05 +01:00
Marc
a9ea6986a7
Merge branch 'main' into fix/webhook-with-count-relations 2023-01-26 17:27:25 +01:00
Marc-Roig
b8518f706e standarize method properties 2023-01-26 17:26:22 +01:00
Marc-Roig
10340e2e19 test for empty components 2023-01-26 17:26:04 +01:00
Marc-Roig
3e95ff78d3 remove getDeepCountPopulate 2023-01-26 17:25:56 +01:00
Convly
a9e55435c4 v4.6.0 2023-01-25 21:17:20 +01:00
Marc-Roig
15a723cca7 remove deprecation messages 2023-01-23 10:49:31 +01:00
Jamie Howard
6150b67915 Merge remote-tracking branch 'origin/main' into feature/min-max-description 2023-01-20 13:59:48 +00:00
Marc-Roig
69b9ee42a2 move warning to bootstrap 2023-01-20 09:41:26 +01:00
Marc-Roig
30fa5bd2c3 fix comment 2023-01-19 15:14:48 +01:00
Marc-Roig
ef71bdfd20 display warning if webhooks have populated relations 2023-01-19 14:54:22 +01:00
Marc-Roig
85e7476178 V5 TODO comment to standardize webhooks payload 2023-01-18 16:06:53 +01:00
Marc-Roig
668907d4dc fix one to one test 2023-01-18 15:48:22 +01:00
Marc-Roig
52b3dda02b fix localizations count 2023-01-18 15:42:11 +01:00
Marc-Roig
57282228f5 Merge branch 'main' into fix/webhook-with-count-relations 2023-01-17 15:12:58 +01:00
Marc-Roig
cf814fc1da move config to admin 2023-01-17 09:27:33 +01:00
Marc-Roig
8ac9ddc627 remove unnecessary database query 2023-01-16 18:26:21 +01:00
Marc-Roig
ff6a198518 remove comment 2023-01-16 18:23:15 +01:00
Marc-Roig
27b8b5b353 introduce getDeepCount for relations performance 2023-01-16 18:20:42 +01:00
Josh
0f3b1c090d Merge branch 'main' into feature/relations-reordering 2023-01-16 13:00:50 +00:00
Marc-Roig
25e1435173 Revert "remove relations populate configuration"
This reverts commit cea950fd9657df6434d22ecd29c1bbfd8d9a0912.
2023-01-13 15:35:21 +01:00
Jamie Howard
11ab76cc7a feat(content-manager): display min/max limits with field description 2023-01-12 15:13:35 +00:00
Marc-Roig
cea950fd96 remove relations populate configuration 2023-01-12 14:31:04 +01:00
Convly
d36609ff26 v4.5.6 2023-01-11 17:48:52 +01:00
Marc-Roig
64bf4b8f1d return entities without loaded relations 2023-01-10 15:15:01 +01:00
Marc-Roig
19ff38b7db relations performance enabled by default 2023-01-05 17:14:39 +01:00
Marc-Roig
8806f5eeb1 add admin config variable to enable relations performance 2023-01-05 15:55:47 +01:00
Marc-Roig
2528ae5637 Merge branch 'feature/relations-reordering' into relations-reordering/non-strict-connect 2023-01-02 14:44:02 +01:00
Convly
8f1988367c v4.5.5 2022-12-28 15:17:36 +01:00
Marc-Roig
589571319f change strictConnect to strict 2022-12-20 15:09:21 +01:00
Marc-Roig
1dc0f93876 add content manager relations reordering tests 2022-12-14 15:40:27 +01:00
Convly
8716ecc920 v4.5.4 2022-12-14 15:39:30 +01:00
ivanThePleasant
b95d6e3f28 Merge branch 'main' into chore/user-level-data 2022-12-13 12:17:31 +02:00
Nathan Pichon
ed5c21e5c0
Merge pull request #14977 from strapi/refactor/deep-populate-entity-manager
refactor(entity-manager): getDeepPopulate
2022-12-08 09:57:28 +01:00
nathan-pichon
fd99bfeb0e
refactor(entity-manager): rewords deep populate sub-functions names 2022-12-07 16:28:04 +01:00
Jamie Howard
141f89f81f
Merge pull request #14973 from strapi/fix/entity-validator-error-messaging
[entity-validator] Improve error messaging
2022-12-06 15:50:49 +00:00
Convly
5453885f7a v4.5.3 2022-11-30 16:27:25 +01:00
nathan-pichon
eebf9703a0
test(populate): add unit tests for getDeepPopulate func 2022-11-24 11:50:14 +01:00
nathan-pichon
773adcccc0
refactor(entity-manager): getDeepPopulate 2022-11-24 10:16:36 +01:00