Fengling Gateway - 网关
Go to file
movingsam b2478fb25b
Some checks failed
Build and Deploy / build (push) Successful in 36s
Build and Deploy / docker (push) Failing after 30s
Build and Deploy / deploy (push) Has been skipped
chore(ci): 添加集中管理NuGet包版本并优化GitHub Actions工作流
- 在Directory.Build.props和Directory.Packages.props中启用包版本集中管理
- 统一管理多个关键依赖项的版本号,包括Fengling服务发现、Microsoft和Serilog组件
- 重构YarpGateway.csproj从项目引用改为包引用以支持包版本集中管理
- 新增NuGet.Config文件配置企业私有源和官方源凭证
- 完善GitHub Actions工作流,添加.NET环境设置及依赖恢复
- 拆分构建、Docker构建推送及部署步骤,增加Kubernetes部署实现
- 支持push和pr触发,使用动态标签和metadata管理镜像版本
- 自动更新Kubernetes部署镜像标签并进行回滚状态检查与验证
2026-02-27 21:11:13 +08:00
.gitea/workflows chore(ci): 添加集中管理NuGet包版本并优化GitHub Actions工作流 2026-02-27 21:11:13 +08:00
Config docs: reorganize documentation structure 2026-02-15 10:32:23 +08:00
Controllers feat[gateway]: add K8s service discovery with pending approval workflow 2026-02-22 22:14:54 +08:00
Data feat[gateway]: add K8s service discovery with pending approval workflow 2026-02-22 22:14:54 +08:00
DynamicProxy refactor: align TenantRepository with CleanDDD/NetCorePal规范 2026-02-19 19:20:06 +08:00
LoadBalancing chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
logs chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
Metrics chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
Middleware chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
Migrations feat[gateway]: add K8s service discovery with pending approval workflow 2026-02-22 22:14:54 +08:00
Models feat[gateway]: add K8s service discovery with pending approval workflow 2026-02-22 22:14:54 +08:00
Properties chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
Services feat[gateway]: add K8s service discovery with pending approval workflow 2026-02-22 22:14:54 +08:00
sql chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
.gitignore Add .gitignore 2026-02-25 17:28:18 +08:00
appsettings.Development.json chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
appsettings.json chore: update gitignore to allow Vben packages directory 2026-02-13 21:34:52 +08:00
Directory.Build.props chore(ci): 添加集中管理NuGet包版本并优化GitHub Actions工作流 2026-02-27 21:11:13 +08:00
Directory.Packages.props chore(ci): 添加集中管理NuGet包版本并优化GitHub Actions工作流 2026-02-27 21:11:13 +08:00
Dockerfile feat[gateway]: add K8s service discovery with pending approval workflow 2026-02-22 22:14:54 +08:00
NuGet.Config chore(ci): 添加集中管理NuGet包版本并优化GitHub Actions工作流 2026-02-27 21:11:13 +08:00
Program.cs feat[gateway]: add K8s service discovery with pending approval workflow 2026-02-22 22:14:54 +08:00
YarpGateway.csproj chore(ci): 添加集中管理NuGet包版本并优化GitHub Actions工作流 2026-02-27 21:11:13 +08:00