向宁
|
ac61ace37f
|
feat: 用户列表 API 支持搜索过滤
- GetUserListQuery 增加 Search 参数
- GET /users?search=xxx 按用户名或邮箱模糊搜索
|
2026-05-17 17:50:40 +08:00 |
|
xiangning
|
88eccbc952
|
refactor: 切换数据库连接到远程服务器
- PostgreSQL: 192.168.1.154:5432 (auto_agent)
- Redis: 192.168.1.154:31040
- RabbitMQ: 192.168.1.154:31020
- RabbitMQ 注册代码支持 Port 配置
|
2026-05-11 02:47:38 +08:00 |
|
xiangning
|
fb28bbdbe5
|
fix: 修复前端-后端连接问题
- CORS 添加 localhost:5666 端口
- Cookie 改为 Secure=false, SameSite=Lax 适配 localhost 开发环境
|
2026-05-11 02:44:54 +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 |
|