Commit Graph

9 Commits

Author SHA1 Message Date
liumangmang b5c7907c23 feat: add svn preset management and optimize docker builds 2026-06-11 13:57:20 +08:00
liumangmang 409c5a81e4 fix: harden security and tune task performance 2026-06-10 20:42:17 +08:00
liumangmang 1b182c2930 feat: v2 Vue3 frontend + multiple optimizations
- New Vue 3 + Vite frontend at /v2/ (OLED dark theme, Fira Sans/Code)
- Date selector: support day/week/month range (backend unchanged)
- SSE auto-reconnect (up to 3 retries)
- Visibility polling pause (dashboard pauses when tab hidden)
- Friendly Chinese HTTP error messages
- Cancel task with confirmation in Dashboard
- Split AiWorkflowService (1700->845 lines):
  - AiApiService: AI API calls + streaming
  - ExcelExportService: POI Excel generation
- Dockerfile: 3-stage build (Node frontend -> Maven -> JRE)
- WebApplication.java: System.out -> Logger
- .gitignore: v2 build output, backup dirs

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 15:12:52 +08:00
liumangmang aef59e354a fix: harden file download flow 2026-04-30 10:30:26 +08:00
liumangmang 3555d19b26 feat: support deepseek and openai-compatible providers 2026-04-29 22:19:00 +08:00
liumangmang 4ac755a7fe feat: update web ui, docker make commands, and related docs/config 2026-04-09 11:56:19 +08:00
liumangmang 2150dfe24e feat(web): unify web entry, preset config, SSE streaming and dual-pane live logs 2026-04-03 15:40:31 +08:00
LiuMangMang bdf6367404 feat(web): 增强任务治理与系统诊断能力
新增任务持久化、筛选分页、取消任务、健康检查与 AI 输入校验,并完善前端历史管理交互与容错重试机制。补充对应单元测试,提升系统稳定性和可运维性。
2026-03-08 23:35:36 +08:00
LiuMangMang e26fb9cebb feat(web): 新增可视化工作台并支持预置SVN项目
新增 Spring Boot Web 后端与前端页面,打通 SVN 抓取、AI 分析、任务管理、文件下载与系统设置全流程。增加 3 个默认 SVN 预置项目下拉与默认项配置,提升日常使用效率与可维护性。
2026-03-08 23:14:55 +08:00