465 Commits

Author SHA1 Message Date
Pierre Noël
9409b3a5e6 Remove idsToOmit + comment 2022-10-03 18:11:33 +02:00
Pierre Noël
a17b3a0ba2 add and use loadPages 2022-10-03 17:52:12 +02:00
Pierre Noël
0f7852d8d8 use query().load() to get existing relations 2022-10-03 11:12:22 +02:00
Pierre Noël
da0f17be75 add idsToInclude 2022-09-30 15:38:49 +02:00
Pierre Noël
83c29436ca adapt all entity-manager with 2 order columns 2022-09-30 10:54:33 +02:00
Convly
fa503ef438 v4.4.1 2022-09-29 23:50:44 +02:00
ivanThePleasant
01bb760793 Clean up unnecessary code 2022-09-29 14:15:07 +03:00
ivanThePleasant
5a4362faf7 Refactor changes to use request context 2022-09-29 11:24:11 +03:00
ivanThePleasant
c0588231a6 Merge branch 'main' into chore/user-level-data 2022-09-29 11:23:17 +03:00
Convly
d9febfb963 v4.4.0 2022-09-28 14:25:44 +02:00
Pierre Noël
3a43ba5d9a
Merge pull request #14462 from strapi/relations/temp-fix-xToOne
[Fix] xToOne relations not showing
2022-09-22 18:29:04 +02:00
Pierre Noël
8d36a07fc4 Merge branch 'main' into feature/relations-main-view 2022-09-22 17:46:04 +02:00
Julie Plantey
360f1d4593 fix more e2e tests 2022-09-22 17:30:28 +02:00
Julie Plantey
04fe7f84be fix e2e tests 2022-09-22 14:20:04 +02:00
Julie Plantey
c407c20d05 fix xtoOne + conditions to enbale fetch + count label 2022-09-22 14:01:56 +02:00
Alexandre Bodin
8ebf58d9ed v4.3.9 2022-09-21 14:17:36 +02:00
ivanThePleasant
b51b0f4616 Merge branch 'main' into chore/user-level-data 2022-09-21 10:24:18 +03:00
Pierre Noël
3f72ff3a73 Merge branch 'main' into feature/relations-main-view 2022-09-08 15:41:31 +02:00
Alexandre BODIN
59b83c5953
Merge pull request #14320 from strapi/chore/eslint
chore/eslint
2022-09-08 14:45:12 +02:00
Pierre Noël
ea35195ea1 fix no relations return for find available when no relations are set 2022-09-08 11:10:57 +02:00
Alexandre Bodin
6654ad3528 Add node 18 2022-09-08 08:44:27 +02:00
Alexandre Bodin
c44f21d5ba v4.3.8 2022-09-07 16:47:41 +02:00
Pierre Noël
fb666bc22e fix tests 2022-09-07 15:46:15 +02:00
Alexandre Bodin
73f523b983 v4.3.7 2022-09-07 14:24:30 +02:00
Pierre Noël
5c8bac1a40 change populate params for all CM actions responses 2022-09-07 11:43:01 +02:00
Pierre Noël
ba401b93f4
Merge pull request #14244 from strapi/relations-main-view/get-entity-with-count
Relations main view/get entity with count
2022-09-06 17:07:16 +02:00
Pierre Noël
e3996ea2d6 check field existance before permission 2022-09-06 15:10:08 +02:00
Pierre Noël
3ff32e91eb use entityService + redo permissions 2022-09-06 12:17:54 +02:00
Pierre Noël
247499dd8a add tests 2022-09-06 12:17:54 +02:00
Pierre Noël
1958e08559 replace previewMany by getExistingRelations 2022-09-06 12:17:54 +02:00
Pierre Noël
d29aed4530 fix deepPopulate 2022-09-06 12:17:37 +02:00
Pierre Noël
43b99db451 add e2e tests for CM findOne 2022-09-06 12:17:37 +02:00
Pierre Noël
60a7fb082f count many relations on CM findOne 2022-09-06 12:17:37 +02:00
Alexandre Bodin
eab835e301 Fix eslint content-manager 2022-09-05 16:20:47 +02:00
ivanThePleasant
b5c98ae0cd Refactor event calls to follow old format, encapsulate hashing in the sender, refactor the format of event payload to better correspond to the new api 2022-09-02 14:43:51 +03:00
ivanThePleasant
cbfde4a11c Merge branch 'main' into chore/user-level-data 2022-09-02 12:22:12 +03:00
Pierre Noël
29376f8113
Merge pull request #14014 from strapi/relations-main-view/find-new-relations
refactor relation findNew route
2022-09-01 11:11:06 +02:00
Gustav Hansen
4e8d012b3d Merge branch 'main' into feature/relations-main-view 2022-08-31 17:47:38 +02:00
Gustav Hansen
45ff887a21 chore: Update backend snapshot tests 2022-08-30 15:44:12 +02:00
Pierre Noël
be7c669bed apply feeback 2022-08-30 15:12:07 +02:00
Pierre Noël
bf807f1ddf use containsi for _q param 2022-08-30 15:12:07 +02:00
Pierre Noël
c0239cd68c use where. 2022-08-30 15:12:06 +02:00
Pierre Noël
9d23799b5d use transformParamsToQuery 2022-08-30 15:12:06 +02:00
Pierre Noël
796350533e use entity manager 2022-08-30 15:12:06 +02:00
Pierre Noël
b4f6c87fd4 avoid using db metadata 2022-08-30 15:12:05 +02:00
Pierre Noël
c84ad063bb fix permission + simplify test 2022-08-30 15:12:05 +02:00
Pierre Noël
35a13433f0 fix some linter errors 2022-08-30 15:12:04 +02:00
Pierre Noël
73f85a7c08 renaming + add permission check on entity 2022-08-30 15:12:04 +02:00
Pierre Noël
aa496ff4a7 handle i18n dimension 2022-08-30 15:12:04 +02:00
Pierre Noël
8dfa1c70d1 add e2e tests 2022-08-30 15:12:03 +02:00