Commit Graph

  • f1debe575e
    Package name update master 1.3.5 Arthur 2020-04-06 20:12:04 +03:00
  • 2efa3595a5
    Update README.md Arthur 2020-04-06 20:10:23 +03:00
  • c46846d978
    Update dependencies Arthur 2020-04-06 20:06:58 +03:00
  • 8d804e09eb
    Merge pull request #50 from davidporos92/hotfix/migration-generator Amine Ben hammou 2018-06-09 05:30:26 +00:00
  • a6008f4a40 Merge pull request #48 from AfzalH/master Amine Ben hammou 2017-10-23 00:12:29 +02:00
  • 86493ab228 delete old migration file Pörös Dávid 2017-10-21 01:19:28 +02:00
  • 50c3e78483 Better control over not_found and no_content response Afzal Hossain 2017-10-20 19:04:20 +06:00
  • ee03649641 Single quote around model to avoid IDE warning Afzal Hossain 2017-10-20 19:02:37 +06:00
  • 8ee7bbe6b7 $app->get() no longer works. Replaced. Afzal Hossain 2017-10-20 19:01:22 +06:00
  • 73e470ec15 Merge pull request #40 from josiahdahl/laravel-routes Amine Ben hammou 2017-08-09 00:57:18 +02:00
  • c5218a1fd8 Merge branch 'master' into laravel-routes Josiah Dahl 2017-08-08 14:10:20 -07:00
  • 014c617cc5 Merge pull request #39 from josiahdahl/sequential-model-filenames Amine Ben hammou 2017-08-08 21:52:03 +02:00
  • 8b6e2db315 Added database for testing Josiah Dahl 2017-08-07 12:28:22 -07:00
  • a2cb5e4437 Add database creation for testing Josiah Dahl 2017-08-07 12:23:08 -07:00
  • 9a82b80cb1 fix test bug Josiah Dahl 2017-08-07 12:12:39 -07:00
  • 56f0d9c0a9 Ensure commands work and tests pass Josiah Dahl 2017-08-07 11:51:53 -07:00
  • 573d55c9b2 updated README Josiah Dahl 2017-08-07 11:51:43 -07:00
  • a951151697 Finalize testing Josiah Dahl 2017-08-07 11:02:36 -07:00
  • 5e2c21855e Tests are failing only for the new route options Josiah Dahl 2017-08-06 23:06:04 -07:00
  • 2817f3591b Add resources data Josiah Dahl 2017-08-06 23:01:36 -07:00
  • a2cf22d426 Added Laravel Routes Josiah Dahl 2017-08-06 16:45:16 -07:00
  • 6e00a91eea Fixed string padding Josiah Dahl 2017-08-06 15:56:01 -07:00
  • afa5bf1f0c Pad the model index to 3 characters Josiah Dahl 2017-08-06 09:44:50 -07:00
  • 982dee15fc Possible codeception updates Josiah Dahl 2017-08-06 09:37:25 -07:00
  • 434e7f6b2c Testing Resources Command Josiah Dahl 2017-08-05 13:12:46 -07:00
  • dafa7f2f22 Release 1.3.3 1.3.4 Amine Ben hammou 2017-05-08 02:22:45 +02:00
  • 874e793594 Merge pull request #36 from StephaneBour/master Amine Ben hammou 2017-05-08 02:15:09 +02:00
  • 7d42825426
    rollback: remove path (I just understood that it was only for the model...) Stéphane 2017-05-07 21:58:49 +02:00
  • 7f1b5407ee
    chore: composer update Stéphane 2017-05-07 21:28:18 +02:00
  • cc39d720c4
    fix: rules not support space Stéphane 2017-05-07 21:27:58 +02:00
  • 9ab561df2f
    fix: change version of codeception Stéphane 2017-05-07 20:24:40 +02:00
  • 5662a5d4bb
    fix: add path if option is passed Stéphane 2017-05-07 20:00:32 +02:00
  • b22b59ab5d
    perf: detect if codecept exist Stéphane 2017-05-07 19:40:18 +02:00
  • 5cf6f6ed9c Model softDeletes trait fixed 1.3.3 Amine Ben hammou 2017-02-04 21:55:44 +00:00
  • 8e57d36894 bug fixed: soft deletes missing in the model 1.3.2 Amine Ben hammou 2017-01-28 14:35:11 +00:00
  • 5ad49aa58a release 1.3.1 1.3.1 Amine Ben hammou 2017-01-20 19:20:55 +00:00
  • 057199cb8b fixed the duplicate column for the foriegn key bug Amine Ben hammou 2017-01-20 18:56:57 +00:00
  • 27dc508bca code quality tools added 1.3.0 Amine Ben hammou 2017-01-18 19:39:53 +00:00
  • de26849f18 editorconfig added Amine Ben hammou 2017-01-18 19:36:03 +00:00
  • 9ba5b5f7fe updates README Amine Ben hammou 2017-01-18 18:40:11 +00:00
  • cfe5b2f69b updating wn:resources to follow changes on wn:resource Amine Ben hammou 2017-01-18 18:21:40 +00:00
  • 482cc3f8c4 preparing release 1.3.0 Amine Ben hammou 2017-01-18 15:55:18 +00:00
  • 55fcf27362 add support for lumen 5.3.x Amine Ben hammou 2017-01-18 14:18:58 +00:00
  • 93856362b7 refering the package locally from lumen-test Amine Ben hammou 2017-01-18 13:33:35 +00:00
  • 6e7d3fbf95 Merge pull request #19 from webNeat/bugfixes 1.2.0 Amine Ben hammou 2017-01-12 17:02:38 +01:00
  • 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) Amine Ben hammou 2017-01-12 10:31:31 +01:00
  • 17bc595db9 Fixing the failing build Amine Ben hammou 2016-12-29 16:35:34 +01:00
  • 942b8fefb4 Change tab to space Using PSR-2 standard. Hernawan Fa'iz Abdillah 2016-03-30 14:42:16 +07:00
  • b2510a01e4 Fix to PSR-2 style Hernawan Fa'iz Abdillah 2016-03-30 14:28:44 +07:00
  • c0daa0c97b wn:resource: foreign keys are added automatically to model, migration and factory Amine Ben hammou 2016-02-25 22:47:13 +01:00
  • 3eae8983c9 pivot seeder called from wn:resources Amine Ben hammou 2016-02-23 20:57:23 +01:00
  • 6094a546fc adding missing app folder Amine Ben hammou 2016-02-23 20:33:29 +01:00
  • 024b2e33d0 added missing env file abenhammou 2016-02-22 12:12:16 +01:00
  • 33d7a151ae added missing database folder abenhammou 2016-02-22 11:55:12 +01:00
  • b6d47df699 pivot table seeder generator added and tested Amine Ben hammou 2016-02-22 00:38:41 +01:00
  • 5f8f2f2888 untracking lumen-test files Amine Ben hammou 2016-02-21 22:11:01 +01:00
  • d149e7532e fix seeder generator test Amine Ben hammou 2016-02-20 00:04:30 +01:00
  • 5605377f86 Seeder generator added Amine Ben hammou 2016-02-19 23:31:29 +01:00
  • 8af58ea50a Factory generator activated Amine Ben hammou 2016-02-19 21:17:03 +01:00
  • a52c059050 fixing a bug 1.1.1 Amine Ben hammou 2015-12-05 21:42:19 +01:00
  • a33ffc7742 factory command will be added on the next release Amine Ben hammou 2015-12-05 21:03:15 +01:00
  • 7be47337d8 README updated Amine Ben hammou 2015-12-05 20:53:35 +01:00
  • b743670470 wn:resources not generating pivot tables bug fixed Amine Ben hammou 2015-12-05 20:40:55 +01:00
  • 714d11efd8 Merge branch 'master' of github.com:webNeat/lumen-rest-generators Amine Ben hammou 2015-10-21 00:34:43 +02:00
  • 9b1c38b58d model factory generator added Amine Ben hammou 2015-10-21 00:34:10 +02:00
  • 473e51f8d4 Added License Amine Ben hammou 2015-10-18 21:11:28 +02:00
  • 34d8828e5f Merge pull request #3 from AsafMah/patch-1 Amine Ben hammou 2015-10-08 14:18:48 +01:00
  • f954b5481e Standardize response codes. AsafMah 2015-10-08 14:34:06 +03:00
  • 381c16c833 no env file for the lumen-test 1.1.0 Amine Ben hammou 2015-10-07 18:11:57 +01:00
  • 65b5c37fcc Tests modified to follow changes Amine Ben hammou 2015-10-07 17:49:26 +01:00
  • 7e54264c63 typo on README corrected Amine Ben hammou 2015-10-07 17:40:33 +01:00
  • ce54fe6d5a migration file name bug fixed Amine Ben hammou 2015-10-07 17:37:17 +01:00
  • 4b66c5af88 wn:pivot-table command added Amine Ben hammou 2015-10-06 22:41:40 +01:00
  • 383cf6fd06 Added testing notes to README Amine Ben hammou 2015-10-02 23:56:21 +01:00
  • 214d1a440b Formatting documentation 1.0.0 Amine Ben hammou 2015-10-02 03:26:42 +01:00
  • 1b2f524683 added documentation Amine Ben hammou 2015-10-02 03:17:32 +01:00
  • 0b4f299142 wn:resource command added Amine Ben hammou 2015-09-27 05:48:03 +01:00
  • b0e163eb09 wn:migration command improuved Amine Ben hammou 2015-09-26 22:43:06 +01:00
  • 3fb6c053a9 wn:migration command added Amine Ben hammou 2015-09-26 02:43:35 +01:00
  • df6abe636c wn:route command added and wn:controller command modified Amine Ben hammou 2015-09-26 00:57:27 +01:00
  • 6528a95f74 wn:controller command added Amine Ben hammou 2015-09-24 03:04:44 +01:00
  • dc3351a8a6 required php version changed to 5.5 Amine Ben hammou 2015-09-24 02:23:21 +01:00
  • 092ee7bb30 TravisCI fixed Amine Ben hammou 2015-09-24 02:20:04 +01:00
  • ed29c38049 TravisCI fixed Amine Ben hammou 2015-09-24 02:18:35 +01:00
  • 101dcb8f3d TravisCI fixed Amine Ben hammou 2015-09-24 02:14:47 +01:00
  • a98ee11875 TravisCI added Amine Ben hammou 2015-09-24 02:05:33 +01:00
  • 4e6b3999c2 TravisCI added Amine Ben hammou 2015-09-24 02:03:29 +01:00
  • db0f6e8033 wn:controller:rest-actions command added Amine Ben hammou 2015-09-24 01:25:55 +01:00
  • 96b1866e35 wn:model command done Amine Ben hammou 2015-09-23 15:53:55 +01:00
  • 4a60029604 bug fixes Amine Ben hammou 2015-09-23 05:38:56 +01:00
  • 04ce3077cd added --has-many option to model command Amine Ben hammou 2015-09-23 04:58:39 +01:00
  • 558ebd5f0a Added testing lumen application Amine Ben hammou 2015-09-23 03:22:02 +01:00
  • bde59982cd some bug fixes Amine Ben hammou 2015-09-23 02:39:13 +01:00
  • eaeb987dd8 under construction Amine Ben hammou 2015-09-23 02:08:49 +01:00
  • 59a89e7923 changing the name Amine Ben hammou 2015-09-23 01:54:59 +01:00
  • 09071f4b53 Starting ModelCommand Amine Ben hammou 2015-09-23 01:49:46 +01:00
  • e41e7a97f3 Initial commit Amine Ben hammou 2015-09-20 16:34:38 +01:00