Commit Graph
12 Commits
Author SHA1 Message Date
liumangmang 42214b33e3 refactor: optimize security baseline, task logging, frontend maven packaging, and redirect root page to v2 2026-06-10 16:06:10 +08:00
liumangmangandClaude Opus 4.8 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
liumangmangandClaude Opus 4.8 c9c40869d7 fix: update svn preset urls ip address
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 10:06:04 +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 51be434f2a fix(config): regenerate application.properties in utf-8 2026-04-03 16:11:24 +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 d050fadfee feat(ai): 切换到DeepSeek推理模型并优化API调用流程
- 将API模型从 deepseek-chat 切换为 deepseek-reasoner
- 添加推理过程提示信息显示
- 实现实时显示思维链推理过程
- 优化响应内容收集逻辑
- 更新JSON对象属性设置方法支持多种数据类型
- 修改预设项目SVN地址配置
2026-03-02 21:07:55 +08:00
liumangmang a6817fd9bf feat(core): 添加SVN日志查询工具和DeepSeek AI处理功能
- 实现SVN日志查询工具,支持版本范围和用户过滤
- 添加DeepSeek API集成,用于AI分析日志内容
- 创建Excel生成器,输出工作量统计报表
- 添加日志实体类和项目配置管理功能
- 集成POI库支持Excel文件操作
- 实现Markdown格式日志导出功能
2026-02-05 09:11:17 +08:00
liumangmang 25248a0275 chore(svn-log-tool): 移除svm日志工具及示例文件,更新编码配置
- 删除DeepSeekLogProcessor日志处理类及相关依赖文件
- 删除Main主程序及辅助工具类LogEntry和ExcelAnalyzer
- 移除示例日志文件example_log.md
- 更新.idea/encodings.xml,添加src/main/java和src/main/resources的UTF-8编码配置
- 添加标准.gitignore配置,忽略Maven、IDEA、日志、打包文件及部分系统文件
2026-02-04 16:17:09 +08:00
liumangmang af02989ecb Initial commit 2026-02-04 16:03:17 +08:00