24134 Commits

Author SHA1 Message Date
Alexandre Bodin
6c1f044346 optimize caching 2022-03-25 10:11:14 +01:00
Gustav Hansen
29ac0115ac Build: Prevent output from swallowing webpack errors 2022-03-25 10:04:46 +01:00
Alexandre Bodin
5920e31b5b Put back entire workflow 2022-03-25 09:16:17 +01:00
Alexandre Bodin
4b965665d4 Test each sqlite pkg 2022-03-25 09:02:19 +01:00
ivanThePleasant
613a7c19fe Renamed the command and added path checking 2022-03-24 21:12:47 +02:00
ivanThePleasant
f74c446cd2 Naming changes 2022-03-24 20:47:54 +02:00
ivanThePleasant
d007218b96 Fixed the issue where command throws an error if strapi key is not in package.json 2022-03-24 20:42:16 +02:00
ivanThePleasant
b96e4a984f
Update packages/core/strapi/lib/commands/opt-out-telemetry.js
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-03-24 20:40:20 +02:00
Gustav Hansen
2860d05099 ML: Simplify useAssets() and useFolders() hooks 2022-03-24 18:57:56 +01:00
Gustav Hansen
da5bf0b125 ML: Resolve ignored eslint rules 2022-03-24 18:57:55 +01:00
Gustav Hansen
381c5df208 ML: Add useFolders() hook and tests 2022-03-24 18:57:55 +01:00
Gustav Hansen
d15962c047 ML: Add tests for useAssets() 2022-03-24 18:57:55 +01:00
Gustav Hansen
cf0dfe3b2f ML: Use formatjs inline plural API, display folder count 2022-03-24 18:57:55 +01:00
Mark Kaylor
191b5f856d add component schemas 2022-03-24 17:51:13 +01:00
Gustav Hansen
85163114d9 FolderCard: Restructure component files 2022-03-24 17:31:44 +01:00
Jean-Sébastien Herbaux
3bf25de33e
Merge pull request #12815 from surgeharb/master
fix: ApolloServer middleware CORS issue
2022-03-24 16:51:44 +01:00
cyril lopez
2627aa6ee2
Merge pull request #12882 from strapi/enhancement/speed-up-webpack
Enhancement/speed up webpack
2022-03-24 14:29:24 +01:00
soupette
781bd8d1a1 Add speed plugin to admin dev deps
Signed-off-by: soupette <cyril@strapi.io>
2022-03-24 14:26:57 +01:00
Gustav Hansen
92e3f45e69
Merge pull request #12213 from strapi/cm/repeatable-components-list-view
CM: Allow displaying components in the list view
2022-03-24 14:07:19 +01:00
ivanThePleasant
58c0a777a3
Update packages/core/strapi/lib/commands/opt-out-telemetry.js
Co-authored-by: Gustav Hansen <gustav.hansen@strapi.io>
2022-03-24 14:40:33 +02:00
Rémi de Juvigny
91c5839280
Merge pull request #12916 from strapi/feature/marketplace-prod
Handle marketplace production environment
2022-03-24 13:16:04 +01:00
Rémi de Juvigny
12558e7de3 Merge remote-tracking branch 'origin/master' into feature/marketplace-prod 2022-03-24 11:51:11 +01:00
Alexandre Bodin
5cbb60ce4b Merge branch 'master' into releases/4.2.0 2022-03-24 11:11:00 +01:00
ivanThePleasant
ce5ddb2868 Changed naming to better correspond to Strapi naming conventions 2022-03-24 08:42:58 +02:00
cyril lopez
7e105cc784
Merge pull request #12922 from strapi/fix/ml-audio-type
ML: Add audio type to asset filters
2022-03-23 18:18:19 +01:00
soupette
df6fa2f8b6 Remove terser dependency
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 18:16:32 +01:00
Vincent
9afe470cbf
Merge pull request #12921 from strapi/feat/translations-cleanup
Feat/translations cleanup
2022-03-23 17:02:12 +01:00
Rémi de Juvigny
3ea20a2353 Apply feedback 2022-03-23 15:44:15 +01:00
Gustav Hansen
a26788bcef ML: Add audio type to filters 2022-03-23 15:38:04 +01:00
Alexandre Bodin
337c7cace6 Update workflow 2022-03-23 15:19:28 +01:00
soupette
0a5a03c0a1 Add tests
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 15:16:13 +01:00
soupette
323e8f4cbf Remove useless babel plugins
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 14:51:41 +01:00
soupette
e26740be3c Remove @babel/runtime and its associated plugin from the admin package
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 14:41:34 +01:00
Gustav Hansen
278f401545
Merge pull request #12877 from strapi/fix/upload-crop-size
EditAssetDialog: Use original image as source for cropping
2022-03-23 14:41:29 +01:00
Gustav Hansen
8563465936 FolderCard: Update tests 2022-03-23 14:40:53 +01:00
soupette
8635b05d9e Merge branch 'features/typescript' of github.com:strapi/strapi into enhancement/speed-up-webpack 2022-03-23 14:22:45 +01:00
vincentbpro
7399fd3572 reorder translation files 2022-03-23 13:29:24 +01:00
vincentbpro
6d7071bc5f Merge branch 'master' into feat/translations-cleanup 2022-03-23 13:28:47 +01:00
Gustav Hansen
88d1beb704 ML: Add FolderCard component 2022-03-23 12:50:15 +01:00
Alexandre Bodin
a263ceaa02 Merge branch 'master' of github.com:strapi/strapi into chore/knex-v1 2022-03-23 12:36:39 +01:00
Alexandre BODIN
66352ef0b0
Merge pull request #12903 from strapi/chore/check-installation
Increase network timeout connection for Yarn users
2022-03-23 12:36:17 +01:00
ivanThePleasant
eaf805ad82 Cleaned code of several unnecessary console logs 2022-03-23 13:25:31 +02:00
ivanThePleasant
893ae11691 Changes to introduce async opt-out event sending 2022-03-23 13:18:41 +02:00
Alexandre BODIN
f2a311a28f
Merge pull request #12920 from strapi/fix/snapshots
Fix snapshots
2022-03-23 12:15:56 +01:00
cyril lopez
31e06c868a
Merge pull request #12912 from strapi/fix/12896
Fixes #12896
2022-03-23 12:08:53 +01:00
soupette
f4a33a13f0 Update tests for better clarity
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 11:46:56 +01:00
soupette
5f66da9864 Add tests
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 11:43:37 +01:00
soupette
99ccef19a1 Fix snapshots
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 11:23:41 +01:00
Alexandre Bodin
06c9939fa7 Fix typo 2022-03-23 11:15:25 +01:00
Vincent
20c36e74d8
Merge pull request #12841 from strapi/translations-cleanup/merge-duplicated-translations
Translations cleanup: merge duplicated translations
2022-03-23 11:10:21 +01:00