api-testing/pkg/server
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
..
data feat: add a template func to read local file (#582) 2024-12-14 22:13:13 +08:00
testdata feat: support fetch the suggested APIs from a gRPC server (#272) 2023-11-14 17:10:30 +08:00
constant.go feat: custom the grpc gateway restful path (#497) 2024-07-01 08:02:07 +08:00
convert.go [wip] feat: add http proxy support (#597) 2025-01-20 23:10:08 +08:00
convert_test.go [wip] feat: add http proxy support (#597) 2025-01-20 23:10:08 +08:00
fake.yaml feat: add logging support (#389) 2024-04-22 18:15:46 +08:00
fake_server.go feat: add a template func to read local file (#582) 2024-12-14 22:13:13 +08:00
gateway.go feat: add a template func to read local file (#582) 2024-12-14 22:13:13 +08:00
gateway_test.go feat: add a template func to read local file (#582) 2024-12-14 22:13:13 +08:00
http.go feat: add http requests metrics (#495) 2024-06-19 14:43:33 +08:00
http_test.go feat: support combine mock and core server together (#390) 2024-04-22 21:29:52 +08:00
proto.go feat: add a template func to read local file (#582) 2024-12-14 22:13:13 +08:00
proto_test.go feat: add a template func to read local file (#582) 2024-12-14 22:13:13 +08:00
remote_runner.go feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00
remote_server.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
remote_server_test.go feat: add a template func to read local file (#582) 2024-12-14 22:13:13 +08:00
server.pb.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
server.pb.gw.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
server.proto feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
server.swagger.json add mysql/etcd query support (#624) 2025-02-23 20:17:33 +08:00
server_grpc.pb.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
server_grpc_test.go feat: support getting version from extension (#513) 2024-07-12 22:38:14 +08:00
store_ext_manager.go support to load swaggers from an extension (#639) 2025-03-06 23:17:57 +08:00
store_ext_manager_test.go feat: support to download extensions automatically (#471) 2024-06-04 10:30:38 +08:00