Fundamental_Analysis/services/tushare-provider-service/src
Lv, Qi 70b1a27978 feat: implement API DTO export and verify E2E tests
- contracts: Add #[api_dto] macros to core structs for OpenAPI support
- api-gateway: Integrate utoipa for Swagger UI and OpenAPI spec generation
- config: Implement dynamic configuration APIs for DataSources and LLM Providers
- tests: Refactor E2E tests to support dynamic provider configuration and fix timeouts
- docs: Update backend status in backend_todos.md
2025-11-22 22:14:01 +08:00
..
api.rs feat: Implement connection testing for Tushare and AlphaVantage providers 2025-11-19 03:15:21 +08:00
config_poller.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
config.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
error.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
main.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
mapping.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
message_consumer.rs feat: implement API DTO export and verify E2E tests 2025-11-22 22:14:01 +08:00
state.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
ts_client.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
tushare.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
worker.rs feat: implement API DTO export and verify E2E tests 2025-11-22 22:14:01 +08:00