Rick
d9724e8d2d
fix: the test suite tree cannot be selected ( #503 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-07-02 15:29:13 +08:00
Rick
b7926da2c0
feat: custom the grpc gateway restful path ( #497 )
2024-07-01 08:02:07 +08:00
Rick
896197110f
chore: add more content-type headers ( #500 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-28 12:21:05 +08:00
Rick
157253e9c3
Add JSON schema for mock types ( #499 )
...
* Add JSON schema for mock types
* add unit tests
* fix the unit test failure
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-28 08:26:29 +08:00
Rick
6495a50f51
feat: support JSON compaitble contentType parse ( #496 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-21 09:29:46 +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
f10f441a53
chore: add the codeOwners file ( #492 )
2024-06-17 20:29:50 +08:00
Rick
ee312cd07f
feat: add test case execution related promethus metrics ( #488 )
2024-06-16 15:01:16 +08:00
YuLuo
7af3cb2007
docs: fix docs site zh show bug ( #489 )
...
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-06-15 18:51:35 +08:00
Rick
605cf9addc
docs: add release note v0.0.17 ( #484 )
...
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-06-13 18:12:49 +08:00
rick
7df7d75b58
fix the broken links on the home page
2024-06-13 10:05:18 +00:00
SamYSF
2ba9c11413
feat: add serviceMonitor in the helm chart ( #485 )
2024-06-13 17:56:01 +08:00
rick
666d4bbb8a
always run docker build
2024-06-13 09:42:29 +00:00
rick
c8eece849d
skip run docs-check-links
2024-06-13 09:40:33 +00:00
Rick
a5d8eabd4d
fix: the deployment of site has errors ( #487 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-13 17:37:17 +08:00
Rick
2b332eb25a
fix: try to change the site sub-path ( #486 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-13 17:22:36 +08:00
Rick
f38d299bd9
fix: the docs lint errors ( #481 )
2024-06-13 16:55:23 +08:00
YuLuo
d6162c7f2c
fix: ci error due to the docs lint ( #482 )
...
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-06-12 21:14:48 +08:00
YuLuo
4a7f92c824
feat: add docs stie for api-testing ( #469 )
...
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-06-12 17:43:54 +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
Rick
dd90d1e90e
fix: the file path checking is incorrect on windows ( #475 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-05 14:01:28 +08:00
Rick
c415efadbe
chore: improve the home dir getting ( #474 )
...
* chore: improve the home dir getting
* replace all home dir calls
* upgrade goreleaser
* add missing imports
* fix the socket filepath
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-06-05 11:01:01 +08:00
Rick
485dffc8ea
fix: cannot download oci artifact on windows ( #473 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-04 14:33:41 +08:00
Rick
0cc0bb8be1
feat: support to download extensions automatically ( #471 )
...
* feat: add the extension sub-commad to download it
* do not put store-ext in the main image
* support to fetch the latest image tag
* finish the basic feature of extension downloading
* add some unit tests
* support different image registry
* add more unit tests
* remove useless files
* fix the unit test case
* simplify the apt install in the dockerfile
* add explanation for the empty methods
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-04 10:30:38 +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
SamYSF
b9533ee974
fix: testcase pages show badge question ( #462 )
2024-05-29 09:43:46 +08:00
Rick
1a720c03f8
fix: avoid exit the main process when plugin start failed ( #463 )
...
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-29 09:43:28 +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
WT
1765d139c0
fix: missing imports in generated golang code fron testcatse ( #457 )
2024-05-27 21:05:03 +08:00
YuLuo
775aab1d30
chore: add docs style guide links ( #456 )
...
* chore: add docs style guide links
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
* chore: optimzie pr tmpl
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
* Update PULL_REQUEST_TEMPLATE.md
Signed-off-by: YuLuo <yuluo08290126@gmail.com>
* add the contribution document link
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
---------
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-05-27 17:24:32 +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
e7620a4a0f
feat: improve the desktop system control features ( #454 )
...
* feat: improve the desktop system control features
* add preference support
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-25 21:44:22 +08:00
Rick
ce5ad55216
feat: support to return the body string even it is invalid ( #453 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-24 08:36:18 +08:00
Rick
98b4dae698
chore: push the image to tencent registry ( #452 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-23 20:18:15 +08:00
SamYSF
e10bc5988c
feat: add a language switch button on the web page ( #447 )
2024-05-22 22:05:46 +08:00
DWJ
811047ada1
fix: error when opening atest-desktop on Windows ( #451 )
2024-05-22 17:55:56 +08:00
SamYSF
ba485ce922
feat: add view YAML full screen ( #443 )
2024-05-20 15:24:38 +08:00
Rick
38a309f9f2
chore: cp atest to the desktop dir ( #445 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-20 13:58:11 +08:00
Rick
b40eea5afa
fix: some issues on darwin ( #440 )
2024-05-20 09:03:28 +08:00
dshyjtdes8888
1dd9dd449a
refactor: replace the go model from custom to the official ( #439 )
2024-05-18 20:05:04 +08:00
SamYSF
966a635768
feat: support to view testSuite as YAML on web page ( #438 )
2024-05-17 21:33:47 +08:00
Ziyi Li
50798ffcb5
feat: support send report to a gRPC server ( #431 )
2024-05-17 13:33:12 +08:00
Rick
8b2c8f289c
fix: the win config is incorrect ( #437 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-17 12:43:33 +08:00
Rick
0d481b31ab
feat: support to choose install dir on win ( #436 )
...
* feat: support to choose install dir on win
* force to update the draft release
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-16 21:16:02 +08:00
Rick
a503d757a6
chore: add macos-latest-large into the build matrix ( #435 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-16 16:26:58 +08:00
Rick
3f7749ae66
fix: using powershell on windows ( #434 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-16 09:38:30 +08:00
Rick
344694031b
fix: missing the npm install during publish ( #433 )
...
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-16 09:03:35 +08:00