4 Commits
Author SHA1 Message Date
liujing 53f8b2e21b feat: support git repositories and project management
- Git (JGit) log fetching: mirror clone cache, incremental fetch, time/author filter, HTTPS token & SSH key auth
- Git preset management and /api/git/* endpoints (test-connection, version-range, fetch)
- Markdown report generalization: project meta, commit range, short hash entries
- Project management: project entities, drag-drop repo assignment, sorting, rename sync, non-empty delete protection
- AI analysis: project-based grouping merges SVN+Git commits, excludes empty projects from Excel
- Batch fetch: skip repos without logs instead of aborting the whole flow
- Frontend: project management page, repo page project dropdown, Git fields, sidebar updates
- Tests: GitLogFetcherTest, DateRangeResolverTest, ProjectConfigServiceTest, merge/exclusion coverage
2026-07-31 21:19:12 +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
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 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