Commit Graph

343 Commits

Author SHA1 Message Date
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
Rick ce31b7145a
chore: remove the prefix v in the version (#432)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-05-16 09:00:17 +08:00
Rick 95205fe4e5
fix: the dir is incorrect for publishing desktop (#430)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-15 22:32:32 +08:00
Rick d31a4c5dc9
fix: remove the not found command: tree (#429)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-15 22:27:12 +08:00
Rick f7fdbace6d
feat: add electron based desktop application (#428) 2024-05-15 22:22:57 +08:00
Rick ea033d94b6
feat: support image registry mock server (#425)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-14 12:23:44 +08:00
SamYSF 76c60b3e06
fix: cannot import sub-collection of postman (#426) 2024-05-13 15:42:19 +08:00
Rick 7896523e66
docs: remove zeabur logo due to no more support (#423)
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
2024-05-09 16:32:17 +08:00
YuLuo 595b82620b
chore: add docker image desc label (#420)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-05-09 16:32:00 +08:00
YuLuo c2fcf50f2d
fix: ci failure when specifying container registration address (#424)
Signed-off-by: YuLuo <yuluo08290126@gmail.com>
2024-05-09 16:19:10 +08:00