Commit Graph

27 Commits

Author SHA1 Message Date
Rick 6e0c70e07d
feat: support session scope store (#517)
* chore: stop using the image from docker hub

* feat: support session scope store

* support to set the suggested api cout limit

* add more unit tests

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-07-21 11:16:43 +08:00
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
Rick 03a614ad23
feat: add testCase page json lint (#506)
* feat: add testCase page json lint

* fix the test case save and run method

* add shortcut for sending request

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-07-05 10:45:28 +08:00
Rick b7926da2c0
feat: custom the grpc gateway restful path (#497) 2024-07-01 08:02:07 +08:00
Rick dabb95542d
feat: add http requests metrics (#495)
* feat: add http requests metrics

* add more error log

* move the api-testing-scema.json

* copy api-testing-schema.json during the docs build process

* do not ignore helm directory

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-19 14:43:33 +08:00
Rick ee312cd07f
feat: add test case execution related promethus metrics (#488) 2024-06-16 15:01:16 +08:00
Rick e866727d53
feat: support to run test suite via http (#478)
* feat: support to run test suite via http

* improve the extension download

* download extenion in the e2e

* add extension-registry into the helm values.yaml file

* update helm install in e2e test

* fix the k8s helm chart testing

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-06-10 18:52:33 +08:00
DWJ 2e0779dfdc
feat: add TLS for gRPC server endpoint (#477) 2024-06-09 17:42:01 +08:00
WT 1735b8f326
fix: python generated code error when without HTTP headers (#465) 2024-06-01 22:09:36 +08:00
Rick c0d9a8af62
fix: missing the container exit code check (#468)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-31 21:58:53 +08:00
Rick a11b7ff550
fix: not work when grpc port is a random one (#467)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-31 13:40:57 +08:00
Rick 92d517f7b9
e2e: add e2e tests for code generators (#458)
* e2e: add e2e tests for code generators

* improve the verifying of java code generating

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-28 17:46:38 +08:00
Rick 00e53452fc
feat: support to duplicate test suite and case (#455)
* feat: support to duplicate test suite and case

* add e2e testing for the new apis

* fix the e2e testing

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-27 09:57:23 +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 4eab371064
chore: move the system serivce into linuxsuren/go-service (#328)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-25 14:49:53 +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 cef376ac40
fix: cannot read the query (#317)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-18 10:56:49 +08:00
Rick ba51c74b33
chore: add favicon for the web page (#316)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-15 12:32:18 +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 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 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 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 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 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