Commit Graph

20 Commits

Author SHA1 Message Date
Rick 11ab39f11f
support to load swaggers from an extension (#639)
* feat: support to download differnt kinds of ext

* support to load swaggers from an extension

* docs(extension): add swagger data extension and update documentation

- Add swagger data extension to the extensions list
- Update documentation to include new extension usage

* Potential fix for code scanning alert no. 69: Arbitrary file access during archive extraction ("Zip Slip")

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>

---------

Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-03-06 23:17:57 +08:00
Rick 2f409ca68d
feat: support proxy request body amend in mock (#638)
* chore: let the sql query input be empty

* feat: support proxy request body amend in mock

* test pass with the basic feature

---------

Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2025-03-04 20:13:25 +08:00
Rick 6908433f7e
fix: mock body render missing context (#630)
* fix: mock body render missing context

* feat: add support for repo parameter in mock response body

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2025-02-25 17:15:58 +08:00
Rick 4b4ee3a60c
feat: add webhook bearer auth support (#619)
* feat: add webhook bearer auth support

* add tpl func randFloat

* refactor run webhook

* add template func uptimeSeconds

* add random enum with weight feature

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2025-02-15 14:54:17 +08:00
Rick 7b25fa373a
docs: introduce how to generate a random phone number (#594)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2025-01-12 20:33:32 +08:00
Rick 73d71a3321
docs: give more examples of the verify (#590)
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
2025-01-06 15:21:34 +08:00
Rick 0f0298455e
feat: support to generate robot-framework script (#563)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-11-18 19:59:28 +08:00
Rick 9e4259f09f
support to run test case with filter (#560)
* feat: support to get go mod version

* support to run test case with filter

* fix unit tests

* fix dockerfile

* add missing console/atest-ui/package.json

* fix the e2e

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-11-11 11:42:53 +08:00
Rick 6f4aef81e0
doc: add release note of v0.0.18 (#555)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-11-01 20:33:26 +08:00
Rick 28a32a03ca
fix: the root path of docs is incorrect (#554)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-11-01 19:16:45 +08:00
Rick 2db16248ef
feat: imporove mock object with standard crud (#553)
* feat: imporove mock object with standard crud

* add more document of mock

* add a common proxy on mock server

* test pass with the mock proxy

* update mock json schema

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-11-01 16:44:28 +08:00
Rick bbaf91f73c
feat: support to config mock server on ui (#552)
* doc: add document of atest extension

* feat: support to config mock server on ui

* add more document

* Fix code scanning alert no. 61: Incorrect conversion between integer types

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>

---------

Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-10-29 21:03:45 +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
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