16759 Commits

Author SHA1 Message Date
Alexandre Bodin
6cc1c05bf9 Merge branch 'v4/database' of github.com:strapi/strapi into v4/database 2021-07-26 17:53:08 +02:00
Alexandre Bodin
a9002be38a Add populate v1 for morph relations + create associations 2021-07-26 17:52:59 +02:00
cyril lopez
4d2b18233e
Merge pull request #10632 from strapi/make-component-private
Add private option to components
2021-07-22 14:31:17 +02:00
Alexandre Bodin
50d39abe29 Continue compo / dz implementation 2021-07-21 18:14:16 +02:00
soupette
7e5e6358b0 Add private option to components
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-21 09:55:23 +02:00
Alexandre Bodin
2d051109bd populate in tests 2021-07-19 21:17:34 +02:00
Alexandre Bodin
81e6a9595c fix unit tests 2021-07-19 19:36:40 +02:00
Alexandre Bodin
488794a8ed Fixing unit tests 2021-07-19 17:40:37 +02:00
Alexandre Bodin
ea39cb4904 I18N basic impl 2021-07-19 16:47:24 +02:00
Alexandre Bodin
6ec2896534 Users & permissions tests 2021-07-19 12:48:03 +02:00
Alexandre Bodin
0650027b23 Merge branch 'v4/database' of github.com:strapi/strapi into v4/database
aws_secret_access_key = A
2021-07-19 12:39:53 +02:00
Alexandre Bodin
5c906d0dc2 Start with graphql 2021-07-19 12:39:43 +02:00
cyril lopez
a6bb6a2ab0
Merge pull request #10601 from strapi/chore/ctb-immutable
Remove immutable in CTB
2021-07-19 09:49:12 +02:00
soupette
8d69077c7a Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-19 09:43:38 +02:00
soupette
941d1e226b Fix i18n plugin
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-13 16:37:48 +02:00
soupette
21e22313a4 Remove immutable CTB
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-13 16:17:21 +02:00
soupette
24083dee44 Fix update relation
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-13 15:32:20 +02:00
soupette
a771b799a9 Fix edition
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-13 14:31:20 +02:00
soupette
cf3d87d69a Remove useless code
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-13 09:59:55 +02:00
soupette
138ba1c2de Migrate EDIT_ATTRIBUTE action to immer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-13 09:41:42 +02:00
soupette
b69ec0ee7f Migrate ADD_ATTRIBUTE action to immer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-13 07:46:10 +02:00
soupette
ce2c05b27c Migrate remove field action to immer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-12 19:11:55 +02:00
soupette
6ed7ef9cdf Migrate basic actions to immer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-12 18:02:32 +02:00
soupette
c11e05fce6 Migrate some actions to immer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-12 16:20:31 +02:00
soupette
38cec02428 Disable all CTB tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-12 14:24:00 +02:00
soupette
79e0c85643 Init change modifiedData shape
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-12 14:10:55 +02:00
soupette
08df9f7119 Add missing tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-12 11:24:48 +02:00
Alexandre Bodin
d48eaa0d1f validate compo 2021-07-08 22:50:24 +02:00
Alexandre Bodin
6d78f94a54 Use getService 2021-07-08 22:07:52 +02:00
Alexandre Bodin
63b503f676 Wip 2021-07-08 21:53:30 +02:00
Alexandre Bodin
6b3d6f4dc3 Merge branch 'v4/database' of github.com:strapi/strapi into v4/database 2021-07-08 18:15:59 +02:00
Alexandre Bodin
81dd94c6ec Refactor all query() calls 2021-07-08 18:15:32 +02:00
cyril lopez
12c1a47dcf
Merge pull request #10593 from strapi/ctb/remove-immutable-form-modal-reducer
Ctb/remove immutable in form modal reducer
2021-07-08 12:06:33 +02:00
soupette
2bf1287eea Merge branch 'v4/database' of github.com:strapi/strapi into ctb/remove-immutable-form-modal-reducer 2021-07-08 10:53:16 +02:00
soupette
32821d8a2f Remove immutable in FormModal reducer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-08 10:49:37 +02:00
cyril lopez
f831c72dd7
Merge pull request #10591 from strapi/v4/db-fix-ctb-tests
Fix FormModal reducer tests
2021-07-08 09:46:45 +02:00
soupette
be3db808e0 Fix FormModal reducer tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-08 08:18:45 +02:00
Alexandre Bodin
3ded0ef2bd Init compo & add publication field 2021-07-07 18:04:39 +02:00
cyril lopez
65d612f364
V4/database ctb (#10589)
* Update yarn.lock

Signed-off-by: soupette <cyril.lpz@gmail.com>

* Remove useless options

Signed-off-by: soupette <cyril.lpz@gmail.com>

* Disable advanced options for components

Signed-off-by: soupette <cyril.lpz@gmail.com>

* Remove options from relations schema

Signed-off-by: soupette <cyril.lpz@gmail.com>

* Adapt ctb to new relation spec

Signed-off-by: soupette <cyril.lpz@gmail.com>

* Fix DataManagerProvider tests

Signed-off-by: soupette <cyril.lpz@gmail.com>

* Fix backend

Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-07 17:29:57 +02:00
Alexandre Bodin
09f7269b4a Implement compos in the entity service 2021-07-06 14:18:03 +02:00
Alexandre Bodin
683fe18606 Retour target Attribute 2021-07-06 11:40:30 +02:00
Alexandre Bodin
fc792840e9 rename lower cased 2021-07-06 11:39:17 +02:00
Alexandre Bodin
987a6ccfd5 Update RFC with feedbacks 2021-07-05 23:31:23 +02:00
Alexandre Bodin
80f38005f1 Fix 2021-07-05 21:20:24 +02:00
Alexandre Bodin
e973804399 Filters working 2021-07-05 18:35:16 +02:00
Alexandre Bodin
3711ca3072 wip 2021-07-02 02:26:14 +02:00
Alexandre Bodin
03988acb63 Cleanup 2021-07-01 14:33:04 +02:00
Alexandre Bodin
1728e67e5d Cleanup operators 2021-07-01 13:52:01 +02:00
Alexandre Bodin
2d59716f5d Cleanup CTB 2021-06-30 22:52:12 +02:00
Alexandre Bodin
1122d24c90 Cleanup populate 2021-06-30 21:17:32 +02:00