36133 Commits

Author SHA1 Message Date
nathan-pichon
37f427e581
chore(review-workflow): rename findOne in findById 2023-01-31 15:24:11 +01:00
Nathan Pichon
81146dc5c7
fix(review-workflow): use workflowId instead of id 2023-01-31 15:18:56 +01:00
Simone
21f8e427d3
Merge pull request #15599 from strapi/enhancement/axios-migration-upload
replace axiosInstance with getFetchClient inside the upload
2023-01-31 15:12:44 +01:00
Gustav Hansen
6779e145a5 Chore: Remove merge conflict file 2023-01-31 14:59:41 +01:00
Marc-Roig
708e1d677c refactor mapAsyncDialects import 2023-01-31 14:43:10 +01:00
nathan-pichon
cde11ac12a
Merge branch 'feature/review-workflow' into feature/review-worflow/workflow-stage 2023-01-31 14:41:58 +01:00
Marc
b5926ee665
Merge branch 'main' into dependabot/npm_and_yarn/cloudinary-1.33.0 2023-01-31 14:39:44 +01:00
Gustav Hansen
829535d33b
Merge pull request #15635 from strapi/feature/review-workflow-redux-query
Settings: Connect Review Workflow UI, data loader and redux
2023-01-31 14:29:42 +01:00
Gustav Hansen
c13a72ef26
Merge pull request #15644 from strapi/chore/update-caniuse-db
Chore: Update caniuse database
2023-01-31 14:10:37 +01:00
nathan-pichon
3b0e809e06
fix(review-workflow): content types shouldn't be visible 2023-01-31 14:08:54 +01:00
Mark Kaylor
ab87379d48 Add empty line between tests 2023-01-31 14:03:05 +01:00
Mark Kaylor
9dc89bb2f6 Add models to publish actions 2023-01-31 14:00:39 +01:00
Gustav Hansen
6583f4021a useReviewWorkflows: Enable skipped tests 2023-01-31 13:49:38 +01:00
Mark Kaylor
04630cdf98 Make schema optional on mainField 2023-01-31 13:46:39 +01:00
Gustav Hansen
82115b2ca7 Chore: Update caniuse database 2023-01-31 13:30:37 +01:00
Christian Capeans
3e98167fb2 Clear mocks instead of reset them 2023-01-31 13:22:18 +01:00
Gustav Hansen
73975255ea Chore: Simplify setWorkflows action 2023-01-31 13:09:14 +01:00
Gustav Hansen
622946aec9 Remove mock data and use real API instead 2023-01-31 13:04:47 +01:00
Gustav Hansen
d8b26d94da Add tests for ReviewWorkflowsPage 2023-01-31 12:59:37 +01:00
Gustav Hansen
8710caf581 Chore: Add reducer test for code branch without workflow data 2023-01-31 12:59:37 +01:00
Gustav Hansen
699a35a53d Chore: Make store data-structure more flexible and split client from server 2023-01-31 12:59:37 +01:00
Gustav Hansen
ab3bcf46b6 Chore: Skip useReviewWorkflows() tests for now 2023-01-31 12:59:37 +01:00
Gustav Hansen
1ad0a97fb1 Chore: Fix outdated reducer test 2023-01-31 12:59:37 +01:00
Gustav Hansen
0086b0e163 Chore: Fix workflow status access 2023-01-31 12:59:37 +01:00
Gustav Hansen
d7b18b9ece Chore: Simplify selector access across the page 2023-01-31 12:59:37 +01:00
Gustav Hansen
9cf1567604 Chore: Replace uid with id in useReviewWorkflows hook 2023-01-31 12:59:37 +01:00
Gustav Hansen
c0f8140516 Settings: Add review workflow actions unit tests 2023-01-31 12:59:37 +01:00
Gustav Hansen
fd0861efab Settings: Simplify review workflow redux setup 2023-01-31 12:59:37 +01:00
Gustav Hansen
f4a773ebc6 Chore: Add reducer tests 2023-01-31 12:59:37 +01:00
Gustav Hansen
2aa3804787 Chore: Add component tests for Stages and Stage 2023-01-31 12:59:37 +01:00
Gustav Hansen
0e122dc344 Settings: Connect Review Workflow UI, data loader and redux 2023-01-31 12:59:37 +01:00
Marc
63e448c326
Merge branch 'main' into dependabot/npm_and_yarn/cloudinary-1.33.0 2023-01-31 12:57:39 +01:00
Gustav Hansen
cab472d804 Merge branch 'main' of github.com:strapi/strapi into feature/review-workflow 2023-01-31 12:53:18 +01:00
Gustav Hansen
10bae148b1
Merge pull request #15632 from strapi/feature/review-workflow-feature-flag
Settings: wrap check to display review workflows in a feature flag
2023-01-31 12:49:47 +01:00
nathan-pichon
0bf1ff15c4
test(review-workflow): unit tests for stages service 2023-01-31 12:37:59 +01:00
nathan-pichon
94808bc221
fix(review-workflow): rework stages methods naming
Fixes the integration tests
2023-01-31 12:26:58 +01:00
Marc-Roig
9d865b7b11 use mapAsync for all cases in mapAsyncDialects 2023-01-31 11:57:32 +01:00
Ben Irvin
9bbcab2e8a
Merge pull request #15639 from strapi/fix/import-invalid-jsonl-should-throw 2023-01-31 11:51:21 +01:00
Marc-Roig
cd8429c3c7 simplify mapAsyncDialects 2023-01-31 11:46:02 +01:00
Marc-Roig
67f2cc730c simplify mapAsyncDialects 2023-01-31 11:43:23 +01:00
Marc-Roig
cf88d212f9 introduce use of mapAsync 2023-01-31 11:40:56 +01:00
Christian Capeans
cc3d292f0e Add more specific error 2023-01-31 11:27:06 +01:00
Christian Capeans
721b3e586c Merge branch 'features/data-transfer' into deits/import-error-full-disk 2023-01-31 11:16:55 +01:00
Marc-Roig
3a4e811756 Merge branch 'main' into fix/performance-degradation-in-deeply-nested-coimpos 2023-01-31 11:13:08 +01:00
markkaylor
5c565ae9e1
Merge pull request #15606 from strapi/chore/cm-json-input
[Content Manager] Add the new JSONInput from the DS to the CM
2023-01-31 11:00:15 +01:00
Gustav Hansen
778614cc36
Merge pull request #15642 from strapi/dependabot/npm_and_yarn/immer-9.0.19
chore(deps): bump immer from 9.0.15 to 9.0.19
2023-01-31 10:49:12 +01:00
Mark Kaylor
e1e02a800b Fix bad import 2023-01-31 10:43:41 +01:00
Mark Kaylor
83a980fe93 Add snapshot test 2023-01-31 10:13:31 +01:00
Mark Kaylor
d371b73189 Update size 2023-01-31 10:13:14 +01:00
dependabot[bot]
acf7129596
chore(deps): bump immer from 9.0.15 to 9.0.19
Bumps [immer](https://github.com/immerjs/immer) from 9.0.15 to 9.0.19.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.15...v9.0.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 09:04:01 +00:00