Commit Graph

161 Commits

Author SHA1 Message Date
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 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 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 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 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
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
Kurisu 6f2fed9519
feat: Support to generator JavaScript code from a HTTP testCase. (#400)
* feat: Support to generator JavaScript code from a HTTP testCase.

* more friendly prompts in JavaScript code generator.
2024-04-26 09:48:10 +08:00
zhouzhou1017 e9974374b1
feat: support to generator Python code from a HTTP testCase 2024-04-24 19:36:25 +08:00
Rick f4f1d4c312
feat: support combine mock and core server together (#390)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-04-22 21:29:52 +08:00
YuLuo 1943e7d82e
feat: add logging support (#389)
* feat: add logging support

---------

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-04-22 18:15:46 +08:00
hahahashen ea911ae8c2
feat: support write the report to a HTTP server (#367) 2024-04-22 16:28:14 +08:00
Agility6 ab38bef403
fix: incorrect HTTP request body with the Golang code generator (#383)
* fix: incorrect HTTP request body with the Golang code generator

* feat: add go body request test

* fix: go_generator error
2024-04-22 14:42:36 +08:00
Rick 062f96f965
feat: support detailed mock server (#377)
* feat: support detailed mock server

* make the constant be private

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-04-21 17:49:44 +08:00
Agility6 c17b3e7c89
chore: add license header (#385) 2024-04-21 06:42:07 +08:00
Rick e53a8c5892
feat: add a simple mock server (#368)
* feat: add a simple mock server

* support to render the initial data as template

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-04-19 13:34:25 +08:00
Agility6 9ce40e3370
feat: support to generator Java code from a HTTP testCase (#369)
* feat: support to generator Java code from a HTTP testCase

---------

Signed-off-by: Agility6 <agility1013@gmail.com>
2024-04-19 10:14:10 +08:00
Alex Shi e05ff4b485
feat: add the cookie setting for golang code generator (#363) 2024-04-14 20:40:21 +08:00
Rick 4322123586
feat: add cookie support for the requesting (#355)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-04-10 08:39:01 +08:00
Rick 642b23ab78
fix: the request method is incorrect via swagger creation (#342)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-23 11:28:00 +08:00
Rick 70a868587e
feat: provide the query parameter via swagger (#339)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-22 11:04:12 +08:00
Rick c585439873
feat: support the auto-complete of header values (#337)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-16 14:39:26 +08:00
Rick 1a8c369562
fix: convert the kind name to be lowercase (#335)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-15 15:15:12 +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 d6da4ca694
feat: add runner extension and remove trpc (#333)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-12 11:29:35 +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 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 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 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 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 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 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 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