anqiansong
cc8413d683
remove unused code
2023-03-04 20:29:56 +08:00
anqiansong
3842283fa8
Fix #2879
2023-03-04 20:29:41 +08:00
qiying.wang
fe13a533f5
chore: remove redundant prefix of "error: " in error creation
2023-03-04 20:26:40 +08:00
qiying.wang
7a327ccda4
chore: add tests for logc debug
2023-03-04 20:25:52 +08:00
qiying.wang
06e4507406
feat: add debug log for logc
2023-03-04 20:25:27 +08:00
kevin
8794d5b753
chore: add comments
2023-03-04 20:25:21 +08:00
kevin
9bfa63d995
chore: add more tests
2023-03-04 20:25:15 +08:00
kevin
a432b121fb
chore: add more tests
2023-03-04 20:25:07 +08:00
kevin
b61c94bb66
feat: check key overwritten
2023-03-04 20:24:33 +08:00
Kevin Wan
93fcf899dc
fix: config map cannot handle case-insensitive keys. ( #2932 )
...
* fix : #2922
* chore: rename const
* feat: support anonymous map field
* feat: support anonymous map field
2023-03-04 20:23:53 +08:00
Kevin Wan
9f4b3bae92
fix : #2899 , using autoscaling/v2beta2 instead of v2beta1 ( #2900 )
...
* fix : #2899 , using autoscaling/v2 instead of v2beta1
* chore: change hpa definition
---------
Co-authored-by: kevin.wan <kevin.wan@yijinin.com >
2023-03-04 20:22:27 +08:00
Kevin Wan
805cb87d98
chore: refine rest validator ( #2928 )
...
* chore: refine rest validator
* chore: add more tests
* chore: reformat code
* chore: add comments
2023-03-04 20:22:10 +08:00
Qiying Wang
366131640e
feat: add configurable validator for httpx.Parse ( #2923 )
...
Co-authored-by: qiying.wang <qiying.wang@highlight.mobi >
2023-03-04 20:22:05 +08:00
Kevin Wan
956884a3ff
fix: timeout not working if greater than global rest timeout ( #2926 )
2023-03-04 20:21:59 +08:00
raymonder jin
f571cb8af2
del unnecessary blank
2023-03-04 20:21:54 +08:00
Kevin Wan
cc5acf3b90
chore: reformat code ( #2925 )
2023-03-04 20:21:49 +08:00
chenquan
e1aa665443
fix: fixed the bug that old trace instances may be fetched
2023-03-04 20:21:43 +08:00
xiandong
cd357d9484
rm parseErr when kindJaeger
2023-03-04 20:21:28 +08:00
xiandong
6d4d7cbd6b
rm kindJaegerUdp
2023-03-04 20:21:18 +08:00
xiandong
c593b5b531
add parseEndpoint
2023-03-04 20:20:29 +08:00
xiandong
fd5b38b07c
add parseEndpoint
2023-03-04 20:20:17 +08:00
xiandong
41efb48f55
add test for Endpoint of kindJaegerUdp
2023-03-04 20:19:40 +08:00
xiandong
0ef3626839
add test for Endpoint of kindJaegerUdp
2023-03-04 20:19:34 +08:00
xiandong
77a72b16e9
add kindJaegerUdp
2023-03-04 20:19:25 +08:00
Kevin Wan
21566f1b7a
chore: reformat code ( #2903 )
2023-03-04 20:17:35 +08:00
anqiansong
b2646e228b
feat: Add request.ts ( #2901 )
...
* Add request.ts
* Update comments
* Refactor request filename
2023-03-04 20:17:21 +08:00
cong
588b883710
refactor: simplify sqlx fail fast ping and simplify miniredis setup in test ( #2897 )
...
* chore(redistest): simplify miniredis setup in test
* refactor(sqlx): simplify sqlx fail fast ping
* chore: close connection if not available
2023-03-04 20:17:16 +08:00
Kevin Wan
033910bbd8
Update readme-cn.md
2023-03-04 20:17:11 +08:00
fondoger
530dd79e3f
Fix bug in dart api gen: path parameter is not replaced
2023-03-04 20:17:05 +08:00
Kevin Wan
cd5263ac75
Update readme-cn.md
2023-03-04 20:16:58 +08:00
Kevin Wan
ea3302a468
fix: test failures ( #2892 )
...
Co-authored-by: kevin.wan <kevin.wan@yijinin.com >
2023-03-04 20:16:50 +08:00
fondoger
abf15b373c
Fix Dart API generation bugs; Add ability to generate API for path parameters ( #2887 )
...
* Fix bug in dartgen: Import path should match the generated api filename
* Use Route.HandlerName as generated dart API function name
Reasons:
- There is bug when using url path name as function name, because it may have invalid characters such as ":"
- Switching to HandlerName aligns with other languages such as typescript generation
* [DartGen] Add ability to generate api for url path parameters such as /path/:param
2023-03-04 20:16:44 +08:00
Kevin Wan
a865e9ee29
refactor: simplify stringx.Replacer, and avoid potential infinite loops ( #2877 )
...
* simplify replace
* backup
* refactor: simplify stringx.Replacer
* chore: add comments and const
* chore: add more tests
* chore: rename variable
2023-03-04 20:16:37 +08:00
Kevin Wan
f8292198cf
Update readme-cn.md
2023-03-04 20:15:38 +08:00
Kevin Wan
016d965f56
chore: refactor ( #2875 )
2023-03-04 20:15:30 +08:00
dahaihu
95d7c73409
fix Replacer suffix match, and add test case ( #2867 )
...
* fix: replace shoud replace the longest match
* feat: revert bytes.Buffer to strings.Builder
* fix: loop reset nextStart
* feat: add node longest match test
* feat: add replacer suffix match test case
* feat: multiple match
* fix: partial match ends
* fix: replace look back upon error
* feat: rm unnecessary branch
---------
Co-authored-by: hudahai <hscxrzs@gmail.com >
Co-authored-by: hushichang <hushichang@sensetime.com >
2023-03-04 20:15:25 +08:00
Kevin Wan
939ef2a181
chore: add more tests ( #2873 )
2023-03-04 20:15:18 +08:00
Kevin Wan
f0b8dd45fe
fix: test failure ( #2874 )
2023-03-04 20:15:08 +08:00
Mikael
0ba9335b04
only unmashal public variables ( #2872 )
...
* only unmashal public variables
* only unmashal public variables
* only unmashal public variables
* only unmashal public variables
2023-03-04 20:15:01 +08:00
Kevin Wan
04f181f0b4
chore: add more tests ( #2866 )
...
* chore: add more tests
* chore: add more tests
* chore: fix test failure
2023-03-04 20:14:54 +08:00
hudahai
89f841c126
fix: loop reset nextStart
2023-03-04 20:14:48 +08:00
hudahai
d785c8c377
feat: revert bytes.Buffer to strings.Builder
2023-03-04 20:14:41 +08:00
hudahai
687a1d15da
fix: replace shoud replace the longest match
2023-03-04 20:14:35 +08:00
Kevin Wan
aaa974e1ad
Update readme-cn.md
2023-03-04 20:14:22 +08:00
Kevin Wan
2779568ccf
fix: conf anonymous overlay problem ( #2847 )
2023-03-04 20:14:10 +08:00
Kevin Wan
f7d50ae626
Update readme-cn.md
2023-03-04 20:14:01 +08:00
Kevin Wan
33594ea350
Chore/rewire ( #2836 )
...
* fix: problem on name overlaping in config (#2820 )
* chore: fix missing funcs on windows (#2825 )
* chore: add more tests (#2812 )
* chore: add more tests
* chore: add more tests
* chore: add more tests (#2814 )
* chore: add more tests (#2815 )
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
* feat: upgrade go to v1.18 (#2817 )
* feat: upgrade go to v1.18
* feat: upgrade go to v1.18
* chore: change interface{} to any (#2818 )
* chore: change interface{} to any
* chore: update goctl version to 1.5.0
* chore: update goctl deps
* chore: update goctl interface{} to any (#2819 )
* chore: update goctl interface{} to any
* chore: update goctl interface{} to any
* chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#2823 )
* support custom maxBytes in API file (#2822 )
* feat: mapreduce generic version (#2827 )
* feat: mapreduce generic version
* fix: gateway mr type issue
---------
Co-authored-by: kevin.wan <kevin.wan@yijinin.com >
* feat: add MustNewRedis (#2824 )
* feat: add MustNewRedis
* feat: add MustNewRedis
* feat: add MustNewRedis
* x
* x
* fix ut
* x
* x
* x
* x
* x
* chore: improve codecov (#2828 )
* feat: converge grpc interceptor processing (#2830 )
* feat: converge grpc interceptor processing
* x
* x
* chore(deps): bump go.opentelemetry.io/otel/exporters/zipkin (#2831 )
* chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp (#2833 )
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go ) from 1.11.2 to 1.12.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.11.2...v1.12.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump go.opentelemetry.io/otel/exporters/jaeger (#2832 )
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go ) from 1.11.2 to 1.12.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.11.2...v1.12.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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: Xiaoju Jiang <44432198+jiang4869@users.noreply.github.com >
Co-authored-by: kevin.wan <kevin.wan@yijinin.com >
Co-authored-by: MarkJoyMa <64180138+MarkJoyMa@users.noreply.github.com >
2023-03-04 20:13:37 +08:00
MarkJoyMa
ee2ec974c4
feat: converge grpc interceptor processing ( #2830 )
...
* feat: converge grpc interceptor processing
* x
* x
2023-03-04 20:12:30 +08:00
Kevin Wan
fd2f2f0f54
chore: improve codecov ( #2828 )
2023-03-04 20:12:16 +08:00
MarkJoyMa
86a2429d7d
feat: add MustNewRedis ( #2824 )
...
* feat: add MustNewRedis
* feat: add MustNewRedis
* feat: add MustNewRedis
* x
* x
* fix ut
* x
* x
* x
* x
* x
2023-03-04 20:12:05 +08:00