Commit Graph

8 Commits

Author SHA1 Message Date
Haoxin Li
ae6b32a1b0 Merge remote-tracking branch 'upstream/main' into feat/sync-docs 2025-07-28 14:50:52 +08:00
Haoxin Li
b5ecb92371 feat: feat: Implement workspace and real-time file synchronization
- Added WorkspaceFileHandler for handling workspace file operations including create, update, delete, and list functionalities.
- Introduced WorkspaceFileRepo for database interactions related to workspace files.
- Created WorkspaceFileUsecase to encapsulate business logic for workspace file management.
- Implemented API endpoints for workspace file operations with appropriate request and response structures.
- Added database migrations for creating workspaces and workspace_files tables with necessary constraints and indexes.
- Enhanced user authentication and authorization for workspace file operations.
2025-07-23 17:42:20 +08:00
yokowu
17417f33b1 fix: 修复插件下载失败 2025-07-23 17:13:24 +08:00
yokowu
1f6b3976e8 feat: 数据上报 2025-07-22 17:45:56 +08:00
yokowu
8f9041b84a feat: 数据上报 2025-07-21 18:11:16 +08:00
yokowu
eecfcbf96a feat(proxy): 利用 ReverseProxy 实现代理, 进一步分离代理与分析的逻辑 2025-07-16 15:57:52 +08:00
yokowu
0490ef58a4 feat(config): 减少配置文件必填项, 配置文件改为从环境变量读取 2025-07-11 17:59:12 +08:00
yokowu
b048fac123 feat(backend): add basic backend code 2025-06-25 15:56:22 +08:00