API文档维护Agent
|
e2c68888e9
|
refactor: 统一 OSS 配置命名(MINIO_* → OSS_*)
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
- .env.production: MINIO_* 环境变量全部改为 OSS_* 命名
- MINIO_ENDPOINT → OSS_ENDPOINT
- MINIO_ACCESS_KEY → OSS_ACCESS_KEY_ID
- MINIO_SECRET_KEY → OSS_ACCESS_KEY_SECRET
- MINIO_BUCKET → OSS_BUCKET_NAME
- MINIO_SECURE → OSS_SECURE
- MINIO_PUBLIC_URL → OSS_PUBLIC_URL
- .env.staging: 修正 section header 为 OSS 对象存储配置
- storage.py: 移除 MinIOService 和 get_minio_service() 向后兼容别名
- test_architecture_boundaries.py: 移除 storage.py 的 allowed 例外
- 更新文档中的 MINIO_* 示例为 OSS_*:
- docs/CI-CD.md
- docs/基础设施安装指南.md
- docs/本地验证检查清单.md
- docs/静态验证报告-2026-06-19.md
|
2026-06-28 08:33:48 +08:00 |
|
Xiaoxia AI
|
85402dd153
|
docs: close phase7 deployment ci validation
|
2026-06-20 21:38:50 +08:00 |
|
Xiaoxia AI
|
f529c145d9
|
docs(ci): establish runner infrastructure governance
|
2026-06-19 08:39:33 +08:00 |
|
Xiaoxia AI
|
d488d0d488
|
fix: use manual checkout for gitea actions
|
2026-06-15 20:02:04 +08:00 |
|
Xiaoxia AI
|
56aeafcb53
|
fix: set gitea checkout base url
|
2026-06-15 19:59:47 +08:00 |
|
Xiaoxia AI
|
f69e649c7f
|
chore: wire real host-based gitea deploy
|
2026-06-15 19:58:11 +08:00 |
|
Xiaoxia AI
|
cb2364a363
|
feat: add CI/CD pipeline with Gitea Actions
Deploy / deploy-staging (push) Failing after 30s
Deploy / deploy-production (push) Has been skipped
Tests / test (push) Failing after 30s
Tests / lint (push) Failing after 30s
- .gitea/workflows/tests.yml: automated testing + linting on push/PR
- .gitea/workflows/deploy.yml: deployment workflow (placeholder)
- docs/CI-CD.md: CI/CD configuration guide
- requirements-dev.txt: development dependencies (pytest, black, flake8, mypy)
- test job: run pytest with coverage report
- lint job: black + flake8 + mypy code quality checks
|
2026-06-15 16:53:09 +08:00 |
|