astaxie
525d2b0901
support object ref model
2016-08-16 23:32:13 +08:00
astaxie
0e240214ad
generator models
2016-08-13 14:45:12 +08:00
astaxie
743348ae1e
init the maps
2016-08-08 20:48:51 +08:00
astaxie
d9f182c84f
bee support swagger2.0
2016-08-08 16:44:49 +08:00
astaxie
e2cd28d5f5
Merge branch 'develop' of https://github.com/beego/bee into develop
2016-08-02 21:42:21 +08:00
astaxie
4310f5d67f
Merge pull request #236 from amrfaissal/color-logger-feature
...
New tweaks
2016-08-02 09:34:48 +08:00
Faissal Elamraoui
f1787c5beb
Reorganized imports
2016-08-01 17:50:02 +02:00
Faissal Elamraoui
00e358fc03
Added support for multiple paths GOPATH
2016-08-01 11:42:16 +02:00
Faissal Elamraoui
6bf3ea6140
Fixed bug in color writer for Windows
2016-08-01 11:41:25 +02:00
astaxie
adb346811d
Merge branch 'develop' of https://github.com/beego/bee into develop
2016-08-01 14:40:46 +08:00
astaxie
083fa9fd4b
swagger 2
2016-08-01 14:40:43 +08:00
astaxie
4cf209144a
Merge pull request #235 from amrfaissal/new-features
...
New features
2016-08-01 10:04:12 +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
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
Faissal Elamraoui
828b8d8b53
Removed redundant beego project check
2016-07-30 13:42:38 +02:00
Faissal Elamraoui
5bc1c82a2b
Added check for multiple paths in GOPATH (instead of the first path in the list)
2016-07-29 17:45:15 +02:00
Faissal Elamraoui
24955fb044
Fixed merge conflict
2016-07-28 14:19:42 +02:00
Faissal Elamraoui
8eb3d9d392
Merge branch 'develop' into new-features
2016-07-28 13:34:55 +02:00
Faissal Elamraoui
23f03c61b1
Revert "grouped variable declarations"
...
This reverts commit 4f3ed96523
.
2016-07-26 21:07:17 +02:00
Faissal Elamraoui
7254acdb7f
added Makefile
2016-07-26 21:05:32 +02:00
Faissal Elamraoui
4f3ed96523
grouped variable declarations
2016-07-25 21:10:12 +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
Faissal Elamraoui
4be4a20df4
Added ability to run an application either from the appname
...
directory or anywhere in the $GOPATH/src folder. (Fixes #219 )
2016-07-22 17:33:05 +02: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
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
ebb0272bc8
Ignore tmp/backup files while using watcher
...
This fixes #212 and Adds the logic to skip tmp and backup files
generated by Emacs, Vim or SublimeText. More RegExps can be added
to 'ignoredFilesRegExps' slice in watch.go file.
2016-05-31 21:58:24 +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