yao/openapi/tests/setting
Max bde4442ff6 feat(sandbox): add sandbox management endpoints and data structures
- Introduced new endpoints for managing sandbox operations, including GET, PUT, and POST methods for registry and image management.
- Added data structures for sandbox configuration and image details, enhancing the OpenAPI settings to support sandbox functionality.
- Updated Makefile to skip sandbox-related tests in CI, ensuring local execution only.
2026-04-29 18:47:38 +08:00
..
cloud_test.go feat(setting): implement cloud settings endpoints and owner verification 2026-04-28 21:20:43 +08:00
llm_test.go feat(llm): add Yao Agents preset and LLM management endpoints 2026-04-29 10:28:07 +08:00
mcp_test.go feat(mcp): add MCP server management endpoints 2026-04-29 14:53:00 +08:00
sandbox_test.go feat(sandbox): add sandbox management endpoints and data structures 2026-04-29 18:47:38 +08:00
search_test.go feat(search): add search provider endpoints and data structures 2026-04-29 11:29:03 +08:00
smtp_test.go feat(smtp): add SMTP configuration and management endpoints 2026-04-29 12:21:19 +08:00
system_test.go feat(openapi): add unified /setting/* endpoints for OpenAPI 2026-04-28 19:33:27 +08:00