1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 07:53:26 +00:00
Commit Graph

3753 Commits

Author SHA1 Message Date
Ming Deng
9b43a90138 Change prometheus patter 2020-06-21 17:36:13 +08:00
askuy
b7833fb297
Merge pull request #4021 from flycash/feature/prometheus
Add prometheus support
2020-06-21 17:11:00 +08:00
Ming Deng
16b81d09a7 Add prometheus support 2020-06-21 17:10:34 +08:00
Ming Deng
0056b92d0b
Merge pull request #4007 from flycash/fix3949
Store RouterPattern before filter execute
2020-06-21 17:05:04 +08:00
jianzhiyao
decc75e025 fix bug of non concurrent security & add double check 2020-06-21 16:25:32 +08:00
huija
f2bae3e367 add UT for Scan function 2020-06-19 22:55:40 +08:00
askuy
6eeea141d8
Merge pull request #4018 from flycash/fix/xss
Using HTMLEscapeString in adminui.go to avoid XSS attack
2020-06-19 22:21:51 +08:00
Ming Deng
6c0db4db3d Using HTMLEscapeString in adminui.go to avoid XSS attack 2020-06-19 21:49:17 +08:00
Ming Deng
b9fbcbd906
Merge pull request #4014 from jianzhiyao/develop
over size file do not run openFile
2020-06-19 20:19:16 +08:00
huija
40181c1042 Update redis.go
use `scan` instead of `keys`
2020-06-19 14:21:12 +08:00
qiantao
3879fd9c34 修改测试用例 2020-06-18 17:25:48 +08:00
qiantao
af238ee047 Merge remote-tracking branch 'origin/develop' into go_modules_route_compatibility
# Conflicts:
#	go.mod
#	go.sum
2020-06-18 16:41:03 +08:00
Ming Deng
86935ada01
Merge pull request #3943 from zhlicen/master
#3942 fix encoded url(with slash) router match problem
2020-06-18 16:04:16 +08:00
jianzhiyao
8160059182 big size file lead to memory leak 2020-06-16 14:56:58 +08:00
harry890829
dc70e9fc47 update go test 2020-06-15 18:16:40 +08:00
Ming Deng
bac2b31afe
Merge pull request #3975 from nicowaisman/patch-2
Change permission mask
2020-06-13 23:40:13 +08:00
harry890829
a134cb8d17 update go test 2020-06-11 23:45:06 +08:00
Ming Deng
4ad699b7b8
Merge pull request #3981 from zwei0526/develop
Update parser.go
2020-06-10 16:38:15 +08:00
Ming Deng
14fc935cb6
Merge pull request #4005 from keminar/develop
fix graceful bug
2020-06-10 16:34:32 +08:00
harry890829
d9f262e277 update go test 2020-06-10 12:31:38 +08:00
harry890829
131748bb3d update go.mod&go.sum 2020-06-10 11:34:58 +08:00
harry890829
2c3c66ccea Merge remote-tracking branch 'origin/develop' into develop 2020-06-10 11:16:17 +08:00
harry890829
71cb1379b4 update support bit operation 2020-06-10 11:15:23 +08:00
harry890829
b351f02525 Merge branch 'develop' of https://github.com/astaxie/beego into develop
 Conflicts:
	go.sum
2020-06-10 11:05:57 +08:00
liminggui
8e29300f85 fix graceful bug 2020-06-09 12:20:08 +08:00
flycash
5f31bf45d4 Fix #3949 : store RouterPattern before filter execute so that filter can use the pattern 2020-06-07 23:16:26 +08:00
askuy
3e30f37172
Merge pull request #4006 from flycash/develop
fix CI and UT
2020-06-06 21:16:08 +08:00
flycash
ce4ce74c8d Fix validation test 2020-06-06 20:50:48 +08:00
flycash
ce0e7525ad Fix ES client 2020-06-06 20:14:01 +08:00
flycash
d0b7244d57 Fix ledis 2020-06-06 19:21:57 +08:00
Ming Deng
5100a8c396 fix CI and UT 2020-06-06 18:16:36 +08:00
Ming Deng
b8efb3ef45
Merge pull request #3984 from jianzhiyao/develop
fix bug:static can not real hit cache & memory leak
2020-06-06 13:10:58 +08:00
Ming Deng
ae15b54f83
Merge pull request #3992 from maxshine/fix-3991
[Fix-Issue-3991] Fix Read with SQLite not supporting SELECT FOR UPDAT…
2020-06-06 13:10:08 +08:00
Ming Deng
0dab959c95
Merge pull request #4004 from gokangaroo/develop
avoid `panic: send on closed channel` after closing logger.
2020-06-06 13:09:36 +08:00
Ming Deng
ee615dd08f
Merge pull request #3985 from leapsea/develop
修复多线程下数据库连接异常问题
2020-06-06 12:40:50 +08:00
huija
b879a07b3a avoid panic: send on closed channel after closing logger. 2020-06-04 14:52:54 +08:00
jianzhiyao
c265f6e49c add comment 2020-06-02 20:02:58 +08:00
jianzhiyao
690e91e1b6 static file module:make cache file size and cache file numbers configurable 2020-06-02 18:22:47 +08:00
jianzhiyao
50f71a8a21 fix bug of getting int error 2020-06-02 18:10:17 +08:00
Yang, Gao
677d010d86 [Fix-Issue-3991] Add warn for SQLite Read is invoked isForUpdate=true 2020-06-01 23:12:12 +08:00
Ming Deng
db2a1134ce
Merge pull request #3993 from skanger/develop
fix httplib PostFile method
2020-06-01 22:05:01 +08:00
qiantao
c2771397be delete vendor 2020-06-01 15:06:49 +08:00
qiantao
70733d9810 fix label == `` #4001 2020-06-01 15:06:33 +08:00
Ming Deng
11740cede6
Merge pull request #3996 from bharrat/3995-fix-middleware-not-working-with-graceful
Fixes #3995 Use handlers with middleware when starting Graceful server
2020-05-31 22:23:05 +08:00
qiantao
4ffe26a1d2 for go modules, generate route by GO111MODULE=on 2020-05-22 11:35:45 +08:00
Bharat Patel
075db4773b Fixes #3995 Use handlers with middleware when starting Graceful server 2020-05-18 10:00:14 -07:00
harry890829
2fd9dfca7b update support bit operation 2020-05-18 19:18:35 +08:00
skanger
eea20f6ceb fix httplib PostFile method 2020-05-16 11:00:15 +08:00
Yang, Gao
8055357576 [Fix-Issue-3991] Fix Read with SQLite not supporting SELECT FOR UPDATE syntax 2020-05-15 17:36:01 +08:00
jianzhiyao
9fda81b7f3 modify static cache total size about 100m 2020-05-09 18:24:14 +08:00