3 Commits

Author SHA1 Message Date
wangdl
05cf369bee feat: 本地开发环境配置 + Python 3.9 兼容修复
Some checks failed
Deploy API Server / build-and-unit (push) Successful in 42s
Deploy API Server / current-integration (push) Failing after 3m6s
Deploy API Server / backward-compat (push) Successful in 17s
Deploy API Server / deploy (push) Has been skipped
- 添加 docker-compose.local.yml(MySQL/Redis/Qdrant 本地基础设施)
- 添加 mysql.conf.d 本地 MySQL 低资源配置
- RAG Worker Python 3.9 兼容(from __future__ import annotations)
- 同步最新业务代码变更
2026-06-27 12:42:44 +08:00
wangdl
cfa6c6bc9c fix(membership): remove broken iOS import from controller spec
Some checks failed
Deploy API Server / build-and-unit (push) Failing after 28s
Deploy API Server / current-integration (push) Has been skipped
Deploy API Server / backward-compat (push) Has been skipped
Deploy API Server / deploy (push) Has been skipped
2026-06-27 09:20:49 +08:00
wangdl
1d6a04a8b3 test(membership): add quota, guard, and controller unit tests
All checks were successful
Deploy API Server / build-and-unit (push) Successful in 39s
Deploy API Server / current-integration (push) Successful in 33s
Deploy API Server / backward-compat (push) Successful in 0s
Deploy API Server / deploy (push) Successful in 1m5s
- EffectiveQuotaService: 11 tests (shadow/enforced/legacy, P2002, unlimited)
- QuotaGuardService: 8 tests (check, error codes, confirm/cancel)
- MembershipController: 3 tests (me, plans, no txId leak)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-26 20:34:33 +08:00