545 Commits

Author SHA1 Message Date
Alexandre Bodin
3f204a0a48 v4.1.8 2022-04-13 16:45:31 +02:00
Convly
ce0b361fba Update ts confif resolution for events 2022-04-12 17:14:00 +02:00
Convly
7654dbd961 Update plugin build & tsconfigs 2022-04-12 16:57:00 +02:00
Convly
e47cd1ad09 Fix configs generation 2022-04-12 15:58:21 +02:00
Pierre Noël
9fc63af260 harmonize secret generation + don't generate in production mode 2022-04-07 16:34:56 +02:00
Convly
b25ac466ac Update tsconfig templates files 2022-04-05 16:32:18 +02:00
Convly
54fefcf5d2 isTypeScriptProject -> isUsingTypeScript 2022-04-05 16:30:50 +02:00
Convly
77daaf7e72 Merge branch 'features/typescript' into typescript/telemetry 2022-04-04 17:33:07 +02:00
Convly
2626f5e7b4 Merge branch 'features/typescript' into typescript/move-package-json-app-dir 2022-04-04 17:08:09 +02:00
soupette
8203f81e5a Fix dev mode
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:10:00 +02:00
Convly
0d135d449d Cleanup tsconfig & clean the dist dir before build 2022-04-04 12:07:39 +02:00
Convly
7340836b14 Init new develop 2022-04-04 12:07:38 +02:00
soupette
9240e69fc8 Remove tslint config
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:02:52 +02:00
soupette
57486399ae Add tsconfig-admin.json to generators
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:02:52 +02:00
Convly
fb91d68983 Typos 2022-04-04 11:41:13 +02:00
Convly
6fc673f288 Fix plugin generators 2022-04-04 11:40:00 +02:00
Convly
e9619b5b25 Remove test plugin from kitchensink-ts 2022-04-04 11:40:00 +02:00
Convly
b373282f85 Add generators for typescript 2022-04-04 11:38:00 +02:00
Convly
f5cf8cd976 Rename app.example.ts to app.example.tsx 2022-04-04 11:36:55 +02:00
Convly
b2d98ab3fc Update files/ts/src/index.js -> index.ts 2022-04-04 11:36:55 +02:00
Convly
116505d892 Handle ts projects with generators 2022-04-04 11:36:55 +02:00
Convly
cbf15e6ccc useTypeScript -> useTypescript for consistency 2022-04-04 11:36:54 +02:00
Convly
7eb3ce5117 Handle ts option in cli 2022-04-04 11:31:58 +02:00
soupette
59dd675552 Migrate default plugins file to TS
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:36 +02:00
soupette
52231a3eba Prevent default export in order to provide typings
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:35 +02:00
Convly
47ae55ed7a Send the useTypescript event in the telemetry usage 2022-04-01 18:41:36 +02:00
Alexandre Bodin
1699aac151 v4.1.7 2022-03-31 17:53:39 +02:00
Alexandre Bodin
f85ee2f487 Fix better-sqlite3 version 2022-03-31 17:49:13 +02:00
Alexandre Bodin
f25774168c v4.1.6 2022-03-30 15:34:12 +02:00
Alexandre Bodin
2791a2a5ae Merge branch 'master' into chore/knex-v1 2022-03-29 15:49:00 +02:00
Gustav Hansen
8aaaff77d4 Chore: Prettify all files 2022-03-29 14:20:41 +02:00
WalkingPizza
29d96a8cd6 Description plugin name now title case 2022-03-29 10:07:24 +02:00
sunnysonx
d2389070d3
Merge branch 'master' into fix/validate-generation-name-inside-plugin 2022-03-28 20:14:14 +03:00
WalkingPizza
fd400c7e2d Automatically add displayName in title case to plugin package.json 2022-03-28 11:18:05 +02:00
WalkingPizza
41ec9596ed Automatically convert plugin name to kebab-case 2022-03-28 11:17:49 +02:00
Kevin Antonio Rateni Iatauro
3a0ebf26f7
Merge branch 'strapi:master' into feature/plugin-name-kebab 2022-03-25 18:05:41 +01:00
Alexandre Bodin
4b965665d4 Test each sqlite pkg 2022-03-25 09:02:19 +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
4213aed07b Support db-client sqlite-legacy and add tests for them 2022-03-23 10:47:43 +01:00
Alexandre Bodin
317d5be115 Use better-sqlite3 by default 2022-03-23 10:37:12 +01:00
Alexandre Bodin
14305e8d11 Make strapi compatible with knex v1 2022-03-22 19:41:16 +01:00
Aurélien Georget
f3b4cf6486
Increase network timeout connection for Yarn users 2022-03-21 14:51:07 -07:00
Alexandre Bodin
f1859f0375 v4.1.5 2022-03-16 12:18:10 +01:00
Alexandre Bodin
bf27699c63 Merge branch 'releases/4.2.0' into features/typescript 2022-03-16 11:37:27 +01:00
Alexandre Bodin
01a565aeb6 v4.1.4 2022-03-16 11:22:49 +01:00
Alexandre BODIN
886250ae5d
Merge pull request #12206 from ComfortablyCoding/fix-plugin-generator-pluginId
[v4] fix(plugin generator): support valid package names for pluginId
2022-03-16 11:08:40 +01:00
daedalus
75178cc8be Merge branch 'master' into fix-plugin-generator-pluginId 2022-03-15 17:46:43 -04:00
soupette
0852f8f1ad Fix dev mode
Signed-off-by: soupette <cyril@strapi.io>
2022-03-15 19:09:44 +01:00
Convly
00abd419f2 Cleanup tsconfig & clean the dist dir before build 2022-03-15 18:43:19 +01:00
Convly
fd1de4fa14 Init new develop 2022-03-15 16:13:17 +01:00