Commit Graph

19 Commits

Author SHA1 Message Date
Kimi CLI
fbc54c9ac5 docs: reorganize documentation, remove GSD workflow files
Some checks failed
Build and Push Docker / build (push) Failing after 2m33s
- Add CLEANDDD-WORKFLOW.md - CleanDDD development workflow guide
- Keep GATEWAY_ADMIN_README.md and DATABASE_SCHEMA_FIX.md
- Remove all .planning/ GSD workflow documents
- Remove old EF migrations (using EnsureCreated for test env)
2026-03-08 15:48:58 +08:00
Kimi CLI
2f8c35ef3e fix: update Platform packages to v1.0.17 and fix Gateway DB schema
Some checks failed
Build and Push Docker / build (push) Failing after 2m40s
- Update Fengling.Platform.Domain/Infrastructure from 1.0.14 to 1.0.17
- Add temporary EnsureDeletedAsync() to recreate Gateway DB tables
- Fix bigint/character varying type mismatch in GwCluster.Id
- Add Npgsql log level config to suppress GSSAPI warnings
- Add DATABASE_SCHEMA_FIX.md documentation

Refs: AGENTS.md Recent Changes 2026-03-08
2026-03-08 15:21:09 +08:00
Sam
b8a76dfd93 feat(console): add ASP.NET Core Identity dependency 2026-02-05 14:06:23 +08:00
Sam
51ab712a5d docs(console): add task 12 documentation for frontend project creation 2026-02-02 10:34:12 +08:00
Sam
e6827ede0b docs(console): update architecture to frontend-only, remove backend project 2026-02-02 10:13:35 +08:00
Sam
d4d87eccde feat(console): create console backend project structure 2026-02-02 10:00:30 +08:00
Sam
ee48b93fae feat(auth): pre-register Fengling.Console as OAuth client 2026-02-02 09:59:32 +08:00
Sam
5cdcba7e57 feat(auth): add OAuth client management API 2026-02-02 09:58:55 +08:00
Sam
dcb1a0add8 feat(auth): add Dockerfile for containerization 2026-02-02 09:55:10 +08:00
Sam
db831758d9 feat(auth): add health check endpoint 2026-02-02 09:54:36 +08:00
Sam
d6dc0b2d36 feat(auth): add seed data for admin and test users 2026-02-02 09:53:06 +08:00
Sam
e51ea08c8f chore: upgrade all projects to .NET 10.0 and latest packages 2026-02-02 01:04:51 +08:00
Sam
22ab0214e6 feat(auth): add authentication controller with login endpoint 2026-02-02 01:00:57 +08:00
Sam
da56bdb493 feat(auth): configure OpenIddict with JWT and OAuth2 support 2026-02-01 23:40:37 +08:00
Sam
3deca408f1 feat(auth): add user and role models with EF Core migrations 2026-02-01 23:36:20 +08:00
Sam
d52b7c9a46 feat(auth): upgrade all dependencies to latest versions 2026-02-01 23:31:33 +08:00
Sam
425bf3b243 revert(auth): restore OpenIddict to 5.0.2 per spec 2026-02-01 23:25:08 +08:00
Sam
4ffc256615 chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00
Sam
6ca282d208 feat(auth): create authentication service project structure 2026-02-01 23:23:56 +08:00