JessonChan
b28581a463
make daily rotate
2016-05-06 12:11:14 +08:00
JessonChan
fa8d94fa69
file rotate by day test
2016-05-06 12:09:00 +08:00
ysqi
3c8ed9adfc
Merge branch 'astaxie/develop' into develop
...
# Conflicts:
# parser.go
2016-05-05 19:30:31 +08:00
ysqi
8210fd12d1
Fixed router fileName error in window
2016-05-05 19:28:09 +08:00
ysqi
77ff15ee33
Implement Error interface for validation error
2016-05-05 19:26:03 +08:00
astaxie
4d8e1f93ff
Merge pull request #1909 from albertma/master
...
Start timer task Multiple times
2016-04-29 11:34:52 +08:00
albertma
e607be6fa6
gofmt the code
2016-04-29 10:28:10 +08:00
astaxie
73f499948a
Merge pull request #1906 from Maxgis/issue_redundancy
...
remove redundancy code and add port confict tip
2016-04-28 09:59:47 +08:00
astaxie
a7452388d9
Merge pull request #1912 from ysqi/issue02
...
Fixed some bug
2016-04-28 09:44:08 +08:00
ysqi
2a2b433e19
go fmt
2016-04-27 23:57:36 +08:00
ysqi
272271f588
Change comment router file info
2016-04-27 23:57:22 +08:00
ysqi
fa7416452e
Change set test mode way
2016-04-27 22:26:32 +08:00
ysqi
245664010c
Go Vet
2016-04-27 22:18:22 +08:00
ysqi
9e17f518b8
Fixed print format error info
2016-04-27 22:17:53 +08:00
ysqi
830985b90b
QueryEscape Download File Name
2016-04-27 22:05:31 +08:00
albertma
a271d67ba4
1.fix blank issue
2016-04-26 18:13:52 +08:00
albertma
710c7c79d4
1.fix start task twice issue
2016-04-26 18:11:49 +08:00
maxin[马鑫]
5402c753fb
remove redundancy code and add port confict tip
2016-04-26 10:16:53 +08:00
astaxie
520a417cca
Merge pull request #1874 from Maxgis/master
...
change limit 1000 to 1,reduce the amount the data
2016-04-26 09:56:44 +08:00
maxin[马鑫]
56dc9bf622
add return ErrMultiRows
2016-04-25 15:51:12 +08:00
redfoxli
b36afadbdc
close socket when http client request over
...
To avoid a large number of TIME_WAIT in server which http client talk with
2016-04-22 13:54:55 +08:00
astaxie
e89f562396
Merge pull request #1897 from yuyongsheng/develop
...
add/get session id into/from http header, check the session name in http header
2016-04-21 13:04:28 +08:00
yuyongsheng
5aa085bf41
1. remove the invalid comments.
...
2. allow the user to config "Enable" store/get sessionId into/from http header
3. allow the user to config "Enable" get sessionId from Url query
4. when enable sessionId in http header, check the sessionName format as CanonicalMIMRHeaderKey, then panic if not.
2016-04-21 09:57:44 +08:00
astaxie
70f3f6b8b1
Merge pull request #1883 from JessonChan/config_improve
...
Config improve
2016-04-20 13:19:47 +08:00
astaxie
86e18bf6f9
Merge pull request #1882 from miraclesu/fix/orm_multi_insert
...
orm: fix multi insert panic
2016-04-20 13:06:47 +08:00
astaxie
14159eaa7e
Merge pull request #1891 from gitchs/develop
...
fix spell error
2016-04-20 09:49:11 +08:00
Leon Chan
df27c96102
fix spell error
2016-04-18 19:37:38 +08:00
JessonChan
5ac254bf61
ut bug fixed
2016-04-18 19:18:46 +08:00
JessonChan
423f2dad35
list the config to map
2016-04-18 19:16:39 +08:00
JessonChan
203ab3eba8
ut fix
2016-04-18 18:41:40 +08:00
JessonChan
0c32255d14
config test
2016-04-18 17:45:39 +08:00
maxin[马鑫]
9ce6dc4cdf
remove test ; because rows are returned in an unspecified order
2016-04-13 21:04:46 +08:00
miraclesu
903e21bef2
orm: add test case for InsertMulti
2016-04-13 20:22:27 +08:00
miraclesu
3a3f70027c
orm: fix panic multi insert when slice lenght is 1 & the value is pointer
2016-04-13 20:14:02 +08:00
JessonChan
4cd2408248
log to Stderr
2016-04-13 19:41:07 +08:00
JessonChan
cb0c006cfa
add session config
2016-04-13 19:37:55 +08:00
JessonChan
ce4fc7bfcd
simplify the value assign
2016-04-13 17:51:54 +08:00
maxin[马鑫]
81c6c898cf
remove orm one function thorw ErrMultiRows error
2016-04-13 10:36:12 +08:00
astaxie
002dcaab23
Merge pull request #1880 from JessonChan/log_rotate_fix
...
Log rotate fix
2016-04-13 09:54:41 +08:00
JessonChan
abaa1bbcac
file rotate file test
2016-04-13 09:05:16 +08:00
astaxie
314a447d57
Merge pull request #1879 from miraclesu/feature/orm_text
...
orm: use `text` as postgres default type
2016-04-12 23:19:22 +08:00
maxin[马鑫]
9679f5e22a
reduce the data transmission
2016-04-12 21:28:29 +08:00
miraclesu
5185816942
orm: use text
as postgres default type
2016-04-12 21:19:43 +08:00
JessonChan
22617aeb13
file rotate name fixed
2016-04-12 15:05:35 +08:00
astaxie
9c400778d3
Merge pull request #1863 from JessonChan/xsrf_fix
...
Xsrf fix
2016-04-12 14:26:20 +08:00
astaxie
f6ad2cf848
Merge pull request #1875 from miraclesu/feature/orm_json
...
orm: add json & jsonb type support
2016-04-12 14:25:54 +08:00
astaxie
7906b18d89
Merge pull request #1864 from yoki123/patch-2
...
Update README.md
2016-04-12 12:02:04 +08:00
miraclesu
99f1e6c8b5
orm: fix golint
2016-04-12 11:00:31 +08:00
miraclesu
e95bef1331
orm: add test case for json & jsonb type support
2016-04-12 11:00:31 +08:00
miraclesu
657744efb1
orm: add json & jsonb type support
2016-04-12 11:00:31 +08:00