28240 Commits

Author SHA1 Message Date
Jamie Howard
ccf36d4436 test(review-workflows): API test for RW down migration 2023-03-08 16:38:02 +00:00
Jamie Howard
1a77c49380 test(review-workflows): API test for RW up migration 2023-03-08 16:28:53 +00:00
Jamie Howard
eb1533fe59 test(review-workflows): migration to remove DB entries 2023-03-08 10:50:12 +00:00
Jamie Howard
816c004505 feature(review-workflows): migration to remove DB entries when RW is disabled on a content type 2023-03-07 16:36:07 +00:00
nathan-pichon
040531838c
fix(review-workflows): update condition on migration to include content-type column 2023-03-03 16:49:49 +01:00
nathan-pichon
08100d5aa5
fix(review-workflows): check if review workflow is a boolean 2023-03-03 16:32:20 +01:00
nathan-pichon
6bbd7c2671
fix(review-workflows): stage attribute should not be visible 2023-03-03 16:31:42 +01:00
nathan-pichon
ecc36bc030
test(review-workflows): update mock to test method PUT 2023-03-03 12:09:39 +01:00
nathan-pichon
a70f8f5e41
test(review-workflows): add test for review workflows activation 2023-03-03 12:05:05 +01:00
nathan-pichon
1431249c84
test(review-workflows): update mocks 2023-03-03 11:30:42 +01:00
nathan-pichon
f121209c9b
chore(example): get previous state on content-type address 2023-03-03 11:17:02 +01:00
Nathan Pichon
a7778b81f0
Merge branch 'feature/review-workflow' into feature/review-workflow-stage-in-entities 2023-03-03 09:43:53 +01:00
nathan-pichon
ad0da5cd06
chore(review-workflows): add comments 2023-03-02 18:09:36 +01:00
nathan-pichon
983ed97e38
fix(review-workflows): use raw query to update joinTable
Much more efficient to directly insert rows inside the joinTable.
For 126k entities, the time decrease from 5min to 123ms to migrate all entities.
2023-03-02 17:53:50 +01:00
nathan-pichon
da43693018
feat(review-workflows): add migration when activating rw on content-type (wip)
There is performance problems in this code. We will need to fine tune the query to update relations on stages join table instead of rely on `updateRelations()` method
2023-03-01 17:53:37 +01:00
nathan-pichon
a0d89b6884
feat(review-workflows): add migration when activating rw on content-type (wip) 2023-03-01 12:00:47 +01:00
Gustav Hansen
e17cc285f9
Merge pull request #15927 from strapi/feature/review-workflow-cm-stage-display
CM: Display current workflow stage in the edit-view
2023-02-28 22:06:36 +01:00
Gustav Hansen
ae8cbfe690 Information: Fix tests 2023-02-27 14:22:39 +01:00
Gustav Hansen
718e4ce423 CM: Display current stage in the edit-view 2023-02-27 13:26:40 +01:00
nathan-pichon
fc08bb8260
test(review-workflows): add unit tests 2023-02-23 10:40:46 +01:00
Nathan Pichon
62ea880554
Merge pull request #15847 from strapi/feature/review-workflow-content-type-update
feat(review-workflows): add options in content type builder
2023-02-23 09:54:25 +01:00
nathan-pichon
34a02d42b2
fix(review-workflows): update middleware function 2023-02-21 11:06:55 +01:00
nathan-pichon
da8f95172e
refactor(review-workflows): refactor middleware 2023-02-21 10:10:35 +01:00
nathan-pichon
4d47b3d3e9
refactor(review-workflows): refactor middleware 2023-02-20 19:09:40 +01:00
nathan-pichon
39fdfd3d40
feat(review-workflows): add options in content type builder 2023-02-20 18:58:09 +01:00
nathan-pichon
d868a67243
feat(review-workflows): add options in content type builder 2023-02-17 12:11:26 +01:00
nathan-pichon
35f783d0dc
Merge branch 'main' into feature/review-workflow
# Conflicts:
#	packages/core/admin/ee/admin/permissions/customPermissions.js
2023-02-15 16:32:07 +01:00
Jamie Howard
04e8ed121c
Merge pull request #15692 from strapi/feature/enhance-min-max-errors 2023-02-15 13:17:07 +00:00
Julie Plantey
63416a5221
Merge pull request #15819 from strapi/chore/i18n-enKW-frMU
[chore] en-KW & fr-MU i18n support
2023-02-15 12:30:21 +01:00
Josh
14d5597a8f
Merge pull request #15818 from strapi/feat/relations-diffing-fe 2023-02-15 10:55:45 +00:00
Gustav Hansen
46a89b1830
Merge pull request #15781 from strapi/enhancement/axios-migration-content-type-builder
replace axiosInstance with getFetchClient inside the content-type builder
2023-02-15 11:33:39 +01:00
Rémi de Juvigny
179b23ac41
Merge pull request #15816 from strapi/chore/dead-market-code
Remove dead code for the install and uninstall plugin actions
2023-02-15 11:02:52 +01:00
Julie Plantey
e2a77803d7 added en-KW & fr-MU support to i18n 2023-02-15 10:54:42 +01:00
Rémi de Juvigny
55b19cafd4 Eliminate rogue log 2023-02-15 10:05:06 +01:00
Nathan Pichon
e51273e285
Merge pull request #15802 from strapi/feature/async-reduce-utils
feat(utils): add ReduceAsync function
2023-02-15 09:45:39 +01:00
Gustav Hansen
958268fe6d
Merge pull request #15813 from strapi/dependabot/npm_and_yarn/react-intl-6.2.8
chore(deps): bump react-intl from 6.2.7 to 6.2.8
2023-02-15 09:03:09 +01:00
Josh
5688497f19 feat: implement fractional indexing to reduce payload for relations
feat(wip): add fractional _temp_keys_ on reordering

