193 Commits

Author SHA1 Message Date
Convly
7eb3ce5117 Handle ts option in cli 2022-04-04 11:31:58 +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
f85ee2f487 Fix better-sqlite3 version 2022-03-31 17:49:13 +02: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
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
soupette
aa6eada62b Remove tslint config
Signed-off-by: soupette <cyril@strapi.io>
2022-03-15 14:28:18 +01:00
soupette
7223064af3 Add tsconfig-admin.json to generators
Signed-off-by: soupette <cyril@strapi.io>
2022-03-15 13:50:08 +01:00
Convly
b6e365c343 Typos 2022-03-14 16:26:03 +01:00
soupette
15b9e9b961 Merge branch 'features/typescript' of github.com:strapi/strapi into typescript/migrate-pages-components 2022-03-10 17:02:09 +01:00
Convly
ea0e2f6bd7 Rename app.example.ts to app.example.tsx 2022-03-09 17:16:05 +01:00
Convly
b0fc568112 Update files/ts/src/index.js -> index.ts 2022-03-09 16:34:18 +01:00
Convly
764e4336ec Handle ts projects with generators 2022-03-09 16:29:00 +01:00
soupette
50fa9cbaa8 Fix conflicts
Signed-off-by: soupette <cyril@strapi.io>
2022-03-09 11:39:10 +01:00
Convly
d92ae025e7 useTypeScript -> useTypescript for consistency 2022-03-09 11:06:41 +01:00
Convly
0d3c753bff Handle ts option in cli 2022-03-07 11:09:26 +01:00
soupette
9a7fff9231 Prevent default export in order to provide typings
Signed-off-by: soupette <cyril@strapi.io>
2022-03-04 17:02:03 +01:00
Mark Kaylor
2c735db6e0 update execa commands 2022-02-24 11:12:08 +01:00
Pierre Noël
b48cf115c7 rename APP_SECRETS to APP_KEYS 2022-01-25 11:06:52 +01:00
Pierre Noël
c9b0f048d7 remove url config 2022-01-21 16:39:06 +01:00
Pierre Noël
3facd1de7f add env.example back + code style 2022-01-19 17:21:23 +01:00
Pierre Noël
1dc74b0792 add session middleware to new project config + fix test app not using .env 2022-01-19 17:13:00 +01:00
Pierre Noël
8b39d44992 create app keys at app creation instead of runtime auto-generation 2022-01-19 17:13:00 +01:00
ivanThePleasant
f0b4a17318 Fixed non-shell host crash on startup 2022-01-11 11:49:44 +02:00
Maxime Castres
689557e28c Update README.md 2022-01-05 16:24:15 +01:00
nemo0
2c931634f0 Changed unknow to unknown 2021-12-22 19:59:03 +05:30
soupette
e8aa36d3f7 Remove build from app install
Signed-off-by: soupette <cyril@strapi.io>
2021-12-22 11:29:12 +01:00
soupette
584347e4bb Use default build
Signed-off-by: soupette <cyril@strapi.io>
2021-12-20 14:56:06 +01:00
Alexandre BODIN
6652e796ba
Merge pull request #11635 from strapi/v4/npm-starters
Update create-strapi-starter to use npm on v4
2021-11-24 10:59:17 +01:00
Vincent
fcdc6fa9c6
Cli check install path first (#11565)
* feat(cli): checking install path validity before starting prompt

* refactor: cleaner logic in create-strapi-app
2021-11-23 14:53:00 +01:00
Rémi de Juvigny
9c33487894 Apply feedback part 1 2021-11-23 10:32:04 +01:00
Vincent
f23945be3e
style: added a description for watch mode (#11589) 2021-11-22 15:24:54 +01:00
Rémi de Juvigny
b74fe8d432 fix conflicts 2021-11-22 09:29:11 +01:00
Rémi de Juvigny
731b64cea5 Update create-strapi-starter to v4 2021-11-18 17:39:40 +01:00
Alexandre Bodin
974045df10 Cleanup old template prompt code 2021-11-16 15:40:58 +01:00
Rémi de Juvigny
1e371f6942 Remove useless path.join 2021-11-04 14:01:02 +01:00
Rémi de Juvigny
ca729a8f68 Use require resolve 2021-11-04 13:16:51 +01:00
Rémi de Juvigny
97defacf47 Fix template install from npm 2021-11-04 10:46:52 +01:00
Alexandre BODIN
49bfccaa5b
Merge pull request #11093 from strapi/v4/npm-templates
[v4] Use npm to host templates instead of GitHub
2021-11-03 12:30:17 +01:00
Derrick Mehaffy
b3ee1ad3cd Enable Node 16 and NPM 7/8 support on generation
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-11-01 13:27:23 -07:00
Rémi de Juvigny
0609389b5a Disable templates prompt 2021-10-28 18:50:41 +02:00
Rémi de Juvigny
8109ef9bb2 remove dependency check 2021-10-28 18:11:57 +02:00
Rémi de Juvigny
93ad75c493 async execa shells 2021-10-27 16:37:30 +02:00
Rémi de Juvigny
9f39e0220c Apply new feedback 2021-10-27 16:03:35 +02:00