Commit Graph

791 Commits

Author SHA1 Message Date
sunqida cb064f68b7 兼容query中的日期、时间参数。如:query=xxTime.lt:2016-01-01T23:22:21+08:00 2016-08-18 23:25:20 +08:00
astaxie 25561408dc Merge branch 'master' into develop 2016-08-18 23:21:26 +08:00
astaxie d54ba3291b Merge pull request #244 from qida/develop
兼容query中的日期、时间参数。
2016-08-18 23:18:37 +08:00
astaxie 18d4adcb44 Merge pull request #242 from ihippik/patch-1
Update g_docs.go
2016-08-18 23:15:36 +08:00
sunqida 424976201a 兼容query中的日期、时间参数。如:query=xxTime.lt:2016-01-01T23:22:21+08:00 2016-08-18 22:46:26 +08:00
tnextday 1e247452ff update swagger 2016-08-18 22:29:38 +08:00
sunqida 4edf273341 兼容query中的日期、时间参数。如:query=xxTime.lt:2016-01-01T23:22:21+08:00 2016-08-18 22:28:01 +08:00
tnextday 3ccffe087e update swagger array items define 2016-08-18 21:30:57 +08:00
tnextday 2f85185bcc Print warnning only if param location is wrong 2016-08-18 21:03:27 +08:00
tnextday 07df26c7b6 add param location checker in generate gocs 2016-08-18 18:21:23 +08:00
Konstantin c08afc129e Update g_docs.go
Only you pass the model name, but do not pass the location.
Although getModel() function again trying to split ( strs := strings.Split(str, ".") ) the parameter to the location and name.
2016-08-18 12:58:36 +03:00
tnextday 985c18a314 go format 2016-08-18 17:40:59 +08:00
tnextday ac1bf161fc generate gocs support go buildin type in comment param 2016-08-18 17:38:26 +08:00
astaxie 11571b4af2 fix beego#2016 2016-08-17 23:48:38 +08:00
astaxie fd7742863d urlReplace all the paths 2016-08-17 08:02:21 +08:00
astaxie 20da95be6e update swagger links 2016-08-17 00:52:57 +08:00
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