1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 11:18:50 +08:00

20 Commits

Author SHA1 Message Date
houseme
00e2f6b5dc
chore: improve golangci-lint.yml, upgrade dependencies, and optimize code and comments (#4025) 2024-12-11 10:14:12 +08:00
mingzaily
c0f2ef7348
feat(gctx): rename and remove gctx functions to prevent ambiguity (#3892) 2024-12-05 14:47:39 +08:00
John Guo
4f4d2c2f8e
add MiddlewareNeverDoneCtx for package ghttp (#3250) 2024-01-06 13:03:49 +08:00
John Guo
dec66dbd05
add NeverDone function for package gctx that creates and returns a never done ctx (#2784) 2023-07-25 20:45:34 +08:00
John Guo
498b72f75a
improve gctx.New for none default opentelemetry provider (#2756) 2023-07-14 14:26:24 +08:00
John Guo
5f148632d2
fix missing trace id in gctx.GetInitCtx (#2562) 2023-04-12 10:35:24 +08:00
John Guo
141ca62c6d
feature/v2.2.0 (#2154) 2022-09-26 22:11:13 +08:00
John Guo
9dc97f4b0d
fix issue in init context for package gctx (#2138)
* fix issue in init context for package gctx

* improve package gtest
2022-09-23 20:50:48 +08:00
OmegaMT
897d6d9ad0
fix gctx init slice bounds out of range on ios platform (#2062) 2022-08-15 20:40:17 +08:00
John Guo
f1766bdbdc
add init ctx feature (#1995) 2022-07-12 19:27:42 +08:00
John Guo
64c5222623 add environment support of opentelemetry propagation for package gctx 2022-06-17 16:47:01 +08:00
John Guo
1fb9be0628 improve trace feature for package gdb/gredis; add trace example cases 2022-02-09 02:49:29 +08:00
John Guo
4de74464ac fix issue in unit testing case for package gctx/glog 2021-12-16 23:38:40 +08:00
John Guo
aee52fd56e enable OpenTelemetry in default for some core components 2021-12-16 23:09:37 +08:00
John Guo
57ccc13e0c unit testing files renaming 2021-11-17 23:20:58 +08:00
houseme
299e16bed1 Improved import, by group improt. 2021-11-13 23:34:16 +08:00
John Guo
1bc0635f8b version 2 2021-10-11 21:41:56 +08:00
John Guo
82175b5de9 rename gctx.Value/WithValue to CtxId/WithCtxId 2021-10-11 20:25:02 +08:00
John Guo
a229960218 add context id feature for package gctx/glog 2021-08-20 15:44:08 +08:00
John Guo
3fc96f2bd0 add package gctx 2021-08-11 13:20:00 +08:00