fengling-platform/Fengling.Platform.Infrastructure
movingsam 1b8c937aa4
Some checks failed
Build and Push Docker / build (push) Failing after 23s
Publish NuGet Packages / build (push) Failing after 8s
feat: 添加 Gateway 路由实体到 Platform
- 新增 GatewayAggregate 领域实体 (GwTenant, GwTenantRoute, GwServiceInstance)
- 新增 IRouteStore, RouteStore, IInstanceStore, InstanceStore
- 新增 IRouteManager, RouteManager
- 合并 GatewayDbContext 到 PlatformDbContext
- 统一 Extensions.AddPlatformCore 注册所有服务
2026-02-28 23:53:00 +08:00
..
bin\Debug/net10.0 feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Configurations refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
Migrations openid的模型也迁移一下 2026-02-21 15:13:44 +08:00
DesignTimeApplicationDbContextFactory.cs openid的模型也迁移一下 2026-02-21 15:13:44 +08:00
Extensions.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
Fengling.Platform.Infrastructure.csproj feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
GlobalUsings.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
IInstanceStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
InstanceStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
IRouteManager.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
IRouteStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
ITenantStore.cs 调整项目 2026-02-21 15:05:37 +08:00
PlatformDbContext.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
RouteManager.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
RouteStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
SeedData.cs feat[platform]: add fengling-api OAuth client for introspection 2026-02-21 16:43:26 +08:00
TenantManager.cs feat(platform): 增强 Infrastructure 层可扩展性,添加 NuGet 发布脚本与 CI/CD 2026-02-27 13:58:09 +08:00
TenantStore.cs feat(platform): 增强 Infrastructure 层可扩展性,添加 NuGet 发布脚本与 CI/CD 2026-02-27 13:58:09 +08:00