1364 Commits

Author SHA1 Message Date
nathan-pichon
c44d59b586
docs(review-workflows): add jsdoc to getDiffBetweenStages function 2023-02-09 15:04:36 +01:00
nathan-pichon
a542051b8a
docs(review-workflows): add jsdoc to getDiffBetweenStages function 2023-02-09 15:01:52 +01:00
nathan-pichon
81f7d64020
feat(review-workflows): add transaction to replace stages 2023-02-09 14:53:39 +01:00
nathan-pichon
c425139fb4
chore(review-workflows): rename assignedStagesToWorkflow to stagesIds 2023-02-09 14:50:57 +01:00
Gustav Hansen
5bea0f4c0f Fix lint errors 2023-02-09 13:32:11 +01:00
Gustav Hansen
af4a376f31
Merge branch 'feature/review-workflow' into feature/review-workflow-admin-permissions 2023-02-09 13:03:44 +01:00
ivanThePleasant
3c932a25fb WIP several improvements on the #15738 merger 2023-02-09 12:37:38 +02:00
Gustav Hansen
00bffbd079 Settings: Do not set the server delete stage flag back to false 2023-02-08 17:49:43 +01:00
Gustav Hansen
bc4ded0ab0 Settings: Confirm saving if a user has deleted stages that exist on the server 2023-02-08 17:44:02 +01:00
Gustav Hansen
031aa8557c Settings: Fix ReviewWorkflows tests 2023-02-08 15:38:28 +01:00
Gustav Hansen
3973d8d11a Settings: Protect review workflows page with read permissions 2023-02-08 14:59:58 +01:00
ivanThePleasant
fd6bfe9f0d
Update packages/core/admin/ee/admin/pages/SettingsPage/pages/ApplicationInfosPage/components/AdminSeatInfo/index.js
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-08 13:39:17 +02:00
ivanThePleasant
414941d28d
Update packages/core/admin/ee/admin/pages/SettingsPage/pages/ApplicationInfosPage/components/AdminSeatInfo/index.js
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-08 13:39:09 +02:00
ivanThePleasant
b085d2a8b8
Update packages/core/admin/ee/admin/pages/SettingsPage/pages/Users/ListPage/CreateAction/index.js
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-08 13:39:01 +02:00
ivanThePleasant
2edbce8dc5
Update packages/core/admin/ee/admin/pages/SettingsPage/pages/Users/ListPage/CreateAction/index.js
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-08 13:38:49 +02:00
Josh
2ff6e7769b chore: remove duplicate file 2023-02-08 11:20:26 +00:00
Rémi de Juvigny
cf4d169168
Merge branch 'main' into fix/audit-log-table 2023-02-08 11:39:51 +01:00
Rémi de Juvigny
4bbfab14fe Move migration to dedicated folder 2023-02-08 11:38:58 +01:00
Gustav Hansen
cabe932c3e Rename useLicenseLimitInfos hook 2023-02-08 10:59:46 +01:00
Gustav Hansen
77be722048 Refactor useLicenseLimitInfos and useLicenseLimitNotifications hooks
Co-authored-by: Josh Ellis <josh.ellis@strapi.io>
2023-02-08 10:39:49 +01:00
Rémi de Juvigny
3a33df8e7e Compare content type schema against db columns 2023-02-07 20:35:04 +01:00
Rémi de Juvigny
a3e5ad460b Check schema equality before migration 2023-02-07 20:00:40 +01:00
markkaylor
b4188fc0e6
Merge branch 'main' into feature/audit-logs-add-filters 2023-02-07 17:50:37 +01:00
Rémi de Juvigny
337df63ad1 Merge remote-tracking branch 'origin/main' into fix/audit-log-table 2023-02-07 17:35:23 +01:00
Fernando Chávez
0072ce9789
Merge pull request #15708 from strapi/fix/audit-logs-check-auth-strategy
[Audit Logs] Check auth strategy to log events on audit logs
2023-02-07 17:25:04 +01:00
ivanThePleasant
d26d08e933 Merge branch 'main' into chore/ee-seats 2023-02-07 18:11:44 +02:00
ivanThePleasant
4e9c94f75c Fix tests, various improvements and conditions 2023-02-07 18:00:00 +02:00
Rémi de Juvigny
3b0309b06f Fix test 2023-02-07 16:00:45 +01:00
nathan-pichon
4eb990952f
test(review-workflow): add check on workflow data after updating stages 2023-02-07 14:49:29 +01:00
Rémi de Juvigny
d1a1754d3d Typo 2023-02-07 12:27:35 +01:00
Rémi de Juvigny
ee2f5f07b4 Add auto db migration 2023-02-07 12:11:28 +01:00
Mark Kaylor
b437225fc4 Merge branch 'main' of github.com:strapi/strapi into audit-logs/add-filters 2023-02-07 11:14:32 +01:00
ivanThePleasant
7edd834712 Merge branch 'main' into chore/ee-seats 2023-02-07 11:28:21 +02:00
ivanThePleasant
ebdf9c06c2 WIP add redux support to license limit hook, various minor changes
Co-authored-by: Gustav Hansen <gu@stav.dev>
2023-02-07 11:27:44 +02:00
nathan-pichon
8f622ae7e0
feat(review-workflow): add update route for stages on workflows 2023-02-07 09:55:32 +01:00
Gustav Hansen
fb4b40bde4 Merge branch 'main' into feature/review-workflow 2023-02-07 09:01:38 +01:00
markkaylor
f0ff25c27a
Merge branch 'main' into chore/bump-ds-dep 2023-02-06 18:24:49 +01:00
Gustav Hansen
9692fbe536
Merge pull request #15683 from strapi/feature/review-workflow-management-fe
Settings: Add workflow management to settings page
2023-02-06 15:31:01 +01:00
Gustav Hansen
af7c2f76e8 Chore: Cleanup legacy test setup 2023-02-06 13:38:57 +01:00
Gustav Hansen
827f26d538
Update packages/core/admin/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/hooks/useReviewWorkflows.js
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-02-06 13:36:29 +01:00
Fernando Chavez
a5a1967d00 Check auth strategy to log events on audit logs 2023-02-03 16:18:53 +01:00
Mark Kaylor
4bc7afc769 Update snapshots 2023-02-03 14:48:38 +01:00
Gustav Hansen
932664a61f Settings: Allow stages to be added even if the workflow doesn't have any yet 2023-02-03 14:21:32 +01:00
Gustav Hansen
3db0779f8f Settings: Fix and extend page tests 2023-02-03 14:07:19 +01:00
Gustav Hansen
05aad3ade0 useReviewWorkflows: extend testsuite 2023-02-03 13:13:50 +01:00
Simone Taeggi
ea15154849 squash and merge all the code related to the axios migration to use useFetchClient and getFetchClient in the admin 2023-02-03 10:41:34 +01:00
ivanThePleasant
a0144c1565 WIP 2023-02-03 10:20:55 +02:00
Gustav Hansen
f1113915c8 useReviewWorkflows: Fix test data mocks 2023-02-02 22:32:34 +01:00
Gustav Hansen
4a3c80e954 Settings: Split responsibilities for redux and formik 2023-02-02 22:28:12 +01:00
Gustav Hansen
4f25ac6ddf ReviewWorkflows: Cleanup page component 2023-02-02 22:06:17 +01:00