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
Christian Capeans
c57b411703
Fix provider stored in database
2023-07-04 17:46:07 +02:00
Marc-Roig
83aefda65a
feat: return workflow count
2023-07-04 16:39:11 +02:00
Maxime Castres
b724d9abe8
Chore: Remove unique identifier
2023-07-04 15:46:12 +02:00
Christian Capeans
b2a98a4a8d
Fix push transfer with external assets provider
2023-07-04 15:36:38 +02:00
Christian Capeans
668237709f
Merge branch 'main' into feat/data-transfer-assets
2023-07-04 10:05:51 +02:00
Boaz Poolman
282c29564a
feat: Add an any type for strapi.admin
2023-07-03 20:58:09 +02:00
Josh
2f67950deb
Merge pull request #17169 from strapi/chore/update-ds-181
2023-07-03 16:22:54 +01:00
Jean-Sébastien Herbaux
8c7ea46ccf
Merge pull request #17122 from strapi/fix/dts-pull-hang
2023-07-03 17:20:54 +02:00
Jamie Howard
2d4db7a482
Merge pull request #17128 from strapi/fix/rw-webhooks
2023-07-03 15:24:10 +01:00
Josh
d301b8a7ad
chore: update DS to 1.8.1
2023-07-03 15:14:38 +01:00
Christian Capeans
f127c3a4a3
Specify the right path
2023-07-03 16:11:19 +02:00
Josh
9bc4e05325
Merge pull request #17140 from strapi/fix/useRBAC-infinite-loop
2023-07-03 14:24:55 +01:00
Christian Capeans
09193142aa
Delete assets before transfering to external provider
...
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2023-07-03 13:38:31 +02:00
Josh
a0fb526155
Merge pull request #17164 from strapi/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.9.0
2023-07-03 10:36:53 +01:00
Josh
1eff3b27a7
Merge pull request #17141 from nitinmadelyn/edit-user
2023-07-03 08:15:35 +01:00
dependabot[bot]
ee2e1617f5
Bump webpack-bundle-analyzer from 4.8.0 to 4.9.0
...
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 4.8.0 to 4.9.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.8.0...v4.9.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-07-02 22:39:32 +00:00
Alexandre BODIN
028f543e81
Merge branch 'main' into chore/replace-node-14-with-20
2023-07-01 06:56:07 +02:00
Alexandre BODIN
9f5790e019
Merge pull request #17139 from strapi/fix/entity-service-filter-date-params
2023-07-01 06:51:20 +02:00
nathan-pichon
984b5cb8cd
feat(admin): add features informations inside the license limit route
2023-06-30 17:14:15 +02:00
Josh
ca0e42ffb4
Merge pull request #17121 from geeky-biz/fix/permissions-error-on-page-reload
2023-06-30 14:12:00 +01:00
Ben Irvin
67e2799601
fix for backwards compatibility
2023-06-30 14:46:43 +02:00
Ben Irvin
533bd1f310
cast to array for backwards compatibility
2023-06-30 14:44:43 +02:00
Punit Sethi
3168720da1
Fixed lint error (removed unused var)
2023-06-30 17:54:46 +05:30
Christian
5229428c20
Update packages/core/data-transfer/src/strapi/providers/remote-source/index.ts
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-30 13:24:59 +02:00
Christian
9f7b6a28ae
Update packages/core/data-transfer/src/strapi/providers/remote-source/index.ts
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-30 13:24:54 +02:00