Commit Graph

378 Commits

Author SHA1 Message Date
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
YuLuo 9f400bbcb9
fix: Unified helm version number (#422)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-05-09 13:43:00 +08:00
YuLuo 369a8d28a4
ci: update release ci yml (#421)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-05-09 10:54:01 +08:00
Rick 1f0b7ca5e9
fix: using a better header struct (#418)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-09 10:14:34 +08:00
Rick f41f5a9e14
docs: add links between Chinese and English version (#417)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-05-09 10:14:22 +08:00
YuLuo fc085fe337
optimize: optimize makefile and tools (#414)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-05-08 21:27:55 +08:00
YuLuo d6485c8603
chore: delete package-lock.json which in the root dir (#413)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-05-06 10:19:35 +08:00
Rick 6bf626d72d
fix: the status code not match error ignored (#411)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-04-30 15:49:05 +08:00
Rick d344a14502
revert darwin/amd64
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
2024-04-30 14:13:24 +08:00
Rick 02026b2199
feat: support to set the prefix of mock server (#402) (#410)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-04-30 14:06:15 +08:00
Rick ffac34fd9d
feat: support to set the prefix of mock server (#402)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-04-28 08:30:52 +08:00
Rick 72fc008ea1
Revert "chore(ci): add pull request retest action (#404)" (#406)
This reverts commit d95d2ffd73.
2024-04-26 16:34:48 +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 d95d2ffd73
chore(ci): add pull request retest action (#404)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-04-26 15:33:52 +08:00
YuLuo 2d3c1737b7
chore: rename CODE_OF_CONDUCT.md (#403)
Signed-off-by: YuLuo <yuluo08290126@gmail.com>
2024-04-26 10:40:08 +08:00
YuLuo c8378aee85
feat: add code of conduct docs (#379)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
2024-04-26 09:52:09 +08:00