feat(wip): add temp keys to loaded relations
2023-02-14 21:57:00 +00:00
Rémi de Juvigny
839d677c8f Remove the associated actions 2023-02-14 18:52:53 +01:00
Marc
ffd0a21514
Merge pull request #15541 from strapi/S3-provider-update 2023-02-14 18:22:29 +01:00
Nathan Pichon
d66cec9367
Merge branch 'main' into feature/async-reduce-utils 2023-02-14 16:58:11 +01:00
nathan-pichon
5029344805
feat(async-utils): use curryN instead of curry 2023-02-14 16:55:57 +01:00
Rémi de Juvigny
cbfc5876c7 Delete install and uninstall plugin endpoints 2023-02-14 16:04:16 +01:00
Simone
b0199c8ee3
Merge branch 'main' into enhancement/axios-migration-content-type-builder 2023-02-14 15:59:49 +01:00
dependabot[bot]
fb2094cfb6
chore(deps): bump react-intl from 6.2.7 to 6.2.8
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.2.7...react-intl@6.2.8)

---
updated-dependencies:
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 10:24:27 +00:00
Josh
b1839335e3
Merge pull request #15810 from strapi/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.8.0 2023-02-14 10:23:17 +00:00
Josh
233b957e64
Merge pull request #15811 from strapi/dependabot/npm_and_yarn/msw-1.0.1 2023-02-14 10:22:57 +00:00
dependabot[bot]
f9dd84ce69
chore(deps-dev): bump msw from 1.0.0 to 1.0.1
Bumps [msw](https://github.com/mswjs/msw) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 10:01:28 +00:00
dependabot[bot]
e142c92e8b
chore(deps-dev): bump webpack-bundle-analyzer from 4.7.0 to 4.8.0
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.7.0...v4.8.0)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 09:58:24 +00:00
Rémi de Juvigny
10caa4f811
Merge pull request #15788 from strapi/enhancement/audit-logs-tracking
Track settings pages usage
2023-02-14 10:53:19 +01:00
Rémi de Juvigny
f63adf6b48
Merge pull request #15785 from strapi/fix/ce-audit-logs
Move audit logs permissions to EE
2023-02-14 10:33:43 +01:00