1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 19:33:28 +00:00
Commit Graph

17 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
Filip
465115c28e Fix incorrect generation of postgres table id type 2016-09-17 21:54:00 +02:00
Sergey Lanzman
3627eb2ddc refactor generate migration 2016-08-18 21:19:01 +03: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
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
Steeve Chailloux
d3153578ca update migration.Sql to migration.SQL to match beego develop 2015-11-09 20:09:26 -06: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
ZhengYang
5b22b195cb update migration template 2014-08-12 16:06:04 +08:00
ZhengYang
6f4c1b3a89 basic workflow 2014-08-11 17:23:52 +08:00
ZhengYang
3d2a066a16 minor console message changes and migration file path changes 2014-08-11 10:36:20 +08:00
astaxie
375eb44479 bee support create controllers 2014-08-09 01:37:55 +08:00
ZhengYang
cbe5fc1d21 change name of generated struct 2014-08-07 15:29:45 +08:00
ZhengYang
af9780691c generated source format change 2014-08-07 14:39:38 +08:00
ZhengYang
2556579ad0 generate migration file 2014-08-07 13:52:28 +08:00
ZhengYang
31b481d96a basic structure for generate migration files 2014-08-07 10:47:06 +08:00