Fengling Console - 控制台后端
Go to file
movingsam 5dc9dc5979
All checks were successful
Build and Push Docker / build (push) Successful in 2m39s
IMPL-6: 集成 ConfigNotificationService 通知网关
- 在 Confirm 方法中添加事务包装,确保数据库写入的原子性
- 注入 ConsoleDbContext 用于事务管理
- 添加详细的日志记录:
  - 配置确认开始/结束
  - 数据库写入成功
  - 事务提交/回滚
  - NOTIFY 发送成功/失败
  - 缓存移除成功/失败
- 事务处理逻辑:先提交数据库事务,再发送 NOTIFY
- NOTIFY 失败不影响数据一致性(仅记录错误)
2026-03-08 10:29:30 +08:00
.gitea/workflows chore(workflows): 添加缺失的actions/checkout步骤 2026-03-01 23:23:11 +08:00
.planning refactor(gateway): adapt to Platform 1.0.12 entity changes 2026-03-04 13:00:11 +08:00
k8s feat: 添加 CPM 中央包管理和 CI/CD 配置 2026-02-28 14:05:38 +08:00
src IMPL-6: 集成 ConfigNotificationService 通知网关 2026-03-08 10:29:30 +08:00
.dockerignore fix: 修复 CI/CD Docker 构建 context 和 Dockerfile 路径 2026-02-28 21:55:15 +08:00
.gitignore Add .gitignore 2026-02-25 17:26:54 +08:00
Directory.Build.props feat: 添加 CPM 中央包管理和 CI/CD 配置 2026-02-28 14:05:38 +08:00
Directory.Packages.props chore: 更新 Fengling.Platform.Domain 到 1.0.14 2026-03-08 00:53:55 +08:00
Fengling.Console.slnx chore(solution): 删除解决方案中的Dockerfile引用 2026-02-28 18:04:53 +08:00
global.json feat: 添加 CPM 中央包管理和 CI/CD 配置 2026-02-28 14:05:38 +08:00
NuGet.Config fix(nuget): 删除gitea源中多余的包模式 2026-03-01 15:21:10 +08:00