Commit Graph

320 Commits

Author SHA1 Message Date
Wenkai Yin 5a02c556b2 Send the request from context rather than the original one to handlers
The filters may do some changes to the request, such as putting values in the request's context

Signed-off-by: Wenkai Yin <yinw@vmware.com>
2020-01-10 17:58:00 +08:00
Luqmanul Hakim 62d96c2e93 router.go: add comment func LogAccess 2019-06-25 08:04:21 +07:00
astaxie 175714f69a
Merge pull request #3627 from haleyly/develop
route request put amendment
2019-04-29 18:18:19 +08:00
haley d5b70118a3 Merge branch 'develop' of https://github.com/haleyLy/beego into dev 2019-04-28 08:51:34 +08:00
haley a9629f707e route request put amendment 2019-04-28 08:50:30 +08:00
JessonChan e8b29c9fd1 handle trace request 2019-03-27 13:34:46 +08:00
astaxie 3ddd8f860e
Merge pull request #3561 from JessonChan/develop
refactor color logger
2019-03-26 19:23:14 +08:00
Yanhui Shen be31bd2bbd Ensure custom error handler is called 2019-03-13 16:24:04 +08:00
JessonChan 661dcbb6ca router logger modify 2019-03-12 12:11:25 +08:00
JessonChan 4a5e108527 logger color function refactor,easy to read and run more quickly 2019-03-08 11:50:30 +08:00
Waleed Gadelkareem 8995b291a9 Make LogAccess public 2019-02-14 16:30:25 +01:00
JessonChan 2a579eb27c staticcheck checks -ST1003 remove 2019-01-22 20:41:07 +08:00
JessonChan 0d54bbff02 make staticcheck happy 2019-01-22 19:09:57 +08:00
JessonChan 475feb7e24 camel name style 2019-01-22 16:25:17 +08:00
JessonChan 30b80cba92 errors is better style 2019-01-22 16:23:10 +08:00
Ying Zou fab7c6b6d0 better format
- add comments for public function
- format import order in admin.go
- better format for NewControllerRegister in router.go
2018-11-26 23:19:05 +08:00
wanghui b021686521
Add .Elapsed in context.ResponseWriter for monitor purpose
With this commit we can record per requests's elapsed time,
so we can easy to monitor that by use a filter.
2018-11-19 16:38:14 +08:00
astaxie 876dce8e54 fix the routerInfo is nil 2018-11-09 18:03:26 +08:00
Colstuwjx 1cbba4d56f Add annotated filter, support @Import, @Filter.
Signed-off-by: Colstuwjx <Colstuwjx@gmail.com>
2018-09-07 15:59:57 +08:00
astaxie 5ba9e63086
Merge branch 'develop' into feature/YAML 2018-07-20 23:24:51 +08:00
astaxie c9b6e4f825
Merge pull request #2981 from TankTheFrank/fix_template_render_with_automatic_parameter_routing
fixes template rendering with automatic mapped parameters (see #2979)
2018-07-20 15:39:10 +08:00
astaxie 2c779a4287
Merge pull request #3141 from gadelkareem/patch-2
Improve access log
2018-07-20 15:20:15 +08:00
Ruben Cid 7c80bf6f9d Add YAML 2018-05-30 16:06:40 +02:00
Waleed Gadelkareem d5c1c0e9a4 log errors in access log and make static request logging optional 2018-04-28 20:03:39 +02:00
cloudzhou 6de538b136
execElem.FieldByName as local variable
execElem.FieldByName(fieldType.Name) as local variable
2018-01-25 17:52:09 +08:00
TankTheFrank 2670a86005 fix #2979 2017-12-14 17:55:08 +02:00
BorisBorshevsky 0e369e6df8 fix bug 2017-12-13 15:27:32 +02:00
hao.hu 646acc423e Change HTTPMETHOD type 2017-11-30 01:43:50 +08:00
astaxie ec6cb43711 fix ci failed 2017-11-27 14:07:05 +08:00
BorisBorshevsky df37739c7d fix golint comments 2017-11-25 19:18:37 +02:00
astaxie 6827107177
Merge pull request #2706 from fat4lix/bugfix
Fix run controller if it set by RumController and RunMethod in Filterfunc
2017-11-19 11:12:48 +08:00
Waleed Gadelkareem 9fef2f2eb4 Do not escape html if Golang version < 1.7 2017-09-13 03:09:53 +02:00
Waleed Gadelkareem 4921014c64 Add JSON or Apache access log formatting option to config: AccessLogsFormat = JSON_FORMAT or APACHE_FORMAT ref #2738 2017-09-13 02:03:46 +02:00
astaxie e14113aa0e Merge pull request #2656 from BorisBorshevsky/develop
Allow injecting dependencies to controllers
2017-07-30 23:36:52 +08:00
astaxie b27ab53017 fix issue for runMethod and runRouter from context 2017-07-18 23:41:50 +08:00
Илья Маслов 47ef2b343e Fix run controller if it set by RumController and RunMethod in Filterfunc 2017-06-09 15:53:03 +03:00
Илья Маслов 80dcdb8645 Fix run controller if it set by RumController and RunMethod in FilterFunc 2017-06-09 15:27:26 +03:00
Gerson Alexander Pardo Gamez 7f2e3feb3c added pattern to FilterMonitorFunc 2017-06-05 18:21:31 -05:00
Gerson Alexander Pardo Gamez d15dd2795c added statusCode in FilterMonitorFunc 2017-06-03 15:24:45 -05:00
BorisBorshevsky b24ddb953c merge from upstram + resolve conflicts 2017-05-20 02:42:00 +03:00
BorisBorshevsky 12f8fbe37f Allow injecting dependencies to controllers 2017-05-20 02:06:28 +03:00
Eyal Post 828cbbdf5d Refactor a bit to consolidate packages 2017-05-17 20:38:59 +03:00
Eyal Post 1b8f05cef1 golint fixes 2017-04-30 19:28:26 +03:00
eyalpost cbd831042a move under context 2017-04-25 18:39:42 +03:00
eyalpost 9b79437778 all types working + controller comments generation 2017-04-25 16:00:49 +03:00
eyalpost 3b29a9c12a Merge remote-tracking branch 'upstream/develop' into develop 2017-04-24 18:23:58 +03:00
astaxie 41aac79ac0 Merge pull request #2590 from amrfaissal/fix-2587
Fix warnings raised by gometalinter and gosimple
2017-04-24 21:14:00 +08:00
astaxie 52f916a28a support Go1.8 default GOPATH 2017-04-24 21:10:03 +08:00
Eyal Post 19f4a6ac0b slice support 2017-04-23 21:37:09 +03:00
Faissal Elamraoui bf6bd6b292 Fixes #2587
Fixes warnings and errors raised by gometalinter and gosimple.
2017-04-23 19:19:05 +02:00