7070 Commits

Author SHA1 Message Date
Gustav Hansen
978630d655
Merge pull request #14759 from strapi/enhancement/axios-refactoring
useFetchClient hook replacing axiosInstance
2022-12-07 17:26:51 +01:00
nathan-pichon
fd99bfeb0e
refactor(entity-manager): rewords deep populate sub-functions names 2022-12-07 16:28:04 +01:00
Christian Capeans
19d88652e3 Protect telemetry properties route 2022-12-07 14:21:58 +01:00
Ben Irvin
e0db15a10f fix getBackupStream 2022-12-07 12:04:37 +01:00
Ben Irvin
0fb2249d2b revert re-ordering 2022-12-07 12:01:34 +01:00
Ben Irvin
2b3206afea fixes from bad merge 2022-12-07 11:56:21 +01:00
Ben Irvin
6d0251ea2b
Merge branch 'features/deits' into deits/ts-strapi-eslint-config 2022-12-07 11:52:37 +01:00
Bassel
f55ec2a673 use any instead 2022-12-07 12:00:45 +02:00
Bassel
7a9a1d27ba check strapi exists before running restore 2022-12-07 11:41:12 +02:00
Bassel
db8dac601f Merge branch 'features/deits' into deits/import-configs 2022-12-07 11:36:18 +02:00
Bassel
3122926a55 add types for webhook and corestore 2022-12-07 11:30:33 +02:00
dependabot[bot]
472e72fe44
chore(deps): bump sharp from 0.31.0 to 0.31.2
Bumps [sharp](https://github.com/lovell/sharp) from 0.31.0 to 0.31.2.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.31.0...v0.31.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 09:06:36 +00:00
dependabot[bot]
a3d3471a1f
chore(deps): bump debug from 4.3.1 to 4.3.4
Bumps [debug](https://github.com/debug-js/debug) from 4.3.1 to 4.3.4.
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](https://github.com/debug-js/debug/compare/4.3.1...4.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 09:05:10 +00:00
dependabot[bot]
14f0d2e047
chore(deps): bump sanitize-html from 2.7.1 to 2.7.3
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.7.1 to 2.7.3.
- [Release notes](https://github.com/apostrophecms/sanitize-html/releases)
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.7.1...2.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 09:02:41 +00:00
Convly
60fd096e90 Remove decompress & decrypt commands, automatically detect export file transforms 2022-12-07 09:43:27 +01:00
Josh
24074df173 chore: fix tests 2022-12-07 08:30:23 +00:00
Josh
06934f2323 fix: use a flag to specifically set modified data only when copying a locales data over 2022-12-06 17:00:47 +00:00
Pierre Noël
05f3335b2a reduce temporary table name length 2022-12-06 17:21:48 +01:00
Jamie Howard
141f89f81f
Merge pull request #14973 from strapi/fix/entity-validator-error-messaging
[entity-validator] Improve error messaging
2022-12-06 15:50:49 +00:00
Ben Irvin
fdf5a83ff9
Merge branch 'features/deits' into deits/ts-strapi-eslint-config 2022-12-06 16:00:55 +01:00
Ben Irvin
5cd9ab530e merge features/deits 2022-12-06 15:52:42 +01:00
Convly
4561228824 Merge branch 'features/deits' of github.com:strapi/strapi into deits/fix-local-file-source-archive-extraction 2022-12-06 15:05:04 +01:00
Pierre Noël
b174c7a5d8 use table instead of temporary table for mysql 5 2022-12-06 14:29:56 +01:00
Pierre Noël
ded213f13f manual rollback 2022-12-06 14:29:56 +01:00
Pierre Noël
3a2f6490e6 reduce transaction size 2022-12-06 14:29:56 +01:00
Pierre Noël
e295276048 update/create/delete components sequentially instead of in parallel 2022-12-06 14:29:55 +01:00
Gustav Hansen
fafdaa4e11
Merge pull request #14359 from GitStartHQ/STRAP-63
ML: Empty state is shown after deleting all assets from a page
2022-12-06 13:29:07 +01:00
Gustav Hansen
acada6047e
Merge pull request #15090 from strapi/dependabot/npm_and_yarn/jest-styled-components-7.1.1
chore(deps-dev): bump jest-styled-components from 7.0.2 to 7.1.1
2022-12-06 13:10:01 +01:00
Gustav Hansen
4cf4638a01
Merge pull request #15092 from strapi/fix/upload-crop-folders
Preserve folder id when cropping images
2022-12-06 12:56:59 +01:00
Gustav Hansen
67ad079472 Chore: Update snapshot tests 2022-12-06 12:35:31 +01:00
Gustav Hansen
851425e82b
Merge pull request #14988 from strapi/dependabot/npm_and_yarn/react-router-dom-5.3.4
chore(deps): bump react-router-dom from 5.2.0 to 5.3.4
2022-12-06 12:31:38 +01:00
Gustav Hansen
ee3f87243f
Merge pull request #15052 from GitStartHQ/fix/editor-wrong-focus-checking
fix: wrong editor focus checking method
2022-12-06 12:27:29 +01:00
Gustav Hansen
eabf3ebc0e EditAssetDialog: Create cropped image in the same folder as the original 2022-12-06 12:13:32 +01:00
Gustav Hansen
a19579634c useEditAsset: Send folder.id instead of full folder object 2022-12-06 12:12:58 +01:00
Bassel
1e66b27892 Merge branch 'features/deits' into deits/import-configs 2022-12-06 11:02:56 +02:00
Bassel
c0f10750b7 add some changes and types 2022-12-06 10:59:48 +02:00
Convly
27f94c6e13 Remove console.log 2022-12-05 18:31:26 +01:00
Convly
26a7f82221 Modify the local file source provider and how it extracts information from the archive 2022-12-05 18:17:31 +01:00
Christian
3e3533187e
Merge pull request #14756 from strapi/deits/cli-tests
[DEITS] Export command CLI tests
2022-12-05 13:08:23 +01:00
Christian Capeans
010fec9722 Delete unnecessary mock 2022-12-05 13:07:48 +01:00
Josh
befa7981d6
Merge branch 'main' into dependabot/npm_and_yarn/msw-0.49.1 2022-12-05 11:29:05 +00:00
Josh
ac978ad6ed
Merge branch 'main' into dependabot/npm_and_yarn/msw-0.49.1 2022-12-05 11:20:48 +00:00
Convly
9e2a0aa0ed Remove unused type 2022-12-05 11:44:07 +01:00
Convly
db1ac4a6ce Sort aggregate keys by alphabetical order instead of size 2022-12-05 11:41:15 +01:00
Christian Capeans
28936e20ee Add virtual property to mock 2022-12-05 10:40:36 +01:00
Convly
fed4c77b0e Merge branch 'features/deits' of github.com:strapi/strapi into deits/beta-enhancements 2022-12-05 10:32:51 +01:00
Convly
94697de4f6 Update transfer progress logic in the engine + update related tests 2022-12-05 10:32:38 +01:00
Convly
53156b6110 Update type 2022-12-05 10:31:58 +01:00
Convly
ed04376ee7 Update asset transfer using newly implemented type 2022-12-05 10:31:42 +01:00
Josh
fd8163d37b chore: pr amends 2022-12-05 09:31:25 +00:00