10364 Commits

Author SHA1 Message Date
dependabot[bot]
595f2ec00f
chore(deps-dev): bump @testing-library/dom from 8.19.0 to 8.20.0
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.19.0...v8.20.0)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-28 23:02:26 +00:00
dependabot[bot]
839e57fa44
chore(deps): bump axios from 1.3.4 to 1.4.0
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.4...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-28 23:01:14 +00:00
“marwa-hodeib”
48234303cc fix variable translation 2023-05-26 21:26:32 +03:00
Jamie Howard
4020a96da6 chore: separate validation between webhook service and controller 2023-05-26 14:27:44 +01:00
Jamie Howard
5547c788eb fix: register review workflow webhook events earlier in bootstrap 2023-05-26 14:25:03 +01:00
Gustav Hansen
943497a7d9
Merge pull request #16843 from strapi/chore/update-ds
Chore: Update @strapi/design-system and @strapi/icons to 1.7.9
2023-05-26 15:20:50 +02:00
Gustav Hansen
bd217c1970 Chore: Update @strapi/design-system and @strapi/icons to 1.7.9 2023-05-26 14:58:19 +02:00
Gustav Hansen
94e4147c4d Chore: Update snapshot tests 2023-05-26 12:50:45 +02:00
Gustav Hansen
052bdaab64 Chore: Update @strapi/design-system and @strapi/icons to 1.7.8 2023-05-26 12:48:48 +02:00
Ben Irvin
b2e2d3f4c8 fix imports 2023-05-26 11:42:17 +02:00
Ben Irvin
c0af9ae786 use chain to fix broken piping
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
2023-05-26 11:30:40 +02:00
Jamie Howard
9d2617a22a fix: revert to inline layout 2023-05-25 17:04:49 +01:00
Jamie Howard
ca9345e70c chore(webhooks/EditView): code cleanup 2023-05-25 16:50:00 +01:00
Jamie Howard
db767bded1 test(upload): bootstrap 2023-05-25 13:30:24 +01:00
Jamie Howard
f509468158 test(content-manager): entity manager 2023-05-25 13:28:54 +01:00
Jamie Howard
947fac9653 test(ee): review workflows 2023-05-25 13:25:16 +01:00
Jamie Howard
b249c115d4 test(entity-service): events 2023-05-25 13:21:14 +01:00
Jamie Howard
61a474c0b4 test(entity-service) 2023-05-25 13:14:39 +01:00
Bassel Kanso
9f82393bae
Merge branch 'main' into translationEnglishToArabic 2023-05-25 15:13:13 +03:00
Jamie Howard
aac731d7a0 fix: move webhook form validation to webhook-store 2023-05-25 13:07:06 +01:00
Jamie Howard
14ff035647 feature: replace emitEvent calls with new webhook store 2023-05-25 12:37:38 +01:00
Jamie Howard
506c495d91 feature: replace webhook validation with webhook store 2023-05-25 12:34:52 +01:00
Gustav Hansen
aa461fbbc9
Merge pull request #16816 from strapi/enhancement/use-admin-users
Enhancement: Create useAdminUsers data fetching hook
2023-05-25 12:25:34 +02:00
Gustav Hansen
cef2366c34 Chore: Update settings / users list page mocks 2023-05-25 11:49:05 +02:00
Gustav Hansen
93808aca54 Chore: Update settings / user edit page to use useAdminUsers 2023-05-25 11:49:05 +02:00
Gustav Hansen
7bd7d467fa Chore: Reuse useAdminUsers hook for settings / users list page 2023-05-25 11:49:05 +02:00
Gustav Hansen
f3a7c98360 Chore: Reuse useAdminUsers hook for audit logs 2023-05-25 11:49:05 +02:00
Gustav Hansen
b2fe4eb685
Merge pull request #16831 from strapi/fix/textarea-events
Fix: Textarea events
2023-05-25 11:31:56 +02:00
Gustav Hansen
eb7e0de478
Merge pull request #16820 from strapi/chore/improve-use-review-workflows-interface
Chore: Improve useReviewWorkflows() interface
2023-05-25 11:31:15 +02:00
Jean-Sébastien Herbaux
3616a6613d
Merge pull request #16649 from strapi/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-7.3.0 2023-05-25 10:45:15 +02:00
Gustav Hansen
b165c3defb Chore: Extend GenericInput tests to cover textarea 2023-05-24 23:26:59 +02:00
Gustav Hansen
1d439397eb Fix: Textarea onChange event 2023-05-24 23:26:33 +02:00
Jamie Howard
1c66cdf679 feature(ee): register review workflow webhook events 2023-05-24 16:56:05 +01:00
Jamie Howard
933a2e3dff feature(upload): register webhook events 2023-05-24 16:46:59 +01:00
Jamie Howard
6fbf5b07aa fix(webhooks/EditView): use DS RawTable 2023-05-24 16:37:08 +01:00
Jamie Howard
46c0a85318 chore(webhooks/EditView): code cleanup 2023-05-24 16:35:06 +01:00
Gustav Hansen
ce0db3b129 Chore: Update tests for InformationBoxEE 2023-05-24 17:13:43 +02:00
Convly
4a74e02703 Merge branch 'releases/4.10.6' 2023-05-24 16:58:52 +02:00
Convly
7dbae9d05d v4.10.6 2023-05-24 16:54:28 +02:00
Gustav Hansen
1c13cfe114 Chore: Update InformationBoxEE useReviewWorkflows calls 2023-05-24 16:48:48 +02:00
Gustav Hansen
d17e7fb783 Chore: Update useReviewWorkflows calls for settings page 2023-05-24 16:48:48 +02:00
Gustav Hansen
db7704d833 Chore: Improve hook interface for useReviewWorkflows() 2023-05-24 16:48:48 +02:00
Gustav Hansen
ef842b86ab Enhancement: Create useAdminUsers hook 2023-05-24 14:58:30 +02:00
Gustav Hansen
e7efd87d6b
Merge pull request #16809 from strapi/chore/use-content-types-docs
Chore: Add docs and auto-mock for useContentTypes()
2023-05-24 14:02:34 +02:00
Jamie Howard
ffb3079435 fix(webhooks/EditView): enforce 5 columns in table 2023-05-24 12:29:30 +01:00
Gustav Hansen
3e48847cd3 Chore: Add auto-mock for useContentTypes 2023-05-23 21:18:18 +02:00
Marc-Roig
994a414fdc
chore: rename allowedEvents 2023-05-23 17:23:42 +02:00
Marc-Roig
13265dac94
feat: expose allowed webhook events in webhook store 2023-05-23 17:22:35 +02:00
Bassel Kanso
c1377ecab2
Update packages/core/data-transfer/src/engine/index.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-23 16:56:33 +03:00
Bassel
b86c6ee875 creating getSchemas in the engine to manage caching schemas 2023-05-23 16:45:27 +03:00