Ming Deng
|
9ce8aa734a
|
Add change log
|
2021-08-04 22:59:04 +08:00 |
|
Ming Deng
|
32d7633a04
|
Rename RouterXXX to CtrlXXX
|
2021-08-04 21:47:47 +08:00 |
|
Ming Deng
|
c6b001d16e
|
Add comments for BConfig
|
2021-08-02 00:01:48 +08:00 |
|
Ming Deng
|
a91aa0e966
|
Merge pull request #4679 from xjl662750/develop
add SameSite for Cookie
|
2021-07-24 21:18:43 +08:00 |
|
xjl
|
86b0a3ba3f
|
add unit test cases
|
2021-07-22 16:18:20 +08:00 |
|
such
|
005b8b5813
|
fix comment
change MainContorlller to MainController
|
2021-07-19 16:30:34 +08:00 |
|
lowitea
|
1378006d51
|
Fixes CustomAbort
Always set the response status in the CustomAbort function
|
2021-07-01 16:28:36 +03:00 |
|
xjl662750
|
4fa797feaa
|
Update output.go
add SameSite for Cookie
|
2021-06-29 09:31:50 +08:00 |
|
Ming Deng
|
fea7c914cc
|
Merge pull request #4607 from jimashi/develop
add template functions eq,lt to support uint and int compare.
|
2021-06-26 00:15:46 +08:00 |
|
letu
|
92b520d810
|
provided template function eq,lt unit test.
|
2021-06-25 00:51:55 +08:00 |
|
loyalsoldier
|
007952f7fe
|
Fix: refine tests
|
2021-06-18 00:51:00 +08:00 |
|
loyalsoldier
|
87158d6c3f
|
Fix: avoid shadow of builtin
|
2021-06-17 03:36:48 +08:00 |
|
letu
|
99b7c0bae4
|
Merge remote-tracking branch 'origin/develop' into develop
|
2021-06-16 23:21:45 +08:00 |
|
letu
|
a4e1860659
|
provided template function eq,lt unit test.
|
2021-06-16 23:18:07 +08:00 |
|
Ming Deng
|
13508f2840
|
Merge branch 'develop' into develop
|
2021-06-16 22:19:00 +08:00 |
|
Ikko Ashimine
|
a1d6c1bc18
|
Fix typo in templatefunc.go
wether -> whether
|
2021-06-14 11:58:48 +09:00 |
|
loyalsoldier
|
1023f83a92
|
Fix lint and format code in server dir
|
2021-06-07 19:03:40 +08:00 |
|
jianzhiyao
|
402bda1aaa
|
Merge branch 'develop' into develop
|
2021-06-01 10:25:42 +08:00 |
|
t29kida
|
068573bfe3
|
resolve code about deepsource test case
* Empty string test can be improved CRT-A0004
|
2021-05-21 17:44:04 +09:00 |
|
t29kida
|
819ec2164c
|
improve code quality
* fill empty block of code
|
2021-05-21 13:13:47 +09:00 |
|
letu
|
debd4fca01
|
provided template function eq,lt unit test.
|
2021-05-20 19:53:24 +08:00 |
|
jimashi
|
c8917f572f
|
Merge branch 'develop' into develop
|
2021-05-20 18:27:41 +08:00 |
|
loyalsoldier
|
91d993b7e2
|
Fix imports by gci
|
2021-05-19 22:28:05 +08:00 |
|
loyalsoldier
|
2b7401109f
|
Chore: format code
|
2021-05-19 22:27:17 +08:00 |
|
jianzhiyao
|
3985ce8159
|
Update templatefunc.go
|
2021-05-18 18:30:30 +08:00 |
|
jianzhiyao
|
7655b3faa9
|
Update templatefunc.go
|
2021-05-18 18:29:20 +08:00 |
|
linxiaoyi
|
480bb0e5d0
|
rename function to fix sonar
|
2021-05-17 14:43:09 +08:00 |
|
jianzhiyao
|
f4d4591962
|
Update templatefunc.go
|
2021-05-14 11:34:46 +08:00 |
|
jianzhiyao
|
7e15ea4169
|
optimize code struct
|
2021-05-14 11:23:49 +08:00 |
|
letu
|
2fdda76882
|
add template functions eq,lt to support uint and int compare.
|
2021-05-13 16:16:02 +08:00 |
|
Maneesh Babu M
|
378ba97524
|
Fix golang ci lint error
|
2021-04-24 15:20:26 +00:00 |
|
Maneesh Babu M
|
b622125a76
|
Update tests
|
2021-04-23 03:41:31 +00:00 |
|
Maneesh Babu M
|
3a58f9dc8a
|
Update tests
|
2021-04-23 03:28:55 +00:00 |
|
Maneesh Babu M
|
5e7f9465b2
|
Update test response
|
2021-04-23 03:16:12 +00:00 |
|
Maneesh Babu M
|
6158de13ef
|
Add tests
|
2021-04-23 02:54:07 +00:00 |
|
Maneesh Babu M
|
d9415524aa
|
Add Resp response format for controller
|
2021-04-23 02:53:53 +00:00 |
|
Ming Deng
|
ad81d0ce7c
|
init exceptMethod
|
2021-04-21 23:41:42 +08:00 |
|
Ming Deng
|
df6ecb0b47
|
Merge branch 'develop' of github.com:beego/beego into webMock
|
2021-04-19 22:25:43 +08:00 |
|
Ming Deng
|
51cb4fec0e
|
Merge pull request #4579 from byene0923/develop
Proposal:Add Bind() method for web.Controller
|
2021-04-19 22:16:19 +08:00 |
|
Ming Deng
|
d6f80689a0
|
Optimize AddAutoPrefix: only register one router if it's not case sensetive
|
2021-04-19 22:12:34 +08:00 |
|
byene0923
|
0748cc5c35
|
format the code
|
2021-04-19 00:08:01 +08:00 |
|
byene0923
|
c349775c49
|
format the code
|
2021-04-19 00:03:30 +08:00 |
|
byene0923
|
89c2b85471
|
Modify bind() method that users do not pass "Content Type"
|
2021-04-18 23:59:14 +08:00 |
|
Ming Deng
|
675490c294
|
Merge pull request #4581 from beego/master
Master to develop
|
2021-04-18 23:11:06 +08:00 |
|
Ming Deng
|
3d511fd30b
|
Merge branch 'master' of github.com:beego/beego into webMock
|
2021-04-18 23:06:59 +08:00 |
|
byene0923
|
8b92ed6504
|
Proposal:Add Bind() method for web.Controller
|
2021-04-16 22:12:06 +08:00 |
|
Ming Deng
|
29fd8719a8
|
Merge pull request #4577 from byene0923/develop
improve code quality
|
2021-04-15 16:30:14 +08:00 |
|
byene0923
|
305d220553
|
improve code quality
|
2021-04-15 14:44:57 +08:00 |
|
Ming Deng
|
452dae86be
|
allow register mock
|
2021-04-14 23:38:41 +08:00 |
|
Ming Deng
|
641a791265
|
mock session module
|
2021-04-14 23:15:53 +08:00 |
|