1
0
mirror of https://github.com/beego/bee.git synced 2024-05-31 22:53:28 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
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