Commit Graph

25 Commits

Author SHA1 Message Date
astaxie 25fccbdf91 ask whether overwrite the file 2014-08-09 11:14:00 +08:00
astaxie 41dbb385e7 fix the controller comments 2014-08-07 17:57:07 +08:00
astaxie 4ddff5264b update the comments 2014-08-07 17:52:57 +08:00
astaxie 8aa92c0bd0 delete the router template unused router 2014-08-07 17:48:11 +08:00
ZhengYang 6f8cff2acc generate models for specified tables 2014-08-07 16:39:28 +08:00
ZhengYang f879d728c8 refactor reflection template for models 2014-08-06 10:49:26 +08:00
ZhengYang 6a7428b3aa when field list is empty, no need to reflect 2014-08-06 10:26:54 +08:00
ZhengYang b057b16a80 trim unused fields in result json 2014-08-05 17:49:36 +08:00
ZhengYang d02a552a59 fix doc format bug, use only 1 tab in between fields 2014-08-05 16:13:40 +08:00
ZhengYang 06f2e2cca9 allow dot notation in query field 2014-08-05 15:27:05 +08:00
ZhengYang 337bd38b73 minor cosmetic changes 2014-08-05 15:04:51 +08:00
ZhengYang 932e73a9a2 added doc for GetAll template 2014-08-05 14:53:27 +08:00
ZhengYang 7fa01c437c addAll now supports: filter(query), fields, sortby, order, limit, offset 2014-08-05 14:31:19 +08:00
ZhengYang 7a4d5f2798 do not exit while encouter a file that's already exist 2014-08-04 16:33:39 +08:00
ZhengYang fc62745b4f remove defer close file 2014-08-04 16:08:46 +08:00
ZhengYang 39e7ce462d added get all for models and controllers 2014-08-04 15:46:46 +08:00
ZhengYang 233613eb16 fix hard coding in router.go pkg import 2014-08-04 13:54:37 +08:00
ZhengYang f20b75c370 uncomment example router namespace: object & user 2014-08-01 18:56:17 +08:00
ZhengYang 2f6b7fe0a1 added error message if generated file exists 2014-08-01 18:48:49 +08:00
ZhengYang a161ff4755 rename function name for clarity 2014-08-01 18:38:32 +08:00
ZhengYang 4aa8bf8430 add header 2014-08-01 18:35:28 +08:00
ZhengYang dd8754b848 change of file open options:os.O_CREATE|os.O_EXCL|os.O_RDWR 2014-08-01 18:29:27 +08:00
ZhengYang 30564d388a adding log information to show prograss 2014-08-01 18:07:38 +08:00
ZhengYang 348bc3edcb do not remove folders 2014-08-01 17:42:04 +08:00
ZhengYang 1d6736ab63 rename mvc to models to improve clarity 2014-08-01 16:06:10 +08:00