Commit Graph

751 Commits

Author SHA1 Message Date
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
Sergey Lanzman f8447477d9 Merge pull request #1 from beego/develop
Develop update
2016-08-18 21:16:45 +03:00
astaxie 146200024c Merge pull request #214 from amrfaissal/hotfix-212
Ignore tmp/backup files while using watcher
2016-08-19 01:29:29 +08:00
astaxie 88a60a59ae Merge pull request #229 from czm1989/develop
Develop
2016-08-19 01:26:36 +08:00
astaxie 55fc8e535c Merge pull request #245 from tnextday/develop
Use first NewNamespace prefix as swagger `BasePath`
2016-08-19 00:13:23 +08:00
astaxie 54229fea6f Merge pull request #246 from qida/develop
兼容query中的日期、时间参数。
2016-08-19 00:11:52 +08:00
tnextday b160eb35b5 Use first NewNamespace prefix as swagger `BasePath` 2016-08-18 23:31:09 +08:00
astaxie 42f8892a81 Merge pull request #243 from tnextday/develop
fix swagger array items crash bug
2016-08-18 23:30:34 +08:00
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