17027 Commits

Author SHA1 Message Date
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
cyril lopez
08a1150a8d
Merge pull request #10600 from strapi/fix/admin-controller
Fix server not starting
2021-07-12 17:38:58 +02:00
soupette
f00effda70 Fix admin controller with ee
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-12 17:25:54 +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
cyril lopez
25f4c7e9be
Merge pull request #10594 from strapi/chore/remove-immutable-cm
Chore/remove immutable cm
2021-07-09 14:15:29 +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
soupette
d43bdd741c Clean code
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-08 18:33:55 +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
soupette
4a683479ce Remove immutable in CM
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-08 15:38:56 +02:00
soupette
88b601c26b Add missing tests in CM
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-08 14:01:13 +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
Pierre Noël
2390c740a4 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-07-08 11:21:38 +02:00
Pierre Noël
1ac226b962 WIP 2021-07-08 11:20:13 +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
Kylo Jorgensen
df832fafd1
Fix Typo actualy to actually (#10566) 2021-07-07 17:48:54 +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
cyril lopez
ac8e4ed391
Merge pull request #10568 from strapi/core/babel-plugin-switch-ee-ce
Created Babel plugin to Switch from CE to EE at runtime.
2021-07-05 13:52:02 +02:00
cyril lopez
c4adf3790a
Merge pull request #10569 from strapi/core/switch-plan
Allow to switch plan at runtime
2021-07-05 11:47:07 +02:00
soupette
248dd27618 Fix BE tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-05 11:46:36 +02:00
soupette
dc303bcd62 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-05 11:35:33 +02:00
soupette
d7a7bbbd01 Fix admin dev
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-05 11:24:24 +02:00
soupette
e04ccb417e Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-05 11:20:21 +02:00
Pierre Noël
2c5cd96783 Server can start without errors 2021-07-05 11:01:58 +02:00
Alexandre Bodin
3711ca3072 wip 2021-07-02 02:26:14 +02:00
soupette
46ae14f532 Enable plan switch at runtime
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-01 15:50:11 +02:00
Alexandre Bodin
03988acb63 Cleanup 2021-07-01 14:33:04 +02:00