weiyang
74c9b520de
Fix typeAnalyser
...
- replace 'f.Type' with 'star.X' if 'f.Type.(*ast.StarExpr)'
- set 'isSlice' to true if 'arr.Elt' is basic type
Signed-off-by: weiyang <weiyang.ones@gmail.com>
2016-10-19 14:02:08 +08:00
astaxie
f7d2e04e07
change to 1.5.2
v1.5.2
2016-09-22 23:12:55 +08:00
astaxie
b368f2b16a
Merge branch 'master' into develop
2016-09-22 23:12:06 +08:00
astaxie
29c9e1bab7
fix the map type generate
2016-09-22 23:04:58 +08:00
astaxie
205428abce
fix the licence issue
2016-09-22 22:26:39 +08:00
astaxie
9e856ecb33
Merge pull request #284 from filiphaftek/master
...
Fix incorrect generation of postgres table id type
2016-09-18 09:07:37 +08:00
Filip
465115c28e
Fix incorrect generation of postgres table id type
2016-09-17 21:54:00 +02:00
astaxie
8191997cbf
Merge pull request #282 from oter/develop
...
Fix .exe postfix issue on Windows platform.
2016-09-16 10:47:51 +08:00
OTER
b282761292
Fix .exe postfix issue on Windows platform.
2016-09-15 22:40:03 +03:00
astaxie
77f3b13fc3
Merge pull request #281 from sergeylanzman/develop
...
Improve swagger
2016-09-15 08:57:24 +08:00
Sergey Lanzman
1b75ccb9fe
Improve swagger (Main params,yaml
2016-09-15 00:09:54 +03:00
Sergey Lanzman
6189e101c9
Merge pull request #4 from beego/develop
...
Develop update
2016-09-14 22:59:52 +03:00
astaxie
e296e96e70
Merge pull request #276 from ZetaChow/develop
...
Develop
2016-09-09 15:52:22 +08:00
ZetaChow
0d0bea81bf
去掉offset(int64)赋0值,去掉query (map[...]...)定义,以符合Lint
2016-09-09 15:38:44 +08:00
ZetaChow
411aa43080
修改PUT和Get One 错误的注释
2016-09-09 15:27:36 +08:00
ZetaChow
ad34b7be2a
修改函数注释,以符合Lint规范
2016-09-09 15:20:59 +08:00
astaxie
6f5df78d45
Merge pull request #271 from CodyGuo/master
...
Fix to issue #270
2016-09-07 13:43:33 +08:00
CodyGuo
ed67ef47e6
Fix to issue #270
2016-09-04 20:45:11 +08:00
CodyGuo
f6a219fb3a
Fix to issue #270
2016-09-04 13:53:45 +08:00
astaxie
f453885864
update to 1.5.1
2016-08-30 00:18:17 +08:00
astaxie
eb64d25e4a
Merge pull request #264 from beego/master
...
Develop update
2016-08-30 00:15:44 +08:00
astaxie
3d7a532567
Merge pull request #263 from sergeylanzman/swagger-add-embedded-struct
...
Swagger add embedded struct
2016-08-29 22:09:11 +08:00
Sergey Lanzman
004778c662
swagger add embedded struct
2016-08-29 11:04:47 +02:00
Sergey Lanzman
abb3443c01
Merge pull request #3 from beego/develop
...
Develop update
2016-08-29 10:56:12 +02:00
astaxie
cff303a528
Merge pull request #261 from ihippik/patch-2
...
Separate "Description" with "Summary" params
v1.5.0
2016-08-27 13:08:31 +08:00
Konstantin
7e60509231
Separate and add @Description with @Summary params
...
@Description -> is "descriptions" in swagger
@Summary -> is "summary" in swagger
this different options.
2016-08-25 19:32:39 +03:00
astaxie
28f6abc3a0
merge master
2016-08-24 11:07:57 +08:00
astaxie
f813e990c0
hotfix: schema init
2016-08-24 10:54:54 +08:00
astaxie
a58931fd82
Merge pull request #253 from amrfaissal/readme-v1.5.0
...
Updated README.md
2016-08-23 01:16:41 +08:00
Faissal Elamraoui
98f4ff83c1
docs: Updated README.md
...
The README.md is updated to include the latest changes in bee and
Beego. New submission guidelines are added to organize contributions
to the project.
2016-08-22 18:29:11 +02:00
astaxie
a985ff0a06
Merge pull request #252 from tnextday/develop
...
add todo
2016-08-22 19:31:49 +08:00
tnextday
07ca4481b0
add todo
2016-08-22 16:11:06 +08:00
astaxie
eed820ab62
Merge pull request #251 from kyawmyintthein/master
...
Add runmode flag on bee run command to set BEEGO_RUNMODE
2016-08-22 15:53:57 +08:00
astaxie
73c3b3beaa
Merge pull request #249 from tnextday/develop
...
Add array type support in comment param
2016-08-22 11:47:44 +08:00
Kyaw Myint Thein
368b69b73f
update readme file for bee run
2016-08-21 10:56:28 +08:00
Kyaw Myint Thein
c9d5fbfe64
add runmode flag on bee run to set BEEGO_RUNMODE env
2016-08-21 10:55:10 +08:00
tnextday
c3ff72ae77
Add support for query param array format.
...
exmple:
// @Param app query []string true support multipil app params
Update support for responses object format.
exmple:
// @Success 200 success
// @Success 200 {object} int64 success count
// @Success 200 {object} []int64 success ids
// @Success 200 {array} int64 success ids
2016-08-20 15:12:15 +08:00
tnextday
df9f5a77da
Merge commit '5309c72ef751bd4edb45d1702996eb279033b281' into develop
2016-08-20 11:18:46 +08:00
tnextday
ca2f60c72d
add array type support in comment param
2016-08-20 11:17:30 +08:00
astaxie
5309c72ef7
support success response array objects
2016-08-20 00:14:39 +08:00
astaxie
b5bf9d07c3
unzip to swagger while not swagger-2
2016-08-19 23:45:18 +08:00
astaxie
8bda698fce
Merge branch 'master' into develop
2016-08-19 23:33:13 +08:00
astaxie
31eaaa14e7
fix: if current path is in GOPATH, create api in current path
2016-08-19 23:31:52 +08:00
astaxie
6ccd0e7d9f
remove bee api default docs
2016-08-19 23:31:25 +08:00
astaxie
465b78f869
Merge branch 'master' into develop
2016-08-19 23:00:42 +08:00
astaxie
340859ea10
remove docs package
2016-08-19 23:00:08 +08:00
astaxie
84131cd77b
Merge branch 'master' into develop
2016-08-19 22:49:03 +08:00
astaxie
cad9b71bbf
hotfix: fix the generate from conn.
2016-08-19 22:48:21 +08:00
astaxie
31aba09751
Merge pull request #234 from sergeylanzman/refactor-migration-generate
...
refactor generate migration
2016-08-19 22:14:31 +08:00
Sergey Lanzman
3627eb2ddc
refactor generate migration
2016-08-18 21:19:01 +03:00