Commit Graph

833 Commits

Author SHA1 Message Date
海亮
fba878f47a
net/ghttp: update error message for duplicated routes registering (#3603) 2024-06-13 21:16:11 +08:00
John Guo
23df83cb0b
database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585) 2024-05-22 21:14:43 +08:00
findnature
f48ca959f7
chore: fix function names in comment (#3536) 2024-04-24 19:14:42 +08:00
wln32
d7a0482146
fix: #3465 If the value of a string is null, the value of string is nil after the string is converted to []string (#3468) 2024-04-10 20:18:03 +08:00
wln32
83ba887df7
fix: #3449 accept slice parameter as json.RawMessage for http request (#3452) 2024-04-07 14:09:52 +08:00
John Guo
e0a2645f4a
fix: #3390 name&shor tag mapping failed to command input object for package gcmd (#3429) 2024-04-01 19:07:08 +08:00
John Guo
1c12f3a30d
fix: http superfluous response.WriteHeader call in some scenario (#3428) 2024-03-28 22:08:54 +08:00
wohenbushuang
3a9e0e34ca
fix: #3432 Add Access-Control-Expose-Headers: Content-Disposition header in ServeFileDownload (#3433) 2024-03-28 20:07:56 +08:00
John Guo
8669512f42
feat: add metric feature support in goframe (#3138) 2024-03-24 21:18:30 +08:00
施国鹏
a8713da97f
enhance: cut tracing content as unicode for safety (#3342) 2024-03-13 19:21:16 +08:00
oldme
3a8f246569
fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) (#3356) 2024-03-12 20:05:03 +08:00
施国鹏
df15d70466
enhance: change tracing span name from request uri to router uri for http request (#3338) 2024-03-05 21:11:27 +08:00
施国鹏
ce3ef13e6a
fix: otel tracing content contains invalid UTF-8 (#3340) 2024-02-29 20:22:42 +08:00
oldme
51326f3d02
fix #3245 (#3298) 2024-02-06 11:47:25 +08:00
oldme
e1fa99013a
use iota to unify the enums definition (#3305) 2024-02-06 11:44:29 +08:00
John Guo
cc79d23334
fix issue #2457 (#3297) 2024-02-02 10:57:24 +08:00
John Guo
ef2b47d180
fix issue #3292 (#3294) 2024-02-01 16:02:36 +08:00
John Guo
b4f6f06ab5
no printing internal middleware for ghttp.Server (#3271) 2024-01-22 21:05:40 +08:00
John Guo
73fbca40ca
add internal error logging and update comments for gclient.RequestVar (#3270) 2024-01-18 10:21:38 +08:00
John Guo
951f8921cd
fix #3237 (#3267) 2024-01-17 15:35:48 +08:00
oldme
ca242ff401
fix #3251 (#3254) 2024-01-11 22:15:22 +08:00
John Guo
4f4d2c2f8e
add MiddlewareNeverDoneCtx for package ghttp (#3250) 2024-01-06 13:03:49 +08:00
海亮
984cca8b82
feat: update dependent redoc js for swagger ui (#3217) 2023-12-28 20:13:21 +08:00
海亮
7f9467d1f8
fix: #2938 (#3178) 2023-12-20 20:25:23 +08:00
glennliao
d08e3ef838
fix: #2689 change sessionId in cookie (#3203) 2023-12-20 20:21:15 +08:00
海亮
dd8a5dcf32
fix: #3179 (#3195) 2023-12-14 21:51:28 +08:00
zhangyuyu
33584506ab
fix issue: request body was closed while retrying in callRequest method (#3199) 2023-12-14 14:18:31 +08:00
John Guo
ee2cf92479
Version/v2.6.0 beta (#3183) 2023-12-04 19:34:48 +08:00
zhangyuyu
84ed66018e
fix issue: Windows Platform did not handle process signal (#3154) 2023-11-14 20:00:26 +08:00
John Guo
a17849bc39
improve struct converting in parameter name case sensitive scenario for package gconv (#3122) 2023-11-08 21:17:55 +08:00
John Guo
cbea89e6f7
fix duplicated route dump for package ghttp (#3116) 2023-11-02 09:48:39 +08:00
wond4
b6935a7285
fix(goai): example value needs to be converted just like default value (#3085) 2023-10-31 20:18:39 +08:00
John Guo
bcb479aabb
fix issue #3077 (#3081) 2023-10-24 10:02:04 +08:00
John Guo
acf2307eb9
fix issue #2963 (#3062) 2023-10-19 19:58:19 +08:00
ltp217
93964ee231
delete repeat code in ut for package ghttp (#3058) 2023-10-18 20:04:07 +08:00
John Guo
bb9cd37fab
add SetNoUrlEncode/NoUrlEncode functions for gclient.Client (#3041) 2023-10-17 21:19:59 +08:00
ltp217
34e522306d
resolve response is gzip in internalMiddlewareServerTracing (#3055) 2023-10-17 20:35:56 +08:00
John Guo
f464f30e6f
improve comment of router feature for ghttp.Server (#3014) 2023-10-16 20:41:10 +08:00
John Guo
7f1ce2aff3
fix issue #2904 (#3004) 2023-10-11 21:33:51 +08:00
John Guo
1efdb72990
add direct service address support for grpc client (#2991) 2023-10-09 20:03:45 +08:00
John Guo
8d925d4741
fix issue #2890 (#3002) 2023-10-09 20:00:08 +08:00
houseme
569cbb09bf
fix: improve specification version (#2987) 2023-09-26 22:03:18 +08:00
海亮
130191f4ed
add in:header tag cache for http request to enhance performance (#2923) 2023-09-25 21:34:58 +08:00
John Guo
df92c483d0
fix isue #2976, to be compatible with bad response type definition for strict route function (#2977) 2023-09-25 20:40:32 +08:00
John Guo
5219c5c37e
add ut cases for command gen dao (#2958) 2023-09-12 22:00:35 +08:00
John Guo
1582714325
improve signal listening for package grpcx/ghttp/gproc (#2942) 2023-09-11 10:15:08 +08:00
will0306
7391a4d45a
improve trace span generating for package gctx and http tracing content for package ghttp (#2937) 2023-09-11 10:14:00 +08:00
海亮
7e16d9b63e
fix codes due to static codes analysis (#2935) 2023-09-07 20:22:20 +08:00
the harder the luckier
7d4c59ac5a
fix: OpenAPI cannot correctly identify the file type under the canoni… (#2898) 2023-08-28 21:52:22 +08:00
John Guo
53323f3cf9
improve support for generic router registering (#2877) 2023-08-17 21:16:19 +08:00