12157 Commits

Author SHA1 Message Date
Christian Capeans
bd67677f54 Delete merge presence in data transfer strategies 2023-07-06 16:52:44 +02:00
Mark Kaylor
5405cc46cd Remove createPluginsFilter file 2023-07-06 14:48:24 +02:00
Mark Kaylor
e6f649daf3 Remove useQuery from single-type form wrapper 2023-07-06 14:48:24 +02:00
Mark Kaylor
981622ff63 Remove unnecessary template literal 2023-07-06 14:48:24 +02:00
Mark Kaylor
132fc9e4a9 Josh Gustav feedback 2023-07-06 14:48:24 +02:00
Mark Kaylor
1899ac4d42 Add params serializer 2023-07-06 14:48:21 +02:00
Gustav Hansen
3a6fa070b3 Chore: Apply default color to ReviewWorkflowsColumn 2023-07-06 14:29:00 +02:00
Gustav Hansen
e47c94e31b
Merge pull request #17047 from strapi/chore/rw-ee_else_ce
Chore: Refactor CM list-view review-workflow columns to use useEnterprise
2023-07-06 14:24:54 +02:00
Christian
c5a3697aae
Merge branch 'main' into feature/list-components-cli 2023-07-06 14:20:13 +02:00
Gustav Hansen
009f770e54 Chore: Remove cellFormatter callback and inline columns in list-view 2023-07-06 13:13:20 +02:00
smoothdvd
24283a030e
Merge branch 'main' into patch-4 2023-07-06 16:13:38 +08:00
Jean-Sébastien Herbaux
4a3b7f564e
Merge pull request #17175 from boazpoolman/feature/admin-type 2023-07-06 09:24:43 +02:00
Josh
d2d5476f07
Merge pull request #17155 from strapi/chore/remove-step-from-time 2023-07-05 16:54:17 +01:00
Convly
3149e374f4 Merge branch 'releases/4.11.4' 2023-07-05 16:51:48 +02:00
Convly
8d325a6953 v4.11.4 2023-07-05 16:46:16 +02:00
Christian
dd47104357
Merge branch 'main' into feat/data-transfer-assets 2023-07-05 15:13:20 +02:00
Christian Capeans
98f34c162e Fix date parser 2023-07-05 15:01:37 +02:00
Gustav Hansen
e0c7d79524 Fix: Add back review workflows column in new CM list view 2023-07-05 14:13:06 +02:00
Gustav Hansen
19d827b0a9 Chore: Refactor CM list-view review-workflow columns to use useEnterprise 2023-07-05 13:32:23 +02:00
Gustav Hansen
b88b9e8af8 Enhancement: Extend useEnterprise hook by an enabled boolean flag 2023-07-05 13:32:08 +02:00
Christian
3117d9f99e
Merge pull request #16914 from strapi/dependabot/npm_and_yarn/stream-json-1.8.0 2023-07-05 13:18:16 +02:00
Christian Capeans
924804eff0 Fix local-destination tests 2023-07-05 13:14:39 +02:00
Christian Capeans
abda292fde Add comment to clarify the use of process.nextTick 2023-07-05 11:49:23 +02:00
nathan-pichon
70abecc6df
fix(review-workflow): reorder operation in replace stages function 2023-07-05 11:49:18 +02:00
Christian Capeans
90222db30b Add comments 2023-07-05 11:40:59 +02:00
Christian Capeans
b7bd31aa74 Add backwards compatibility to the assets transfer 2023-07-05 11:35:42 +02:00
nathan-pichon
9da569e046
fix(review-workflow): fix persist condition 2023-07-05 11:30:46 +02:00
Josh
f76018d648
Merge pull request #17183 from strapi/chore/refactor-helper-plugin-tests 2023-07-05 09:58:48 +01:00
Gustav Hansen
0a147c142d
Merge pull request #17189 from strapi/dependabot/npm_and_yarn/jest-cd7e10a537
chore(deps-dev): bump the jest group with 4 updates
2023-07-05 10:48:54 +02:00
Gustav Hansen
36ec1a182a
Merge pull request #17191 from strapi/dependabot/npm_and_yarn/webpack-d131db577c
chore(deps): bump the webpack group with 1 update
2023-07-05 10:48:39 +02:00
nathan-pichon
05a46a71f2
fix(review-workflows): remove workflow validation in stage service 2023-07-05 10:35:02 +02:00
nathan-pichon
0072262a91
fix(review-workflows): stage deletion cannot rely on created one
⚠️ this might affect how stages are ordered after a deletion
2023-07-05 10:35:02 +02:00
nathan-pichon
2fa11a8784
fix(review-workflows): on replace, delete before creating new stages
If we try to create stages before deletion, it will try to validate the number of stages that are currently in the workflow + the ones created, and can result in a validation error as the number of stages can be higher than expected (but will be lowered by deletion afterward).
2023-07-05 10:35:02 +02:00
nathan-pichon
b2fe168e4d
feat(review-workflows): use fp for validation pipe
Avoid errors on stage creation that doesn't have any workflow id to relates to.
2023-07-05 10:35:02 +02:00
nathan-pichon
9c70fac0ac
fix(review-workflows): workflow creation
Workflows should be created before as stages needs to have a workflow ID to be created and validated
2023-07-05 10:35:02 +02:00
nathan-pichon
7bc57af01d
fix(review-workflows): remove migrate validation
As content-type file is only used by workflow service, it doesn't need any new layer of validation
2023-07-05 10:35:02 +02:00
nathan-pichon
02a3e1e592
chore(review-workflows): put default options 2023-07-05 10:35:02 +02:00
nathan-pichon
13218e99d7
test(review-workflows-content-type): fix test by using clearAllMocks instead of resetAllmocks 2023-07-05 10:35:02 +02:00
nathan-pichon
a29f0cb1c1
test(review-workflows): adding validation service tests 2023-07-05 10:35:02 +02:00
nathan-pichon
7a2e7cf65e
test(review-workflows): adding validation service mock to tests 2023-07-05 10:35:02 +02:00
nathan-pichon
9ca8234808
feat(review-workflows): adding validation on licence restrictions 2023-07-05 10:35:02 +02:00
nathan-pichon
c2fc2f7e54
docs(review-workflows): added jsdoc to validation functions 2023-07-05 10:35:02 +02:00
nathan-pichon
ea32c40507
feat(review-workflows): added validation to workflows create and update 2023-07-05 10:35:02 +02:00
nathan-pichon
d0195ff181
feat(review-workflows): store license limits in services 2023-07-05 10:34:58 +02:00
Josh
7da44e6406 refactor: remove history from hp tests and refactor Pagination component 2023-07-05 08:53:29 +01:00
Marc-Roig
f29af1fc78
fix: parse string stage ids 2023-07-05 09:40:52 +02:00
dependabot[bot]
e7c69a396b
chore(deps): bump the webpack group with 1 update
Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack).

- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.86.0...v5.88.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webpack
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 07:13:02 +00:00
dependabot[bot]
ac3016b86b
chore(deps-dev): bump the jest group with 4 updates
Bumps the jest group with 4 updates: [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) and [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli).


Updates `jest` from 29.5.0 to 29.6.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.0/packages/jest)

Updates `@types/jest` from 29.2.0 to 29.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `jest-circus` from 29.5.0 to 29.6.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.0/packages/jest-circus)

Updates `jest-cli` from 29.5.0 to 29.6.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.0/packages/jest-cli)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: jest
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: jest
- dependency-name: jest-circus
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: jest
- dependency-name: jest-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: jest
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 07:10:53 +00:00
so_hell
8bd5f4d7f8 Fix bug #17187: updated the handleClick function 2023-07-05 09:52:39 +05:30
Marc-Roig
f48e9cab75
chore: findById jsodcs 2023-07-04 17:47:52 +02:00