Brian Lauber
2c206a8fec
Fix: Knex CLI calls process.chdir() before opening Knexfile ( #3661 )
2020-02-13 08:58:33 +01:00
Brian Lauber
947273e24a
Improve Support for Liftoff's Preloaders ( #3613 )
2020-02-08 17:23:44 +01:00
Mr D
65086025c0
#3751 : Esm interop flag ( #3616 )
2020-01-14 21:01:31 +01:00
Igor Savin
1c65562440
Prepare 0.20.0 release
2019-10-25 20:17:26 +02:00
Lorefnon
b0c0db601a
Fix some issues around seed and migration generation ( #3479 )
2019-10-13 13:19:53 +02:00
Bohdan Shulha
c6481e8c97
fix: Respect the knexfile stub option while generating a migration ( #3337 )
2019-07-10 21:45:47 +02:00
Vamp
2b6333249a
CLI: add --stub option to migration:make ( #3316 )
2019-07-04 22:08:01 +02:00
Igor Savin
04b12f234b
Use extension from knexfile for generating migrations unless overriden ( #3282 )
2019-06-14 08:44:02 +02:00
Valentin Agachi
2430ae0c54
Add verbose option to CLI commands ( #2887 )
2018-12-30 17:11:57 +01:00
Igor Savin
9daf7f3d09
Display name of a failed seed ( #2973 )
2018-12-27 18:20:13 +01:00
Igor Savin
02e327c51d
Resolve migrations and seeds relatively to knexfile directory ( #2959 )
2018-12-17 14:51:35 +02:00
Igor Savin
ac6423f3b3
Fix support for default knexfile in working dir ( #2941 )
...
* Fix support for default knexfile in working dir
* Bump version
* Remove incorrect comment
2018-12-05 09:30:55 +02:00
Igor Savin
8dc0a716f9
Fix CWD parameter support for CLI ( #2935 )
...
* Fix cwd support for knex-cli. Add test
* Remove redundant code
* Remove commented out code
2018-12-03 23:14:34 +01:00
Igor Savin
461868b614
Fix knexfile resolution. Add missing test ( #2923 )
...
* Fix knexfile resolution. Add missing test
* Try fixing Jake test execution
* Avoid having non-test files in jake folder
* Fix test compatibility with Node 6
* Fix the fix
2018-11-22 10:19:06 +01:00