Rick
a8c52fa891
feat: enable refelction of the extension server ( #511 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-07-11 14:06:06 +08:00
Ziyi Li
50798ffcb5
feat: support send report to a gRPC server ( #431 )
2024-05-17 13:33:12 +08:00
Haibara Ai
42c4eb259b
fix:Handle gRPC messages larger than max size ( #399 )
...
* fix:Handle gRPC messages larger than max size
2024-04-26 16:29:19 +08:00
YuLuo
1943e7d82e
feat: add logging support ( #389 )
...
* feat: add logging support
---------
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
Signed-off-by: YuLuo <yuluo08290126@gmail.com>
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
2024-04-22 18:15:46 +08:00
Rick
3f6b4a45f2
fix: panic with the gRPC test cases ( #334 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-15 13:32:11 +08:00
Rick
d6da4ca694
feat: add runner extension and remove trpc ( #333 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-12 11:29:35 +08:00
Rick
1c5b72df0b
feat: add graphql feature support ( #326 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-21 11:15:12 +08:00
Rick
04828b2984
fix: error occour when the data parent dir non-exist ( #291 )
2023-11-27 15:58:26 +08:00
Rick
d300c4b047
feat: add auth support for server mode ( #283 )
...
* chore: refactory the body verify
* feat: add auth support
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-24 11:53:48 +08:00
Rick
1241aa81e2
feat: support passing the metadata to gRPC request ( #282 )
2023-11-20 19:25:47 +08:00
Rick
649b0d8e85
feat: add writeFile function to expr ( #277 )
2023-11-17 14:13:04 +08:00
Rick
ed58358657
feat: support fetch the suggested APIs from a gRPC server ( #272 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-14 17:10:30 +08:00
Rick
13be826422
feat: support import from common grpc library ( #265 )
...
* feat: support import from common grpc library
* chore: support to release atest-store-git
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-11-05 20:39:20 +08:00
Rick
7ea16a6642
feat: support to generate grpc payload as JSON ( #264 )
2023-11-03 14:13:43 +08:00
Rick
adb8e1f3a3
feat: add local cached http client ( #263 )
...
a cached client could reduce the network requests
2023-11-02 16:27:39 +08:00
Rick
0e5ee61c94
feat: support loading proto file from URL ( #261 )
2023-11-01 10:59:36 +08:00
Rick
dd7cd4634e
feat: add trpc protocol support ( #254 )
...
* feat: add trpc protocol support
* test pass the trpc on web ui
* add unit tests
* fix the trpc service parsing issue
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-10-29 19:45:46 +08:00
Ink33
90b4b07c6d
fix: verify grpc expect body ( #223 )
...
* fix: verify grpc expect body
Signed-off-by: Ink33 <Ink33@smlk.org>
* chore(grpc_test): add JSON cache bypass
Signed-off-by: Ink33 <Ink33@smlk.org>
---------
Signed-off-by: Ink33 <Ink33@smlk.org>
2023-10-09 14:06:08 +08:00
Ink33
7e5f93f731
feat: get gRPC descriptor from dp set ( #216 )
...
* feat: get gRPC descriptor from dp set
Signed-off-by: Ink33 <Ink33@smlk.org>
---------
Signed-off-by: Ink33 <Ink33@smlk.org>
Co-authored-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
2023-09-26 09:44:35 +08:00
Rick
f22accad65
feat: add an expr function httpReady ( #214 )
2023-09-12 18:20:02 +08:00
Ink33
acc8b268d7
feat: get gRPC descriptor via server reflection ( #210 )
...
Signed-off-by: Ink33 <Ink33@smlk.org>
2023-09-07 06:25:11 +08:00
Ink33
ada9ca07e7
fix: missing return in invokeRequest for stream rpc ( #206 )
...
* fix: missing return in invokeRequest for stream rpc
fix Got error when running the sample grpc testsuite file #200
Signed-off-by: Ink33 <Ink33@smlk.org>
* re-order the test cases in .github/testing/core.yaml
---------
Signed-off-by: Ink33 <Ink33@smlk.org>
Co-authored-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
2023-09-06 08:56:26 +08:00
Ink33
18bd198745
feat: support running gRPC test cases ( #160 )
2023-08-13 21:09:45 +08:00