5940 Commits

Author SHA1 Message Date
Gustav Hansen
a2b088974e
Merge pull request #17358 from strapi/feat/review-workflows-rbac-fe
Feat: Add RBAC permissions for review-workflow settings pages
2023-07-19 12:25:38 +02:00
Gustav Hansen
9a66fe2b75 Chore: Update imports to named imports 2023-07-19 11:58:39 +02:00
Gustav Hansen
5659a628ab Chore: Add manual mock for useLicenseLimits 2023-07-19 11:58:39 +02:00
Gustav Hansen
3a0d905f2d Chore: Move user RBAC conditions out of useLicenseLimits 2023-07-19 11:58:39 +02:00
Gustav Hansen
b5bef2e970 Chore: Extend review-workflow tests to include RBAC 2023-07-19 11:22:35 +02:00
Gustav Hansen
79a28ad2c6 Feat: Add RBAC conditions to the review-workflows settings pages 2023-07-19 11:22:35 +02:00
Gustav Hansen
e8f4408751 Fix: Fix review workflow settings page permissions 2023-07-18 16:41:26 +02:00
Gustav Hansen
9483cef63e
Merge branch 'main' into feature/review-workflow-multiple 2023-07-18 15:37:47 +02:00
Gustav Hansen
670bf497cb
Merge pull request #17350 from strapi/feature/review-workflow-multiple-merge-18-07-23
Merge `main` into `feature/review-workflow-multiple` (including bulk publish)
2023-07-18 15:35:54 +02:00
Gustav Hansen
fa9777b27c
Merge pull request #17332 from strapi/feature/throw-if-duplicated-stage-name
feat: throw ValidationError if stage has a duplicated name
2023-07-18 15:35:34 +02:00
Marc-Roig
299105d26d
feat: uniqueProperty yup methods 2023-07-18 14:48:42 +02:00
dependabot[bot]
881dae1dce
chore(deps): bump semver from 7.5.1 to 7.5.2
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 12:26:35 +00:00
Gustav Hansen
4744d64497 Fix: Migrate CM list-view to new RW stage data structures 2023-07-18 13:12:54 +02:00
Gustav Hansen
a6d17cebb9 Merge branch 'main' into feature/review-workflow-multiple-merge-18-07-23 2023-07-18 13:05:31 +02:00
Gustav Hansen
3ad06ee323 Fix: Improve admin app error handling for duplicated stages 2023-07-18 12:59:24 +02:00
Marc-Roig
d7a0bcdc8e
fix: make workflow name required 2023-07-18 12:47:52 +02:00
Marc-Roig
252b616804
fix: ignore yup test validation if stage array is empty 2023-07-18 12:26:05 +02:00
markkaylor
a82de46746
feature/bulk-publish-v2 (#17185)
Co-authored-by: Simone <simone.taeggi@strapi.io>
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>
2023-07-18 09:03:55 +02:00
Marc-Roig
490a8c239e
chore: yup validation text refactor 2023-07-17 19:00:06 +02:00
Marc-Roig
4a949d4ddd
chore: yup validation variable rename 2023-07-17 18:57:32 +02:00
Marc-Roig
4bdf6ddf2b
feat: yup validate stage names are unique 2023-07-17 18:49:17 +02:00
Haseeb Siddiqui
8605c7606f BUG: Fix error on adding relations 2023-07-17 21:08:13 +05:00
Gustav Hansen
72cc277165 Merge branch 'main' into feature/review-workflow-multiple-merge-17-07-23 2023-07-17 13:38:35 +02:00
Josh
c7c8dbb4ca fix(i18n): entity locale actions were aimed at default locale 2023-07-17 11:29:17 +01:00
Marc-Roig
018409f763
test: unit test workflow stages are not duplicated 2023-07-17 11:35:44 +02:00
Marc-Roig
f11aeda877
feat: throw ValidationError if stage has a duplicated name 2023-07-17 11:03:36 +02:00
Jamie Howard
90715c15d3 Chore: Validate workflow stage names are unique 2023-07-14 15:32:02 +02:00
Marc-Roig
f5e40910a5
Merge branch 'main' into releases/4.11.5 2023-07-12 15:44:01 +02:00
Marc-Roig
7bdef3d278
v4.11.5 2023-07-12 14:47:27 +02:00
Jamie Howard
b4cd8ea6bf fix(ee): use named export for user settings page 2023-07-12 09:51:46 +01:00
Gustav Hansen
e55b8f7d59 Fix: Make stage color theme color retrieval more defensive 2023-07-11 17:48:46 +02:00
Gustav Hansen
2291816276 Merge branch 'main' into feature/review-workflow-multiple 2023-07-11 12:47:44 +02:00
Josh
7ff0df5e7b test: refactor CellContent/RelationMultiple tests 2023-07-11 11:28:33 +01:00
Josh
23ddb0922d chore: update snapshots 2023-07-11 11:28:33 +01:00
Josh
2f8a7dd2d5 test: refactor EditViewSettings tests 2023-07-11 11:28:33 +01:00
Josh
68c566d3f4 test: refactor list view tests 2023-07-11 11:28:33 +01:00
Josh
017ca778a1 refactor: simple menu v1 2023-07-11 11:28:21 +01:00
Gustav Hansen
815e1fa642
Merge pull request #17206 from strapi/enhancement/remove-ee-else-ce
Chore: Drop babel ee_else_ce plugin and babel from @strapi/admin
2023-07-11 12:21:51 +02:00
Gustav Hansen
63a0abac01 Chore: Drop babel dependencies from @strapi/admin 2023-07-11 11:24:55 +02:00
Josh
fef7cd24df chore: update ds to 1.8.2 2023-07-11 10:20:09 +01:00
Gustav Hansen
075e3b2797 Chore: Drop babel-plugin-styled-components dependency 2023-07-11 10:54:31 +02:00
Gustav Hansen
6181f2b4b7 Chore: Drop babel ee_else_ce plugin and babel-loader 2023-07-11 10:19:23 +02:00
Gustav Hansen
7bf1ac9006
Merge pull request #17245 from strapi/feature/review-workflow-multiple-tracking
Chore: Implement multiple workflow tracking events
2023-07-11 09:03:46 +02:00
Gustav Hansen
4be5b5e21b Chore: Refactor usage of useLicenseLimitNotification hook 2023-07-10 16:41:43 +01:00
Gustav Hansen
02aac33f47 Chore: Cleanup tests 2023-07-10 16:41:43 +01:00
Gustav Hansen
1be9debbc3 Chore: Use useEnterprise to load EE Login component 2023-07-10 16:41:43 +01:00
Gustav Hansen
d5c6ac94f4 Chore: Refactor user createAction for useEnterprise 2023-07-10 16:41:43 +01:00
Gustav Hansen
f15e7a50e3 Chore: Refactor MagicLink to new useEnterprise hook 2023-07-10 16:41:43 +01:00
Gustav Hansen
740c2c02f3 Chore: Refactor AdminSeatInfo to new useEnterprise hook 2023-07-10 16:41:43 +01:00
Gustav Hansen
37c3888727 Chore: Refactor webhooks edit view to use useEnterprise 2023-07-10 16:41:15 +01:00