1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-13 14:53:32 +00:00
Commit Graph

2349 Commits

Author SHA1 Message Date
miraclesu
fb77464d69 golink: map range only key stlye 2016-03-27 15:07:51 +08:00
miraclesu
1794c52d65 orm: fix postgres sequence value 2016-03-27 15:06:57 +08:00
miraclesu
3ca44071e6 orm: insert specified values for insertMulti 2016-03-26 21:51:05 +08:00
miraclesu
e0a36fb61e Merge branch 'develop' into feature/orm_auto 2016-03-26 21:16:52 +08:00
astaxie
85a9b05495 Merge pull request #1833 from youngsterxyf/develop
in `session` package, add some helpful tools to help subpackage logging information
2016-03-25 21:15:23 +08:00
astaxie
70108131e6 Merge pull request #1832 from JessonChan/log_enhancement
Log enhancement
2016-03-25 21:12:06 +08:00
JessonChan
45f2390128 logger changed 2016-03-25 15:13:28 +08:00
JessonChan
826f81f479 remove from init method 2016-03-25 15:04:52 +08:00
astaxie
4dbbae61e0 Merge pull request #1828 from miraclesu/fix/orm_read_or_create
orm: fix painc when pk is uint on ReadOrCreate
2016-03-25 14:44:41 +08:00
JessonChan
e59271662c fix bee fix 2016-03-25 13:25:29 +08:00
JessonChan
fa4a231cd4 duration change to second 2016-03-25 11:46:19 +08:00
JessonChan
850dc59b6e should remove when 2.0 is released 2016-03-25 11:13:39 +08:00
JessonChan
6d0fe8c4f4 go fmt cache file 2016-03-25 11:05:20 +08:00
JessonChan
2db8c753fd bee fix 2016-03-25 10:56:15 +08:00
youngsterxyf
56860d1fea not just export a variable 2016-03-25 10:48:59 +08:00
JessonChan
94bde3a777 change to logs 2016-03-25 10:31:48 +08:00
youngsterxyf
3300db832b in session package, add a helpful variable SLogger to help subpackage logging information 2016-03-24 22:43:57 +08:00
JessonChan
52a0b657b7 for better performance 2016-03-24 20:27:00 +08:00
JessonChan
f02ff0420d no need to call Sprintf when no args 2016-03-24 20:22:42 +08:00
miraclesu
3e2ffa545f orm: fix postgres returning id error 2016-03-24 20:03:45 +08:00
JessonChan
06299fa47b makes console as default logger 2016-03-24 19:32:29 +08:00
JessonChan
d8bed89c44 set console as default logger 2016-03-24 19:15:14 +08:00
JessonChan
0814eefa62 refactor writeMsg function 2016-03-24 18:21:52 +08:00
JessonChan
8344a60552 add to upper case 2016-03-24 17:49:39 +08:00
JessonChan
0fb4a8af24 function change 2016-03-24 17:46:52 +08:00
JessonChan
a6c1377f91 change to 0 logger 2016-03-24 17:43:45 +08:00
JessonChan
cdfd830f65 rename log format 2016-03-24 17:43:16 +08:00
JessonChan
98dfecfd8a change beego log function to logs function 2016-03-24 17:39:29 +08:00
JessonChan
03840f3fe8 give each of the adapter a neme 2016-03-24 17:38:26 +08:00
JessonChan
2e6a23743b refactor logs package 2016-03-24 17:37:56 +08:00
astaxie
2362ca00b5 Merge pull request #1827 from ysqi/issue
Check file before download
2016-03-24 13:33:44 +08:00
YuShuangqi
b7d1afbf86 Remote empty line 2016-03-24 08:35:42 +08:00
miraclesu
eaf38bb096 orm: add test case for uint pk read or create 2016-03-23 21:59:09 +08:00
miraclesu
3be6688cd1 orm: fix painc when pk is uint on ReadOrCreate 2016-03-23 21:57:57 +08:00
ysqi
1eab11ca90 fixed #1815 check file before download 2016-03-23 21:27:28 +08:00
ysqi
c4276d31c5 Merge branch 'astaxie/develop' into issue 2016-03-23 21:26:55 +08:00
miraclesu
8f70df6c7b orm: add test case for insert specified value to auto field 2016-03-23 20:28:22 +08:00
miraclesu
1786b16e61 orm: support insert a specified value to auto field 2016-03-23 20:16:18 +08:00
astaxie
9f18813c2b Merge branch 'master' into develop 2016-03-23 17:05:50 +08:00
astaxie
88c5dfa6ea update issue template 2016-03-23 17:05:40 +08:00
astaxie
0a86926522 Merge branch 'master' into develop 2016-03-23 16:56:53 +08:00
astaxie
b78de2b440 add ISSUE_TEMPLATE 2016-03-23 16:56:40 +08:00
astaxie
6c0979c314 Merge pull request #1805 from JessonChan/abort_panic_bug
Abort panic bug
2016-03-23 10:22:32 +08:00
JessonChan
5858607f49 go fmt error_test.go 2016-03-22 18:32:14 +08:00
JessonChan
1a401af23b copyright 2016-03-22 18:28:44 +08:00
JessonChan
b2098266a3 add error test 2016-03-22 18:27:29 +08:00
astaxie
3ac90df5fa Merge pull request #1794 from youngsterxyf/issue1789
fix issue1789: when testing, load config explicitly and forcibly
2016-03-22 17:21:57 +08:00
astaxie
9e9671d8cd Merge pull request #1799 from JessonChan/router_develop
Router Filter Improve
2016-03-22 17:15:28 +08:00
astaxie
d3b54c46e3 Merge pull request #1808 from JessonChan/gzip_improve
Gzip improve
2016-03-22 17:13:20 +08:00
JessonChan
7bad3d1c67 change the compress leve to [0~9] 2016-03-22 16:47:11 +08:00