1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 04:03:27 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Faissal Elamraoui
cf7aef47f0 Implementing the new logging infrastructure
Moved logging to the new logging infrastructure by removing the use of
ColorLog() function. Added more documentation. Also fixed some typos in
comments and function names.
2016-11-13 15:14:48 +01:00
astaxie
88a60a59ae Merge pull request #229 from czm1989/develop
Develop
2016-08-19 01:26:36 +08:00
Faissal Elamraoui
338dfc65ed New tweaks
Added enhanced logging while using bee to scaffold code
Fixed some typos and errors
Added more error handling
Added more docs
2016-07-31 23:30:35 +02:00
Sergey Lanzman
bc963e0070 go lint 2016-07-23 02:05:01 +03:00
chenzhiming
6835c5e551 Merge branch 'master' into develop
fix bug of new err
2016-07-21 10:04:59 +08:00
chenzhiming
acf35e9151 fix bug of newer error 2016-07-20 20:49:09 +08:00
Faissal Elamraoui
b8250ebb72 New Bee banner
Added a new Bee banner using ASCII art. When bee is invoked,
the banner is displayed with the version number (short banner).
A More verbose Banner is added to 'bee version' which shows
more information about the host and Go runtime.
2016-06-01 14:30:29 +02:00
Pelle Johnsen
f385056264 Generate fixes for model and controller
- use int64 for all places handling model id
- use controller code from appcode if a matching model is found
2015-07-16 19:36:02 +02:00
ZhengYang
c487e9d6f7 import logic for model by asta 2014-08-19 17:11:38 +08:00
ZhengYang
98b3d4ee37 do not rely on goimports 2014-08-19 17:00:37 +08:00
astaxie
67c1c05a45 support migrate generate sql 2014-08-18 11:51:57 +08:00
astaxie
cd31fe26ed bee generate scaffold model 2014-08-11 17:01:06 +08:00