dependabot[bot]
|
a0d954dfab
|
chore(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 (#4150)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-14 10:37:25 +08:00 |
|
Alex Last
|
a5ece25c07
|
feat: add secure option for sending traces via otlphttp (#3973)
|
2024-05-12 17:00:54 +00:00 |
|
Kevin Wan
|
0cac41a38b
|
chore: refactor mapping unmarshaler (#4145)
|
2024-05-12 14:37:36 +08:00 |
|
Kevin Wan
|
f10084a3f5
|
chore: refactor and coding style (#4144)
|
2024-05-11 23:06:59 +08:00 |
|
Leo
|
040fee5669
|
feat: httpx.Parse supports parsing structures that implement the Unmarshaler interface (#4143)
|
2024-05-11 22:25:10 +08:00 |
|
Kevin Wan
|
42b3bae65a
|
optimize: improve breaker algorithm on recovery time (#4141)
|
2024-05-11 21:44:26 +08:00 |
|
guangwu
|
7c730b97d8
|
fix: make: command: Command not found (#4132)
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
|
2024-05-10 13:33:03 +00:00 |
|
Kevin Wan
|
057bae92ab
|
fix: log panic on Error() or String() panics (#4136)
|
2024-05-10 12:49:34 +08:00 |
|
Kevin Wan
|
74331a45c9
|
fix: log panic when use nil error or stringer with Field method (#4130)
|
2024-05-10 00:31:36 +08:00 |
|
chen quan
|
9d551d507f
|
chore(api/maxconnshandler): add tracing information to the log (#4126)
|
2024-05-08 05:25:35 +00:00 |
|
Kevin Wan
|
02dd81c05c
|
Update FUNDING.yml (#4128)
|
2024-05-08 12:52:42 +08:00 |
|
dependabot[bot]
|
3095ba2b1f
|
chore(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 (#4124)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-08 12:52:13 +08:00 |
|
dependabot[bot]
|
2afa60132c
|
chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#4123)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-08 12:45:10 +08:00 |
|
Kevin Wan
|
e71ed7294b
|
Update FUNDING.yml (#4127)
|
2024-05-08 12:26:41 +08:00 |
|
dependabot[bot]
|
95822281bf
|
chore(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 (#4122)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-08 12:22:06 +08:00 |
|
Kevin Wan
|
588e10daef
|
chore: refactor and coding style (#4120)
|
2024-05-06 18:16:56 +08:00 |
|
soasurs
|
62ba01120e
|
fix: zrpc kube resolver builder (#4119)
Signed-off-by: soasurs <soasurs@gmail.com>
|
2024-05-06 14:50:35 +08:00 |
|
dependabot[bot]
|
527de1c50e
|
chore(deps): bump google.golang.org/protobuf from 1.33.1-0.20240408130810-98873a205002 to 1.34.0 (#4115)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-04 23:59:47 +08:00 |
|
dependabot[bot]
|
abfe62a2d7
|
chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 (#4116)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-04 23:39:25 +08:00 |
|
Kevin Wan
|
36f4cf97ff
|
Update FUNDING.yml (#4114)
|
2024-04-30 22:58:51 +08:00 |
|
Kevin Wan
|
b3cd8a32ed
|
feat: trigger breaker on underlying service timeout (#4112)
|
2024-04-30 19:01:20 +08:00 |
|
kesonan
|
a9d27cda8a
|
(goctl): fix prefix syntax (#4113)
|
2024-04-30 09:11:08 +00:00 |
|
kesonan
|
04116f647d
|
chore(goctl): change goctl version to 1.6.5 (#4111)
|
2024-04-30 04:25:47 +00:00 |
|
Kevin Wan
|
a8ccda0c06
|
feat: add fx.ParallelErr (#4107)
|
2024-04-29 00:18:30 +08:00 |
|
Kevin Wan
|
bfddb9dae4
|
feat: add errorx.In to facility error checking (#4105)
|
2024-04-27 20:43:45 +08:00 |
|
Kevin Wan
|
b337ae36e5
|
Update readme-cn.md
|
2024-04-20 10:00:10 +08:00 |
|
Kevin Wan
|
5e5123caa3
|
chore: add more tests (#4094)
|
2024-04-19 11:13:23 +08:00 |
|
Kevin Wan
|
d371ab5479
|
feat: use breaker with ctx to prevent deadline exceeded (#4091)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2024-04-18 23:18:49 +08:00 |
|
jaron
|
1b9b61f505
|
fix(goctl): GOPROXY env should set by ourself (#4087)
|
2024-04-18 22:50:30 +08:00 |
|
suyhuai
|
e1f15efb3b
|
add customized.tpl for model template (#4086)
Co-authored-by: sudaoxyz <sudaoxyz@gmail.com>
|
2024-04-18 14:40:54 +00:00 |
|
Kevin Wan
|
1540bdc4c9
|
optimize: improve breaker algorithm on recovery time (#4077)
|
2024-04-18 22:33:25 +08:00 |
|
Kevin Wan
|
95b32b5779
|
chore: add code coverage (#4090)
|
2024-04-18 20:58:36 +08:00 |
|
Kevin Wan
|
815a4f7eed
|
feat: support context in breaker methods (#4088)
|
2024-04-18 18:00:17 +08:00 |
|
dependabot[bot]
|
4b0bacc9c6
|
chore(deps): bump k8s.io/apimachinery from 0.29.3 to 0.29.4 (#4084)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-18 11:22:49 +08:00 |
|
Kevin Wan
|
e9dc96af17
|
chore: coding style (#4082)
|
2024-04-17 23:37:35 +08:00 |
|
fearlessfei
|
62c88a84d1
|
feat: migrate lua script to lua file (#4069)
|
2024-04-17 15:20:10 +00:00 |
|
Kevin Wan
|
36088ea0d4
|
fix: avoid duplicate in logx plain mode (#4080)
|
2024-04-17 17:43:22 +08:00 |
|
dependabot[bot]
|
164f5aa86c
|
chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 (#4073)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-13 12:32:56 +08:00 |
|
dependabot[bot]
|
07d07cdd23
|
chore(deps): bump github.com/fullstorydev/grpcurl from 1.8.9 to 1.9.1 (#4065)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-11 13:02:52 +08:00 |
|
dependabot[bot]
|
0efe99af66
|
chore(deps): bump github.com/jhump/protoreflect from 1.15.6 to 1.16.0 (#4064)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-11 12:39:00 +08:00 |
|
Kevin Wan
|
927f8bc821
|
fix: fix ignored context.DeadlineExceeded (#4066)
|
2024-04-11 11:14:20 +08:00 |
|
kesonan
|
2a7ada993b
|
(goctl)feature/model config (#4062)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2024-04-10 15:01:59 +00:00 |
|
Kevin Wan
|
682460c1c8
|
fix: fix ignored scanner.Err() (#4063)
|
2024-04-10 17:28:52 +08:00 |
|
Kevin Wan
|
a66ae0d4c4
|
fix: timeout on query should return context.DeadlineExceeded (#4060)
|
2024-04-10 04:17:39 +00:00 |
|
dependabot[bot]
|
d1f24ab70f
|
chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#4058)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-10 10:23:33 +08:00 |
|
dependabot[bot]
|
d0983948b5
|
chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 in /tools/goctl (#4059)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-10 10:14:15 +08:00 |
|
Kevin Wan
|
3343fc2cdb
|
chore: update goctl version to 1.6.4 (#4057)
|
2024-04-09 22:59:33 +08:00 |
|
Kevin Wan
|
3866b5741a
|
feat: support http stream response (#4055)
|
2024-04-09 20:46:44 +08:00 |
|
Kevin Wan
|
5fbe8ff5c4
|
chore: coding style (#4054)
|
2024-04-09 17:19:47 +08:00 |
|
jaron
|
6f763f71f9
|
chore(goctl): update readme (#4053)
|
2024-04-09 08:30:25 +00:00 |
|