Fengling Platform - 共享库 (Domain + Infrastructure)
Go to file
movingsam a6558137af feat(03-gateway-infrastructure-update): update Infrastructure layer for GwCluster
- Updated PlatformDbContext: removed GwTenant/GwServiceInstance DbSets, added GwCluster with EF Core config
- Created IClusterStore interface with CRUD and Destination management methods
- Created ClusterStore<TContext> implementation with soft delete and embedded Destinations support
- Deleted obsolete IInstanceStore and InstanceStore (replaced by IClusterStore)
- Updated Extensions.cs and GatewayExtensions.cs to register IClusterStore

Plan 03 of Phase 03 complete.
2026-03-03 15:46:57 +08:00
.gitea/workflows fix: 从git tag提取版本号并传递给dotnet pack 2026-03-01 01:26:56 +08:00
.planning docs(03-gateway-route-update): complete plan execution 2026-03-03 15:38:33 +08:00
docs docs(03): capture phase context for gateway adjustment 2026-03-03 11:37:16 +08:00
Fengling.Platform.Domain feat(03-gateway-route-update): extend GwTenantRoute and delete obsolete entities 2026-03-03 15:36:37 +08:00
Fengling.Platform.Infrastructure feat(03-gateway-infrastructure-update): update Infrastructure layer for GwCluster 2026-03-03 15:46:57 +08:00
.gitignore Add .gitignore 2026-02-25 17:23:55 +08:00
AGENTS.md docs: add hierarchical AGENTS.md for subdirectories 2026-02-23 00:55:03 +08:00
Directory.Packages.props refactor(migrations): 删除初始数据库迁移及OpenIddict表相关脚本 2026-03-01 00:21:35 +08:00
Dockerfile Add Dockerfile 2026-02-26 10:56:06 +08:00
NuGet.Config feat(platform): 增强 Infrastructure 层可扩展性,添加 NuGet 发布脚本与 CI/CD 2026-02-27 13:58:09 +08:00