Commit Graph

502 Commits

Author SHA1 Message Date
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
Faissal Elamraoui 7662cfe5d9 Tweaked the Bee banner 2016-07-31 23:23:07 +02:00
Faissal Elamraoui ea2376e90d Added ANSI color writer 2016-07-31 23:21:20 +02:00
astaxie 11d8cf9c85 Merge pull request #230 from sergeylanzman/add-setting-vendor-watch
add vendor watch settings
2016-07-24 00:24:41 +08:00
astaxie 164fffe612 Merge pull request #231 from sergeylanzman/go-lint
go lint
2016-07-24 00:02:59 +08:00
astaxie 1e5a7ec9a5 Merge pull request #232 from sergeylanzman/fix-generate-migration
fix generate migration for postgressql
2016-07-24 00:00:50 +08:00
astaxie e0cd0474e3 Merge pull request #233 from sergeylanzman/add-beefile-yml
add Beefile yml
2016-07-23 23:39:42 +08:00
Sergey Lanzman 834f346bff add Beefily yml 2016-07-23 02:37:20 +03:00
Sergey Lanzman 1308ebd940 fix generate migration for postgressql 2016-07-23 02:14:33 +03:00
Sergey Lanzman bc963e0070 go lint 2016-07-23 02:05:01 +03:00
Sergey Lanzman 6192b395d9 add vendor watch settings 2016-07-23 01:24:44 +03:00
astaxie b022ab3277 Merge pull request #223 from saturn4er/patch-1
Some fixes in README.md
2016-07-13 13:50:58 +08:00
astaxie a2408ff652 Merge pull request #222 from sergeylanzman/develop
add Postgresql support generate(migrate,Scaffold..)
2016-07-13 13:50:13 +08:00
Yaroslav 76b6a98c55 Update README.md 2016-07-08 15:17:33 +03:00
Sergey Lanzman d95fe0dd7a Merge branch 'develop' of github.com:sergeylanzman/bee into develop 2016-07-07 15:22:18 +03:00
Sergey Lanzman 5c12764c5f add Postgresql support generate(migrate,Scaffold..) 2016-07-07 15:21:47 +03:00
Sergey Lanzman c9bcadf026 Merge pull request #2 from beego/develop
Develop update
2016-07-07 15:18:05 +03:00
astaxie aef467a1d6 Merge pull request #215 from amrfaissal/feature-bee-banner
New Bee Banner
2016-06-06 09:29:15 +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
Faissal Elamraoui 01e7ff3774 This fixes #201 2016-05-26 18:17:24 +02:00
astaxie ddc5da6a38 Merge pull request #208 from adeploy/master
Fix EnableAdmin error in fix rules
2016-05-20 10:05:37 +08:00
Jacob Bin Wang 6b9bc5debf Fix EnableAdmin error in fix rules
1. "EnableAdmin" should be replaced by "BConfig.Listen.EnableAdmin",
   instead of "BConfig.Listen.AdminEnable"
2016-05-20 09:58:12 +08:00
astaxie 7322451c91 Merge pull request #181 from khaiql/master
Fix cannot migrate database if using Postgres
2016-04-22 10:40:18 +08:00
astaxie 83c0804675 Merge pull request #194 from jtpenny/jtpenny-readme-patch-1
Fixed readme. $PATH was incorrect
2016-04-13 22:26:36 +08:00
Jonathan Penny 7abba4be16 Fixed readme. $PATH was incorrect 2016-04-13 09:25:26 -05:00
astaxie bccfd667c1 Merge branch 'master' into develop 2016-04-05 22:27:20 +08:00
astaxie 658f6c3ee0 Merge pull request #191 from dburakov/issue172
changed required go version [issue 172]
2016-04-03 09:24:44 +08:00
Dmitry Burakov d312a60e4f changed required go version [issue 172] 2016-04-02 21:37:58 +03:00
astaxie 95cc8705c1 Merge pull request #188 from VorT3x/master
Fix misspelling and improve command description
2016-03-28 10:08:02 +08:00
Dmitri Logvinenko e523bf5da4 Fix misspelling and improve command description 2016-03-27 16:42:26 +03:00
astaxie 3b9ede7e3b Merge pull request #179 from liut/master
allow any schema in PostgresDB;
2016-03-14 11:42:28 +08:00
astaxie 8a7256d0ce Merge pull request #180 from sergeylanzman/master
optimisation disable GC for go build , go list, go install
2016-03-12 20:56:48 +08:00
Sergey Lanzman 7210ac621d optimisation disable GC for go build , go list, go install
+20% speed on large projects
2016-03-12 14:05:15 +02:00
Liut 6481a96ca4 allow any schema in PostgresDB;
如果选择 PostgreSQL,允许定制的 schema;
2016-03-11 23:39:17 +08:00
astaxie 76eb064e69 Merge pull request #128 from itcbx/patch-1
修改生成文档时,@Success 第三个参数解析错误的问题
2016-03-03 10:00:56 +08:00
astaxie 64b97f53b4 Merge pull request #168 from youngsterxyf/develop
fix #1663
2016-03-03 09:59:01 +08:00
Scott Le 1767458b66 fix cannot migrate with Postgres 2016-03-01 10:08:04 +07:00
astaxie efafb652fd Merge pull request #173 from MachineShop-IOT/master
Support go build tags (issue #149)
2016-02-17 13:40:44 +08:00
Mark Mindenhall 19b8add1c5 Support go build tags (issue #149) 2016-02-10 12:39:02 -07:00
youngsterxyf 060b452ac0 fix #1663 2016-02-05 08:32:45 +08:00
astaxie 1566ca7da1 add beego version and bee version and travis 2016-01-25 21:49:49 +08:00
astaxie 0dbe35a943 go vet happy 2016-01-25 21:43:29 +08:00
astaxie 460aa32b7e fix #164 #165 2016-01-25 21:05:08 +08:00
astaxie 46a9c4a390 update fix 2016-01-18 11:33:52 +08:00
astaxie 08ff1c91ef fix the beego version 2016-01-18 10:27:17 +08:00
astaxie 4bc70441d2 change version from 1.3 to 1.4 2016-01-15 23:43:37 +08:00
astaxie 0acdf2e816 fix the rename in beego 2016-01-15 14:45:56 +08:00
astaxie eb99d12c83 Merge pull request #161 from JessonChan/develop
typo fixed
2016-01-15 14:39:40 +08:00
JessonChan 19c9f8923f typo fixed
52083de720

https://github.com/astaxie/beego/pull/1567
2016-01-15 14:30:17 +08:00
astaxie 8eefbdc844 Merge branch 'develop' of https://github.com/beego/bee into develop 2016-01-13 16:41:03 +08:00