6 Commits

Author SHA1 Message Date
向宁
819eac0edc fix: use network_mode host for container networking
ABP framework requires access to host network for DB/Redis connections
2026-05-17 19:42:53 +08:00
向宁
855a7b6880 feat: add Dockerfile and upgrade Jenkinsfile to full CI/CD
- Multi-stage .NET 10 Dockerfile (build + runtime)
- Jenkinsfile: Docker build → push to registry → deploy with docker-compose
2026-05-17 19:16:56 +08:00
xiangning
f63482057b ci: 修复 Jenkinsfile ICU 缺失问题,启用 GlobalizationInvariant 2026-05-11 02:35:41 +08:00
xiangning
c5ac69d6d0 ci: Jenkinsfile 添加 .NET 10 SDK 自动安装 2026-05-11 02:32:26 +08:00
xiangning
978247fd55 fix: 更新 Jenkinsfile 路径(backend 为仓库根目录) 2026-05-11 02:30:22 +08:00
xiangning
a6402973ca feat: 初始化 RAG 后端项目
- .NET 10 + ABP 模块化 + FastEndpoints + MediatR CQRS
- 审计系统: AuditInterceptor (IAuditable/ISoftDelete/IHasOperatorIP)
- 全局异常处理: BusinessException/NotFoundException/UnauthorizedException
- 数据库: PostgreSQL 17 + pgvector + EF Core
- CI: Jenkinsfile
2026-05-11 02:30:07 +08:00