Kevin Wan
|
e9650d547b
|
chore: refactor (#2388)
|
2 years ago |
dependabot[bot]
|
60160f56b8
|
chore(deps): bump go.opentelemetry.io/otel/exporters/zipkin (#2385)
Bumps [go.opentelemetry.io/otel/exporters/zipkin](https://github.com/open-telemetry/opentelemetry-go) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/zipkin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2 years ago |
genewoo
|
05c2f313c7
|
feat: add grpc export (#2379)
Co-authored-by: Gene Wu <gene.wu@cabital.com>
|
2 years ago |
dependabot[bot]
|
f2a0f78288
|
chore(deps): bump go.opentelemetry.io/otel/sdk from 1.9.0 to 1.10.0 (#2383)
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Kevin Wan
|
3e96994b7b
|
feat: support targetPort option in goctl kube (#2378)
|
2 years ago |
Kevin Wan
|
66c2a28e66
|
fix #2364 (#2377)
|
2 years ago |
Kevin Wan
|
9672071b5d
|
Update readme-cn.md
|
2 years ago |
anqiansong
|
9581e8445a
|
fix: issue #2359 (#2368)
* Revert changes
* Unrap nested structure for doc code generation
* Revert changes
* Remove useless code
* Remove useless code
* Format code
|
2 years ago |
dependabot[bot]
|
6ec8bc6655
|
chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 (#2373)
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.6...v1.10.7)
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2 years ago |
Kevin Wan
|
d935c83a54
|
feat: support baggage propagation in httpc (#2375)
* feat: support baggage propagation in httpc
* chore: use go 1.16
* chore: use go 1.16
* chore: use go ^1.16
* chore: remove deprecated
|
2 years ago |
dependabot[bot]
|
590d784800
|
chore(deps): bump go.uber.org/goleak from 1.1.12 to 1.2.0 (#2371)
Bumps [go.uber.org/goleak](https://github.com/uber-go/goleak) from 1.1.12 to 1.2.0.
- [Release notes](https://github.com/uber-go/goleak/releases)
- [Changelog](https://github.com/uber-go/goleak/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/goleak/compare/v1.1.12...v1.2.0)
---
updated-dependencies:
- dependency-name: go.uber.org/goleak
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
784276b360
|
chore(deps): bump go.mongodb.org/mongo-driver from 1.10.1 to 1.10.2 (#2370)
|
2 years ago |
Kevin Wan
|
da80662b0f
|
chore: refactor (#2365)
|
2 years ago |
maizige
|
cfda972d50
|
fix:trace graceful stop,pre loss trace (#2358)
|
2 years ago |
Archer
|
6078bf1a04
|
correct test case (#2340)
|
2 years ago |
anqiansong
|
ce638d26d9
|
Hidden java (#2333)
|
2 years ago |
maizige
|
422f401153
|
fix:etcd get&watch not atomic (#2321)
|
2 years ago |
Kevin Wan
|
dfeef5e497
|
fix: thread-safe in getWriter of logx (#2319)
|
2 years ago |
Archer
|
8c72136631
|
make logx#getWriter concurrency-safe (#2233)
* make logx#getWriter concurrency-safe
* make logx#getWriter concurrency-safe
|
2 years ago |
Zlx
|
9d6c8f67f5
|
generates nested types in doc (#2201)
Co-authored-by: Link_Zhao <Link_Zhao@epam.com>
|
2 years ago |
anqiansong
|
f70805ee60
|
Add strict flag (#2248)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2 years ago |
Kevin Wan
|
a1466e1707
|
fix: range validation on mapping (#2317)
|
2 years ago |
lowang-bh
|
1b477bbef9
|
improve: number range compare left and righ value (#2315)
Co-authored-by: wanglonghui7 <wanglonghui7@jd.com>
|
2 years ago |
Kevin Wan
|
813625d995
|
refactor: sequential range over safemap (#2316)
|
2 years ago |
李平平
|
15a2802f12
|
safemap add Range method (#2314)
|
2 years ago |
Kevin Wan
|
5d00dfb962
|
fix: handle the scenarios that content-length is invalid (#2313)
|
2 years ago |
Kevin Wan
|
d9620bb072
|
chore: remove unused packages (#2312)
|
2 years ago |
Kevin Wan
|
d978563523
|
fix: more accurate panic message on mapreduce (#2311)
|
2 years ago |
yiGmMk
|
fb6d7e2fd2
|
fix #2301,package conflict generated by ddl (#2307)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2 years ago |
Kevin Wan
|
2d60f0c65a
|
fix: logx disable not working in some cases (#2306)
* fix: logx disable not working in some cases
* fix: test fail
|
2 years ago |
maizige
|
5d4ae201d0
|
Fix/del server interceptor duplicate copy md 20220827 (#2309)
* fix:grpc server interceptor duplicate copy MD
* modify wrong comments
|
2 years ago |
maizige
|
05007c86bb
|
fix:duplicate copy MD (#2304)
|
2 years ago |
Kevin Wan
|
93584c6ca6
|
chore: refactor gateway (#2303)
|
2 years ago |
dependabot[bot]
|
22bb7e95fd
|
chore(deps): bump github.com/pelletier/go-toml/v2 from 2.0.3 to 2.0.5 (#2305)
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.3 to 2.0.5.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](https://github.com/pelletier/go-toml/compare/v2.0.3...v2.0.5)
---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
sado
|
bebf6322ff
|
fix resource manager dead lock (#2302)
Co-authored-by: sado <liaoyonglin@bilibili.com>
|
2 years ago |
Kevin Wan
|
36678f9023
|
chore: refactor stat (#2299)
|
2 years ago |
Josh Quintana
|
90cdd61efc
|
Initialize CPU stat code only if used (#2020)
Co-authored-by: Josh Quintana <josh@highwaybenefits.com>
|
2 years ago |
dependabot[bot]
|
28166dedd6
|
chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#2297)
|
2 years ago |
chen quan
|
0316b6e10e
|
feat(redis): add ZaddFloat & ZaddFloatCtx (#2291)
|
2 years ago |
Kevin Wan
|
4cb68a034a
|
fix #2163 (#2283)
|
2 years ago |
chen quan
|
847a396f1c
|
fix(logx): display garbled characters in windows(DOS, Powershell) (#2232)
* fix(logx): display garbled characters in windows(DOS, Powershell)
* Update writer.go
|
2 years ago |
chen quan
|
c1babdf8b2
|
doc(readme): add star history (#2275)
|
2 years ago |
MarkJoyMa
|
040c9e0954
|
feat: rpc add health check function configuration optional (#2288)
* feat: rpc add health check function configuration optional
* update config field name
|
2 years ago |
Kevin Wan
|
1c85d39add
|
Update readme-cn.md
|
2 years ago |
Kevin Wan
|
4cd065f4f4
|
Update issues.yml
|
2 years ago |
anqiansong
|
b9c97678bc
|
chore: Update readme (#2280)
* Update readme
* Update readme
|
2 years ago |
Kevin Wan
|
5208def65a
|
fix #2240 (#2271)
|
2 years ago |
Kevin Wan
|
3b96dc1598
|
Update readme-cn.md
|
2 years ago |
dependabot[bot]
|
fa3f1bc19c
|
chore(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.3 (#2267)
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](https://github.com/pelletier/go-toml/compare/v2.0.2...v2.0.3)
---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Kevin Wan
|
8ed22eafdd
|
fix #2240 (#2263)
|
2 years ago |