Commit Graph

232 Commits

Author SHA1 Message Date
Rick a324fb1bbe
fix: memory leak due to the gRPC connect keep (#313)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-13 18:47:38 +08:00
Rick be3976d91d
fix: the service command not working in some cases (#311)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-13 14:25:36 +08:00
Rick 0d9016e03a
chore: put the api-testing extension into the gitpod config (#310)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-12 18:50:28 +08:00
Rick cf3d86d29d
doc: add release note v0.0.15 (#309)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-11 10:12:28 +08:00
Rick 8af9f55290
fix: the go setup version is incorrect (#308)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-07 12:20:15 +08:00
Rick 05c338ea35
feat: support to get pprof of an extension (#307)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-07 11:06:45 +08:00
Rick 8e34dba43d
feat: support to show the error count as summary in report (#305)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-05 13:59:16 +08:00
Rick b3c0a9a2ba
feat: support to print api coverage in markdown report (#304)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-04 20:07:18 +08:00
Rick 0d1d64f8cd
fix: extension agent cannot quit normally in container (#303)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-04 12:19:44 +08:00
Rick d6fde9f38b
fix: the extension might not quit normally (#302)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-02 19:16:33 +08:00
Rick 19da5cdc32
feat: support to reuse the cookies (#301)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-01 17:34:43 +08:00
Rick 1bc6b66520
feat: add an extension to monitor via docker (#300)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-01 15:37:01 +08:00
Rick ceebdee381
test: add unit test cases for github reporting (#299)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-30 18:11:25 +08:00
Rick 23355f9c91
feat: support to send the report to github comment (#298)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-30 16:20:18 +08:00
Rick 02f23fea7a
ui: refactor the UI with the nav menu (#297)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-29 18:26:14 +08:00
Rick 40f27c5ba9
fix: the db driver of postgres and clickhouse is mismatched (#293)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-29 10:32:15 +08:00
Rick 91d60fc3bc
chore: provide a non-loader for avoiding nil check (#295)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-28 18:09:44 +08:00
Rick 2f83deddec
test: add more e2e test cases (#294)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-28 17:36:37 +08:00
Rick 3650f231d2
fix: the token is missing of some APIs calling (#292) 2023-11-27 17:20:11 +08:00
Rick 04828b2984
fix: error occour when the data parent dir non-exist (#291) 2023-11-27 15:58:26 +08:00
Rick 0d9b280487
feat: support to set an owner of a store (#290) 2023-11-26 18:14:38 +08:00
Rick fa1f722668
fix missing files (#289)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-26 13:44:17 +08:00
Rick 3520379db3
feat: support loading oauth info from env var (#288)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-26 13:29:31 +08:00
Rick 8bf774a2c9
feat: add device oauth mode (#287)
* chore: reduce the http client usage

having a central place to get the http client

* feat: add device oauth mode

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-26 13:04:21 +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 916ce85d53
feat: add a new extension: mongodb (#278)
* feat: support to jump to a specific version address

* feat: add a new extension: mongodb

* disable the git e2e test due to unstable

* fix the code style isseus

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-18 13:58:34 +08:00
Rick 649b0d8e85
feat: add writeFile function to expr (#277) 2023-11-17 14:13:04 +08:00
Rick 7124dc4e29
fix: http type of test suite cannot save (#276) 2023-11-16 10:18:48 +08:00
Rick 375d48add4
fix: the aliyun registry username is missing (#275) 2023-11-15 18:02:32 +08:00
Rick 10363259ae
ui: reflect the network request related codes (#274)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-15 17:50:54 +08:00
Rick 35c685cc00
feat: support to install as a windows service (#273)
but cannot start it for unknown reason

Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com>
2023-11-14 18:05:13 +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
JustinWang f31cd40437
Fix issue [259] Support set different image registry server (#271)
* fix [259] Support set different image registry server

---------

Signed-off-by: jinxinwang <g1561925068@163.com>
2023-11-14 16:37:30 +08:00
Rick 86bbe4e891
test: add k8s e2e test (#270)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-13 14:24:21 +08:00
Rick af92ea623d
feat: support set a store as readonly (#269) 2023-11-12 07:31:15 +08:00
Rick b8bf7ffcbe
feat: complete the etcd store feature (#266) 2023-11-08 15:30:25 +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 6c0cd46076
fix: grpc ui saving error occur (#262) 2023-11-01 17:01:41 +08:00
Rick 0e5ee61c94
feat: support loading proto file from URL (#261) 2023-11-01 10:59:36 +08:00
Rick 3c1e0aa242
docs: add release notes of v0.0.14 in Chinese (#260)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-10-30 19:48:10 +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
YuLuo cac73fdeda
feat: add github action to check md link (#258)
* feat: add github action to check md link

* fix: fix link

* feat: add check link json config file
2023-10-27 19:48:18 +08:00
YuLuo 1c3613aa37
docs: fix readme file link error (#256) 2023-10-27 17:26:23 +08:00
Rick 7228009f26
fix: the variable HELM_REPO in makefile is incorrect (#249) 2023-10-25 16:58:17 +08:00
Rick 2a4ce17869
feat: add SkyWalking support in the Helm chart (#248) 2023-10-25 15:15:19 +08:00
Kislay d5654394d2
[ADDED] button to toggle dark mode (#247)
* [ADDED] button to toggle styles

* [REMOVED] media query from base.css
2023-10-23 20:31:48 +08:00
Rick fac641fef9
feat: support starting store extentsion automatically (#246) 2023-10-23 15:59:22 +08:00