Fengling Console - 控制台后端
Go to file
movingsam 83085c6dea
All checks were successful
Build and Push Docker / build (push) Successful in 2m39s
IMPL-5: 实现 PendingConfigController API
- 创建 PendingConfigDtos.cs 包含所有 DTO 类
- 创建 PendingConfigController.cs 实现 CRUD 操作
- 支持列表查询(分页、筛选、搜索)
- 支持确认配置(写入数据库 + 发送 NOTIFY)
- 支持拒绝配置(从缓存移除)
- 支持修改配置(更新缓存并标记状态)
- 添加管理员权限控制
- 集成 Swagger XML 文档
- 在 Program.cs 中注册通知服务
2026-03-08 01:19:59 +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-5: 实现 PendingConfigController API 2026-03-08 01:19:59 +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