107 Commits

Author SHA1 Message Date
Alexandre Bodin
31a222ecb1 Start lint fixes 2019-05-29 17:25:56 +02:00
Alexandre Bodin
d31f5b92bb Use yarn if installed on strapi new. 2019-05-17 16:31:48 +02:00
Alexandre Bodin
6a12c2be66 Add build admin in strapi new 2019-04-30 16:27:16 +02:00
Alexandre Bodin
f7d868caeb Cleanup strapi new 2019-04-17 17:13:17 +02:00
Alexandre Bodin
9e9ff9907d Refactor strapi load 2019-04-16 08:50:22 +02:00
Aurélien Georget
b81ba84401 Run the database event if the connection is established 2019-03-27 18:55:18 +01:00
Jim LAURIE
ab82eb1d2e Fix PR feedback 2019-02-15 22:22:13 +01:00
Aurélien Georget
c5d88ace8b Bypass the entire connection process for SQLite and remove useless log 2019-02-14 14:03:53 +01:00
Aurelsicoko
2bf3165985 Bypass SQLite connection check and fix project generation 2019-02-13 18:56:04 +01:00
Aurelsicoko
bc471086ee Allow to kill started app on Windows 2019-02-12 19:34:30 +01:00
Aurélien Georget
4ef0ef76b9 Use shell during generation process 2019-02-12 17:09:07 +01:00
Aurélien Georget
8170d061c3 Fix conflicts 2019-02-12 17:01:36 +01:00
Aurélien Georget
b390190f99 Send errors to tracker 2019-02-06 16:48:15 +01:00
Aurélien Georget
1091b218c2 Add event to identify quickstart issue 2019-02-06 15:59:59 +01:00
Jim LAURIE
9cd1e0fb5a
Fix type form if command line config for tests 2019-02-04 15:51:18 +01:00
Jim LAURIE
1fab158880 Add quickstart mode 2019-02-01 14:56:46 +01:00
Jim LAURIE
fdcecff2e6 Add test and fix model update 2019-01-31 14:05:59 +01:00
Jim LAURIE
3db3b93fdb
Merge branch 'master' into sqlite-support 2019-01-31 11:15:19 +01:00
Jim LAURIE
72183f299b Use shelljs for every exec command 2019-01-28 16:23:47 +01:00
Aurélien Georget
6fa1786e19 Add willCreateProject event 2019-01-28 15:50:13 +01:00
Jim LAURIE
292447a4d2 Fix database prod and staging template 2019-01-27 16:55:55 +01:00
Jim LAURIE
412fcbb298
Merge branch 'master' into sqlite-support 2019-01-24 15:00:19 +01:00
Aurélien Georget
f534340ca2 Add listeners to events 2019-01-18 16:08:15 +01:00
Jim LAURIE
9246c856b3
Fix condition 2019-01-15 11:45:36 +01:00
Jim LAURIE
a11b4842fe
Apply the correct value by db 2019-01-15 11:26:26 +01:00
mohamead
4edd70d549 Fix connection issue with Heroku Postgres 2019-01-11 15:20:20 +01:00
Pierre Burgy
191377173a Fix options error 2019-01-03 22:42:25 +01:00
Pierre Burgy
fddf391e84 Add SQLite support 2018-12-29 21:35:07 +01:00
Jim LAURIE
6de05cbdad Add debug option on strapi new 2018-12-28 16:51:02 +01:00
Jim LAURIE
080fd1721b In dev mode use local connectivity script 2018-12-28 14:59:45 +01:00
Jim LAURIE
a0216e12a4 Remove @alpha from code 2018-10-29 18:34:31 +01:00
Jim LAURIE
d87c9bde33 Remove recommended for mongo database 2018-10-09 14:41:56 +02:00
Alberto Maturano
154fc28a57 Normalize to standar file permissions
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
NickBolles
bedc441e15 Don't call success after catching an error 2018-09-12 22:03:54 -05:00
Jim LAURIE
d843d747dd
Merge branch 'master' into set-default-auth-db 2018-09-04 09:38:43 +02:00
sundaycrafts
2e049da8ca tweak new command message 2018-09-02 03:28:22 +09:00
sundaycrafts
71beb1beba fix the message when generating new app 2018-08-31 19:07:15 +09:00
sundaycrafts
74e47c0e60 add hint to strapi generate new 2018-08-31 10:44:49 +09:00
sundaycrafts
9b02ccfead Revert "improve user experience when generating new app"
This reverts commit 99eb07fecdee9e90b90667e35590a0abbd5577b2.
2018-08-31 10:38:48 +09:00
sundaycrafts
99eb07fecd improve user experience when generating new app 2018-08-31 01:08:45 +09:00
sundaycrafts
b9a9e7a829 tweak to consistent with other code 2018-08-31 00:47:45 +09:00
Jim LAURIE
0ac7c132fc Fix srv 2018-08-27 14:01:56 +02:00
Jim LAURIE
33ad03548f
Merge branch 'master' into new-command-srv-support 2018-08-23 17:20:08 +02:00
sundaycrafts
6d006c4794 "new" command supports mongo +srv prefix uri 2018-08-13 05:43:42 +09:00
Pierre Burgy
0a3b81fef6 Change default database name 2018-08-08 11:50:31 +02:00
Jim LAURIE
db8a47a016 Merge branch 'master' of github.com:strapi/strapi into rename-hook-middleware 2018-07-17 08:53:36 +02:00
Jim LAURIE
74a52e57f1
Merge branch 'master' into add-ssl-auth-db-CLI-options 2018-07-16 12:31:15 +02:00
Jim LAURIE
9bf04f5fef Fix conflict 2018-07-13 15:42:14 +02:00
Vasilis Kortsimelidis
c2d7d8f21d Made new options optional - Merged them to the answers object 2018-07-12 15:50:05 +01:00
Alberto Maturano
beeaa55bd5 Fix temp directory reference for Yarn
Also: fix logic detecting installation with Yarn and fix minor linter
errors.

related #1548 & #1463
2018-07-11 22:44:04 -05:00