Commit Graph

46 Commits

Author SHA1 Message Date
Josiah Dahl
c5218a1fd8 Merge branch 'master' into laravel-routes 2017-08-08 14:10:20 -07:00
Josiah Dahl
a2cb5e4437 Add database creation for testing 2017-08-07 12:23:08 -07:00
Josiah Dahl
9a82b80cb1 fix test bug 2017-08-07 12:12:39 -07:00
Josiah Dahl
56f0d9c0a9 Ensure commands work and tests pass 2017-08-07 11:51:53 -07:00
Josiah Dahl
a951151697 Finalize testing 2017-08-07 11:02:36 -07:00
Josiah Dahl
5e2c21855e Tests are failing only for the new route options 2017-08-06 23:06:04 -07:00
Josiah Dahl
a2cf22d426 Added Laravel Routes
- New template
- Command updates
2017-08-06 20:54:39 -07:00
Josiah Dahl
6e00a91eea Fixed string padding 2017-08-06 15:56:01 -07:00
Josiah Dahl
afa5bf1f0c Pad the model index to 3 characters 2017-08-06 09:44:50 -07:00
Josiah Dahl
434e7f6b2c Testing Resources Command
Finialized testing the changes to the resources command.
2017-08-06 09:36:57 -07:00
Stéphane
7d42825426
rollback: remove path (I just understood that it was only for the model...) 2017-05-07 21:58:49 +02:00
Stéphane
cc39d720c4
fix: rules not support space
replace space by comma (i think the bug is same for #33)
2017-05-07 21:27:58 +02:00
Stéphane
5662a5d4bb
fix: add path if option is passed 2017-05-07 20:00:32 +02:00
Amine Ben hammou
5cf6f6ed9c Model softDeletes trait fixed 2017-02-04 21:55:44 +00:00
Amine Ben hammou
8e57d36894 bug fixed: soft deletes missing in the model 2017-01-28 14:35:11 +00:00
Amine Ben hammou
057199cb8b fixed the duplicate column for the foriegn key bug 2017-01-20 19:01:25 +00:00
Amine Ben hammou
de26849f18 editorconfig added 2017-01-18 19:36:03 +00:00
Amine Ben hammou
cfe5b2f69b updating wn:resources to follow changes on wn:resource 2017-01-18 18:21:40 +00:00
Amine Ben hammou
482cc3f8c4 preparing release 1.3.0 2017-01-18 15:55:18 +00:00
Amine Ben hammou
55fcf27362 add support for lumen 5.3.x 2017-01-18 14:18:58 +00:00
Amine Ben hammou
a9c12e9fa0 - Tests fixed.
- Bug fixed: [Undefined index: factory](https://github.com/webNeat/lumen-generators/issues/14)
- Feature added: [Check if file already exists before generating it](https://github.com/webNeat/lumen-generators/issues/11)
- Feature added: [Support for additional columns like nullableTimestamps() and softDeletes() in migrations](https://github.com/webNeat/lumen-generators/issues/12)
- Feature added: [Specifying namespace for `wn:resource` and `wn:resources`](https://github.com/webNeat/lumen-generators/issues/18)
2017-01-12 16:50:02 +01:00
Amine Ben hammou
17bc595db9 Fixing the failing build 2016-12-29 20:06:29 +01:00
Amine Ben hammou
c0daa0c97b wn:resource: foreign keys are added automatically to model, migration and factory 2016-02-25 22:47:13 +01:00
Amine Ben hammou
3eae8983c9 pivot seeder called from wn:resources 2016-02-23 20:57:23 +01:00
Amine Ben hammou
b6d47df699 pivot table seeder generator added and tested 2016-02-22 00:38:41 +01:00
Amine Ben hammou
5f8f2f2888 untracking lumen-test files 2016-02-21 22:11:01 +01:00
Amine Ben hammou
5605377f86 Seeder generator added 2016-02-19 23:31:29 +01:00
Amine Ben hammou
8af58ea50a Factory generator activated 2016-02-19 21:17:03 +01:00
Amine Ben hammou
a33ffc7742 factory command will be added on the next release 2015-12-05 21:03:15 +01:00
Amine Ben hammou
b743670470 wn:resources not generating pivot tables bug fixed 2015-12-05 20:40:55 +01:00
Amine Ben hammou
9b1c38b58d model factory generator added 2015-10-21 00:34:10 +02:00
Amine Ben hammou
ce54fe6d5a migration file name bug fixed 2015-10-07 17:37:17 +01:00
Amine Ben hammou
4b66c5af88 wn:pivot-table command added 2015-10-06 22:41:40 +01:00
Amine Ben hammou
1b2f524683 added documentation 2015-10-02 03:17:32 +01:00
Amine Ben hammou
0b4f299142 wn:resource command added 2015-09-27 05:48:03 +01:00
Amine Ben hammou
b0e163eb09 wn:migration command improuved 2015-09-26 22:43:06 +01:00
Amine Ben hammou
3fb6c053a9 wn:migration command added 2015-09-26 02:43:35 +01:00
Amine Ben hammou
df6abe636c wn:route command added and wn:controller command modified 2015-09-26 00:57:27 +01:00
Amine Ben hammou
6528a95f74 wn:controller command added 2015-09-24 03:04:44 +01:00
Amine Ben hammou
db0f6e8033 wn:controller:rest-actions command added 2015-09-24 01:25:55 +01:00
Amine Ben hammou
96b1866e35 wn:model command done 2015-09-23 15:53:55 +01:00
Amine Ben hammou
4a60029604 bug fixes 2015-09-23 05:38:56 +01:00
Amine Ben hammou
04ce3077cd added --has-many option to model command 2015-09-23 04:58:39 +01:00
Amine Ben hammou
558ebd5f0a Added testing lumen application 2015-09-23 03:22:02 +01:00
Amine Ben hammou
bde59982cd some bug fixes 2015-09-23 02:39:13 +01:00
Amine Ben hammou
09071f4b53 Starting ModelCommand 2015-09-23 01:49:46 +01:00