Commit Graph

69 Commits

Author SHA1 Message Date
Stéphane
7f1b5407ee
chore: composer update 2017-05-07 21:28:18 +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
9ab561df2f
fix: change version of codeception 2017-05-07 20:24:40 +02:00
Stéphane
5662a5d4bb
fix: add path if option is passed 2017-05-07 20:00:32 +02:00
Stéphane
b22b59ab5d
perf: detect if codecept exist 2017-05-07 19:40:18 +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
5ad49aa58a release 1.3.1 2017-01-20 19:20:55 +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
27dc508bca code quality tools added 2017-01-18 19:45:27 +00:00
Amine Ben hammou
de26849f18 editorconfig added 2017-01-18 19:36:03 +00:00
Amine Ben hammou
9ba5b5f7fe updates README 2017-01-18 18:40:11 +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
93856362b7 refering the package locally from lumen-test 2017-01-18 13:33:35 +00:00
Amine Ben hammou
6e7d3fbf95 Merge pull request #19 from webNeat/bugfixes
Preparing Version 1.2.0
2017-01-12 17:02:38 +01: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
Hernawan Fa'iz Abdillah
942b8fefb4 Change tab to space
Using PSR-2 standard.
2016-03-30 14:42:16 +07:00
Hernawan Fa'iz Abdillah
b2510a01e4 Fix to PSR-2 style 2016-03-30 14:28:44 +07: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
6094a546fc adding missing app folder 2016-02-23 20:34:04 +01:00
abenhammou
024b2e33d0 added missing env file 2016-02-22 12:12:16 +01:00
abenhammou
33d7a151ae added missing database folder 2016-02-22 11:55:12 +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
d149e7532e fix seeder generator test 2016-02-20 00:04:30 +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
a52c059050 fixing a bug 2015-12-05 21:42:19 +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
7be47337d8 README updated 2015-12-05 20:53:35 +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
714d11efd8 Merge branch 'master' of github.com:webNeat/lumen-rest-generators 2015-10-21 00:34:43 +02:00
Amine Ben hammou
9b1c38b58d model factory generator added 2015-10-21 00:34:10 +02:00
Amine Ben hammou
473e51f8d4 Added License 2015-10-18 21:11:28 +02:00
Amine Ben hammou
34d8828e5f Merge pull request #3 from AsafMah/patch-1
Standardize response codes.
2015-10-08 14:18:48 +01:00
AsafMah
f954b5481e Standardize response codes.
Lumen already has built in response codes, using them will make the code less error prone.
2015-10-08 14:34:06 +03:00
Amine Ben hammou
381c16c833 no env file for the lumen-test 2015-10-07 18:11:57 +01:00
Amine Ben hammou
65b5c37fcc Tests modified to follow changes 2015-10-07 17:49:26 +01:00
Amine Ben hammou
7e54264c63 typo on README corrected 2015-10-07 17:40:33 +01: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
383cf6fd06 Added testing notes to README 2015-10-02 23:56:21 +01:00
Amine Ben hammou
214d1a440b Formatting documentation 2015-10-02 03:26:42 +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