Kimi CLI
ca27d8659d
docs: remove GSD workflow planning documents
...
- Remove .planning/ directory (GSD workflow artifacts)
- Remove 网关配置的新想法.md (outdated design doc)
- Keep only essential technical documentation
2026-03-08 15:49:12 +08:00
movingsam
564d664426
refactor: move project to src/ and add slnx
...
Build and Deploy / build (push) Successful in 22s
Build and Deploy / docker (push) Successful in 26m23s
Build and Deploy / deploy (push) Failing after 3s
- Add YarpGateway.slnx solution file
- Move all project files to src/ directory
- Update Dockerfile for new src/ path structure
- Update CI/CD workflow with src/ project path
- Fix NuGet package references (use Gitea NuGet packages)
- Add CPM (Central Package Management) with Directory.Packages.props
2026-02-28 13:10:41 +08:00
movingsam
ca2c0d69a2
fix(dockerfile): 修正Docker构建流程和文件路径
...
Build and Deploy / build (push) Successful in 19s
Build and Deploy / docker (push) Successful in 38m56s
Build and Deploy / deploy (push) Failing after 3m40s
- 删除多余的目录拷贝,简化COPY指令
- 统一项目文件和配置文件的拷贝路径
- 调整工作目录,避免重复嵌套路径
- 优化dotnet restore和build步骤,确保路径正确
- 保持publish阶段项目路径一致,确保发布成功
2026-02-27 22:06:29 +08:00
movingsam
abe3456ccb
feat[gateway]: add K8s service discovery with pending approval workflow
...
- Add PendingServiceDiscovery model and database migration
- Add PendingServices API controller for service assignment
- Add KubernetesPendingSyncService for background sync
- Add RBAC configuration for K8s service discovery
- Update Dockerfile and K8s deployment configs
- Add service discovery design documentation
Workflow: K8s services with label managed-by=yarp are discovered
and stored in pending table. Admin approves before they become
active gateway downstream services.
2026-02-22 22:14:54 +08:00
movingsam
6f690c76fa
chore: update docs, fix strongly typed ID, add docker config
...
- docs: move completed docs to completed folder (points-rule-system, migrate-to-vben-admin)
- docs: update project progress (Member 175 tests, Fengling.Console mostly done)
- fix: update CampaignExecutionService to use campaignId.Id instead of .Value
- chore: add dockerignore and docker config to YarpGateway
2026-02-19 18:45:48 +08:00
Sam
1be6309567
chore(auth): upgrade OpenIddict to 7.2.0
2026-02-01 23:24:47 +08:00