Marc-Roig
d08f6cffbf
Merge branch 'main' into fix/rbac-condition-and-relations
2023-06-19 11:37:26 +02:00
Marc-Roig
6cdb5a7737
v4.11.1
2023-06-12 17:10:44 +02:00
Nathan Pichon
e4e2a310e2
fix(review-workflows): display review workflows informations in content-manager when needed ( #16919 )
...
* chore: update example schemas
* fix(content-manager): merge data instead of overwrite nested objects
* feat(content-manager): add options object in the configuration object
* feat(review-workflow): add the review workflows option in the configuration of content-manager
* fix(content-manager): use review workflows option value in edit-view
* test(workflows): update mocks
* test(info-box): update mocks
* chore: add comments for utils in content-manager
* test(content-manager): add tests on content-types service
* fix(review-workflows): merge configuration before updating it
* docs(review-workflows): add comments about why we merge configuration of CTs
* refactor(review-workflows): extract updateContentTypeConfig function
* test(workflows): update mock
* fix(review-workflows): remove infinite loop
* fix(review-workflows): use findConfiguration instead of getConfiguration
* test(review-workflows): change plural name of long content type
* test(review-workflows): skip long ct name test
2023-06-12 10:52:52 +02:00
Marc-Roig
7ad44c8699
Merge branch 'main' into fix/rbac-condition-and-relations
2023-06-09 10:32:42 +02:00
Marc-Roig
566a0f74ba
test: populate edge case
2023-06-08 10:09:48 +02:00
Alexandre Bodin
0de06a008d
v4.11.0
2023-06-07 17:16:22 +02:00
Josh
8357aab46e
chore: fix tests ( #16937 )
...
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2023-06-07 11:43:09 +01:00
Convly
106cfafca4
Merge branch 'main' into releases/4.11.0
2023-06-07 11:31:42 +02:00
Jamie Howard
ca1ed38fea
Merge pull request #16835 from strapi/feature/set-webhook-events
2023-06-02 11:00:25 +01:00
Jamie Howard
59d61424a9
chore: fix entity manager linter warnings
2023-06-01 15:21:47 +01:00
Jamie Howard
c53b7a7ae4
fix: simplify emitEvent logic
2023-06-01 15:20:13 +01:00
Mark Kaylor
ee5278b9fd
Fix filters causing too many emitted events
2023-06-01 11:24:07 +02:00
Convly
da080df32b
v4.10.7
2023-05-31 17:46:38 +02:00
Jamie Howard
d77e42b859
refactor(webhooks): populate allowed events from relevant modules
2023-05-30 16:13:10 +01:00
Jamie Howard
b919da9c26
Merge remote-tracking branch 'origin/main' into feature/set-webhook-events
2023-05-30 10:16:36 +01:00
Marc-Roig
74023ce419
todo: revert create if custom condition does not allow it
2023-05-29 15:42:36 +02:00
Marc-Roig
91d4759433
fix: unit test
2023-05-29 11:13:29 +02:00
Marc-Roig
1bdf9afa6b
fix: populate al top level attributes
2023-05-29 10:45:47 +02:00
Marc-Roig
304f32d56b
fix: populate attributes in delete
2023-05-29 09:34:45 +02:00
Marc-Roig
296aa4b53c
fix: replace all for node14
2023-05-29 09:12:07 +02:00
Marc-Roig
b571f2f511
feat: exclude morphTo relations
2023-05-29 08:43:00 +02:00
Marc-Roig
31afc24ee5
fix: unit tests
2023-05-26 17:57:23 +02:00
Marc-Roig
e73a41ecde
todo: handle dz and morph relations in getQueryPopulate
2023-05-26 17:47:59 +02:00
Marc-Roig
810efff6da
fix: use is nil for countRelations
2023-05-26 17:37:33 +02:00
Marc-Roig
9a7bef24bf
chore: PR proposed changes
2023-05-26 17:26:55 +02:00
Marc
832b4aa46d
Update packages/core/content-manager/server/controllers/collection-types.js
...
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-05-26 16:11:33 +02:00
Marc-Roig
00b166d439
fix: single types unit test
2023-05-26 14:45:22 +02:00
Marc-Roig
450b9fd7cf
chore: remove jsdoc unnecessary return
2023-05-26 13:21:53 +02:00
Marc-Roig
ee59206428
chore: document getQueryPopulate
2023-05-26 13:19:37 +02:00
Marc-Roig
fabe6c7c71
chore: document populate builder
2023-05-26 13:17:48 +02:00
Marc-Roig
ee5d821fa7
chore: cleanup comments
2023-05-26 13:05:08 +02:00
Marc-Roig
ba845dd0ac
chore: update entity manager types
2023-05-26 12:37:52 +02:00
Marc-Roig
f8f0b75185
feat: populateFromQuery
2023-05-26 12:35:22 +02:00
Marc-Roig
f41e29c40b
feat: populate in relations and single types
2023-05-26 12:34:18 +02:00
Marc-Roig
a9efdd0771
feature: populate from query
2023-05-26 12:34:00 +02:00
Marc-Roig
7c0a562948
feat: use populate builder
2023-05-25 17:00:52 +02:00
Marc-Roig
bed3540c9a
chore: move populate to its own folder
2023-05-25 16:54:11 +02:00
Mark Kaylor
fd63eb0f5c
Merge branch 'main' of github.com:strapi/strapi into feature/bulk-publish
2023-05-25 14:47:42 +02:00
Marc-Roig
3425d44d42
chore: remove populate query from permissionChecker
2023-05-25 14:41:19 +02:00
Marc-Roig
398414854e
feat: populate builder
2023-05-25 14:39:07 +02:00
Marc-Roig
b37f6b1c1e
feat: cleanup entity manager
2023-05-25 14:36:50 +02:00
Jamie Howard
f509468158
test(content-manager): entity manager
2023-05-25 13:28:54 +01:00
Jamie Howard
14ff035647
feature: replace emitEvent calls with new webhook store
2023-05-25 12:37:38 +01:00
Ben Irvin
cb2531ef6b
Merge branch 'main' into chore/replace-node-14-with-20
2023-05-25 10:16:29 +02:00
Marc-Roig
cdb17d5c16
chore: rename populate query
2023-05-24 18:20:06 +02:00
Marc-Roig
4a97be49b5
chore: cleanup get query populate
2023-05-24 18:04:50 +02:00
Marc-Roig
e3e3cfe08a
test: query populate
2023-05-24 18:03:16 +02:00
Marc-Roig
f3cc11e825
feat: get populate query
2023-05-24 18:03:01 +02:00
Convly
7dbae9d05d
v4.10.6
2023-05-24 16:54:28 +02:00
Marc-Roig
2e8e5b52bc
Merge branch 'main' into fix/rbac-condition-and-relations
2023-05-24 16:32:17 +02:00