1
0
mirror of https://github.com/beego/bee.git synced 2024-11-23 11:50:55 +00:00
Commit Graph

464 Commits

Author SHA1 Message Date
MingZong
bb75e5773d New helpers folder defined helper method
New structures defined folder structure method
Complete bee new changes
bee api to modify half
2016-03-26 01:13:40 +08:00
astaxie
64b97f53b4 Merge pull request #168 from youngsterxyf/develop
fix #1663
2016-03-03 09:59:01 +08: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
astaxie
32eb301861 add fix for cache update 2016-01-13 16:39:56 +08:00
astaxie
4761f8a0d2 Merge pull request #160 from damonchen/develop
add user : as separator for exp's and exs's flag tip
2016-01-13 14:53:56 +08:00
tianqi
7ac766053e add user : as separator for exp's and exs's flag tip 2016-01-13 13:14:51 +08:00
astaxie
36eb03e05c update the fix for config 2016-01-12 21:57:52 +08:00
astaxie
c2bca2b114 fix data 2016-01-11 15:21:54 +08:00
astaxie
e674edac3e Merge branch 'develop' of https://github.com/beego/bee into develop 2016-01-11 14:30:53 +08:00
astaxie
d34e14d013 update orm and httplib fix 2016-01-11 14:30:42 +08:00
astaxie
ba6fe73334 Merge pull request #159 from youngsterxyf/develop
fix #1552 in beego, see: https://github.com/astaxie/beego/issues/1552
2016-01-11 13:14:25 +08:00
youngsterxyf
685da50d93 fix #1552 in beego, see: https://github.com/astaxie/beego/issues/1552 2016-01-11 12:22:38 +08:00
astaxie
f997f5b625 add fix data & params 2016-01-08 23:16:17 +08:00
astaxie
0e3370baa8 fix the log prackage name 2016-01-08 11:47:16 +08:00
astaxie
4401bfccda assignment the result 2016-01-08 11:44:38 +08:00
astaxie
07aa189b6f fix the miss arguments 2016-01-08 11:40:49 +08:00
astaxie
b305152fe7 fix the StaticDir & StaticExtensionsToGzip 2016-01-08 11:37:46 +08:00
astaxie
284c7fd7a9 fix the log.LoggerInterface & v.Apis 2016-01-08 11:35:23 +08:00
astaxie
ed219d7158 fix the params rules 2016-01-08 11:10:18 +08:00
astaxie
f0da7795a4 skip start with . dir 2016-01-08 11:04:05 +08:00
astaxie
7342e701e5 add more rules for upgrade 2016-01-08 10:50:52 +08:00
astaxie
c7c811358c add fix command 2016-01-08 01:20:12 +08:00
astaxie
1f9de3a6e0 change the name from TplNames to TplName 2016-01-07 18:38:43 +08:00
astaxie
5eb49ca0a6 Merge branch 'develop' of https://github.com/beego/bee into develop 2016-01-07 18:37:46 +08:00
astaxie
e1b4f74cd7 Merge pull request #158 from kyle-wang/develop
Fix bug that execute the cmd not in application catalog
2016-01-07 12:54:11 +08:00
kyle
76fa75b8fc Fix bug that execute the cmd not in application catalog
2015/12/31 10:02:34 [INFO] Using matching model 'Post'
panic: runtime error: slice bounds out of range

goroutine 1 [running]:
main.getPackagePath(0xc082005b60, 0xf, 0x0, 0x0)
E:/ossbuild/src/bee/g_appcode.go:988 +0x5f7
main.generateController(0xc0820022b0, 0x4, 0xc082005b60, 0xf)
E:/ossbuild/src/bee/g_controllers.go:52 +0xadc
main.generateScaffold(0xc0820022b0, 0x4, 0xc0821150c0, 0x16,
0xc082005b60, 0xf,
0xc082118040, 0x5, 0xc0821150e0, 0x1e)
E:/ossbuild/src/bee/g_scaffold.go:18 +0x2d7
main.generateCode(0xc0de40, 0xc08200c1b0, 0x3, 0x3, 0x0)
E:/ossbuild/src/bee/g.go:123 +0x16c9
main.main()
E:/ossbuild/src/bee/bee.go:114 +0x37d
2016-01-07 11:51:31 +08:00
astaxie
bf2329c288 Merge branch 'develop' of https://github.com/beego/bee into develop 2016-01-07 10:17:42 +08:00
astaxie
04f8b3436e add goxc 2016-01-07 10:17:34 +08:00
astaxie
5f211a2486 Merge pull request #155 from damonchen/develop
fix: https://github.com/beego/bee/issues/154
2016-01-06 22:23:42 +08:00
tianqi
d9e7af689f change replace windows seperator to filepath.Slash 2016-01-06 22:09:12 +08:00
tianqi
2b4a3d19d2 fix: https://github.com/beego/bee/issues/154 2016-01-06 21:44:12 +08:00
astaxie
0ee483de97 fix the typo 2016-01-06 13:59:49 +08:00
astaxie
807c3de8a7 fix issue with new version 2016-01-06 11:55:56 +08:00
astaxie
20d77d9979 Merge branch 'master' into develop 2015-12-18 14:42:37 +08:00
astaxie
fa5d72e565 Merge pull request #144 from yanyiwu/patch-1
Fix bug about issue #143
2015-12-11 00:33:34 +08:00
Yanyi Wu
69c2bb9058 Fix bug about issue #143 2015-11-27 11:42:14 +08:00
astaxie
583f7f0969 Merge pull request #142 from FarYoung/patch-2
add post and put json invalid fomart filter
2015-11-26 08:09:47 +08:00
FarYoung
f2bbe62bce add post and put json invalid fomart filter 2015-11-25 22:24:10 +08:00
astaxie
7813d6aab0 Merge pull request #140 from WnP/beego-dev-changes
update migration.Sql to migration.SQL to match beego develop
2015-11-10 10:41:18 +08:00
astaxie
755eaad4fe Merge pull request #139 from WnP/logfmt
fix typo and missing end-of-line
2015-11-10 10:40:59 +08:00