31169 Commits

Author SHA1 Message Date
Marc-Roig
62be7cabe6
test: count meta 2023-07-04 17:26:33 +02:00
Marc-Roig
83aefda65a
feat: return workflow count 2023-07-04 16:39:11 +02:00
Nathan Pichon
904ac46808
Merge pull request #17158 from strapi/feature/review-workflow-multiple-license-info-in-route
feat(admin): add features informations inside the license limit route
2023-07-03 10:16:52 +02:00
nathan-pichon
984b5cb8cd
feat(admin): add features informations inside the license limit route 2023-06-30 17:14:15 +02:00
Josh
4e45c46dc4
Merge pull request #17101 from strapi/feature/review-workflow-multiple-workflow-limits 2023-06-29 14:43:56 +01:00
Josh
3346e5e767 test: fix InformationBoxEE suite 2023-06-29 13:26:07 +01:00
Nathan Pichon
2a6167c865
Merge pull request #17060 from strapi/feature/review-workflow-multiple-sanitize
fix(review-workflow): sanitize admin api requests
2023-06-28 10:39:21 +02:00
Gustav Hansen
5d73a914bc Chore: Wrap all useLicenseLimits calls in a custom hook 2023-06-26 14:43:08 +02:00
Gustav Hansen
b4e158c3d1 Enhancement: Render workflow/ stage limits in CM edit view 2023-06-26 13:56:23 +02:00
Gustav Hansen
02391694e3 Enhancement: Display stage limits on create and edit pages 2023-06-26 13:56:23 +02:00
Gustav Hansen
f469fbc6c3 Enhancement: Display workflow limits on list, edit and create pages 2023-06-26 12:58:57 +02:00
nathan-pichon
1a4e62d99b
fix(review-workflows): update sanitize calls 2023-06-26 12:27:25 +02:00
nathan-pichon
fff75fb8f3
fix(review-workflows): sanitize queries 2023-06-26 11:13:45 +02:00
nathan-pichon
4f3ebb5869
fix(permissionChecker): use create and update sanitizers 2023-06-26 10:43:23 +02:00
Nathan Pichon
371e1014b0
Merge branch 'feature/review-workflow-multiple' into feature/review-workflow-multiple-sanitize 2023-06-23 17:33:00 +02:00
nathan-pichon
7da2f1e897
fix(review-workflow): sanitize inputs 2023-06-23 17:30:29 +02:00
Nathan Pichon
b4ac2f90d8
feat(review-workflows): remove deleted content-types in assigned workflows (#17053)
* feat(review-workflows): migrate old to new stage attribute name

* feat(reviewWorkflows): remove ct from workflows when deleted

* fix(operators): re-add $jsonSupersetOf to available operators
2023-06-23 17:18:32 +02:00
Gustav Hansen
136f107436
Merge pull request #17058 from strapi/feature/review-workflow-multiple-merge-main
Chore: Merge main into feature/review-workflow-multiple
2023-06-23 14:51:05 +02:00
nathan-pichon
e72ca4b13c
test(review-workflow): refresh data between tests 2023-06-23 14:26:49 +02:00
nathan-pichon
e1b1c1322f
fix(review-workflow): mock entityService 2023-06-22 15:59:26 +02:00
Gustav Hansen
4410fb8f97 Merge branch 'main' into feature/review-workflow-multiple-merge-main 2023-06-22 12:17:05 +02:00
Marc
553217bd1c
Merge pull request #16192 from strapi/feature/clone-entity-relations 2023-06-22 12:04:59 +02:00
Gustav Hansen
d8c4c91cef Fix: ES decorator tests (faulty merge) 2023-06-22 11:46:55 +02:00
nathan-pichon
d901925443
fix(review-workflow): sanitize admin api requests 2023-06-22 11:46:51 +02:00
Gustav Hansen
7b83703576 Merge branch 'main' into feature/review-workflow-multiple-merge-main 2023-06-22 11:20:53 +02:00
Josh
9a537e811b chore: merge fixes
chore: fix lint
2023-06-22 09:18:57 +01:00
Marc-Roig
0654f395cd test: use entity service to load relations 2023-06-22 08:12:20 +01:00
Marc-Roig
e2fa85f848 skip cloning relations tests 2023-06-22 08:12:20 +01:00
Marc-Roig
bf324d0557 test: skip relations test
see if it fixes flakey tests
2023-06-22 08:12:20 +01:00
Marc
674dc96b89 refactor: mark uid as a prohibited field & separate auto-clone route (#16957)
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-06-22 08:12:20 +01:00
Josh
0f5668e16e chore: fix dep 2023-06-22 08:12:20 +01:00
Josh
f72a62be05 fix: error message improvements (#16949) 2023-06-22 08:12:12 +01:00
Josh
38cafa5385 chore: fix weird merge conflict 2023-06-22 08:12:12 +01:00
Marc-Roig
ad2da0c410 chore: update lock 2023-06-22 08:12:12 +01:00
Marc-Roig
ec434498d1 fix: excludeNotCreatableFields 2023-06-22 08:12:11 +01:00
Josh
b62df89641 fix: if we have an origin it will be type string 2023-06-22 08:12:11 +01:00
Marc-Roig
3720a7fa8c feat: sanitize excludeNotCreatableFields 2023-06-22 08:11:59 +01:00
Josh
be77eea6b7 refactor: remove workaround for relations
it's not needed
2023-06-22 08:11:50 +01:00
Josh
6283e43000 fix: use the specific clone route to post the new entity when finished cloning 2023-06-22 08:11:50 +01:00
Josh
99f6e71df8 fix: wrong operator used for searching 2023-06-22 08:11:50 +01:00
Josh
1c0b4f14ba chore: add plugin query params to request 2023-06-22 08:11:31 +01:00
Josh
cef57c7841 chore: add tests 2023-06-22 08:11:31 +01:00
Marc-Roig
14fc4028e7 feat: find the origin & only load to modified data under the clone route
chore: pr amends from bad rebase
2023-06-22 08:11:31 +01:00
Marc-Roig
616c2283a5 fix: prohibited fields error message 2023-06-22 08:11:11 +01:00
Josh
889a183706 chore: pr fixes
chore: tidy ups
2023-06-22 08:11:11 +01:00
Josh
c7363e4feb feat: add clone entity on click in table redirect if not possible 2023-06-22 08:10:49 +01:00
Marc
28252dfa94 chore: remove todo 2023-06-22 08:00:14 +01:00
Marc
21498fbda7 test: set and disconnect should not steal from one to X relations 2023-06-22 08:00:14 +01:00
Marc
a6f4afeda6 refactor: change cloneRelations cloneAttrs format 2023-06-22 08:00:14 +01:00
Marc
b1d780bebb update lock 2023-06-22 08:00:14 +01:00