SpecialX
|
1f901c5b20
|
feat(data-ana): implement complete CDC pipeline MySQL to ClickHouse
Debezium + Kafka + aiokafka consumer with table routing.
E2E verified: MySQL INSERT to ClickHouse upsert.
|
2026-07-09 13:02:59 +08:00 |
|
SpecialX
|
958b17c9d8
|
feat(infra): p6 hardening - metrics collection and registry mirror
- 4 services add collectDefaultMetrics for process metrics
- docker-compose.yml images prefixed with docker.m.daocloud.io
- Prometheus v0.51.0 (nonexistent) fixed to v2.51.0
- Grafana port remapped 3000 to 3030 to avoid teacher-portal conflict
- ClickHouse edu_analytics database initialized
- known-issues.md documents 7 new P6 scenario-to-rule mappings
|
2026-07-09 12:29:36 +08:00 |
|
SpecialX
|
566060fade
|
feat(infra): p6 hardening - observability and deploy compose
- 5 NestJS services add /metrics endpoint via app.getHttpAdapter()
- prometheus.yml scales to 8 services with rule_files and alertmanager
- monitoring compose replaces blackbox with Loki+Promtail
- Grafana datasource adds Loki
- docker-compose.deploy.yml scales to 11 services
- deploy.env.example completes Neo4j/ES/ClickHouse/LLM vars
- teacher-bff adds health.controller
- CI removes continue-on-error on lint step
- teacher-portal lint script changed to eslint src
|
2026-07-09 10:21:06 +08:00 |
|
SpecialX
|
3ca654619f
|
chore(infra): 配置ESLint 9 flat config并恢复lint-staged集成
- 新增 eslint.config.js(ESLint 9 flat config 格式)
- 安装 @eslint/js + typescript-eslint + eslint-config-prettier
- 6 个 TS 服务 lint 脚本:eslint src --ext .ts → eslint src
- lint-staged 恢复 eslint --fix
- .gitignore 忽略 docker-compose.minimal.override.yml
- known-issues.md 新增 P6 硬化条目
|
2026-07-09 09:14:44 +08:00 |
|
SpecialX
|
a70a74207e
|
feat(ai): 完善AI网关服务并添加LLM降级模式
config.py 加openai_api_key/base_url/dev_mode
新建llm_client.py httpx异步调OpenAI REST API
main.py 业务路由加/ai前缀+降级模式+readyz端点
Gateway添加/notifications和/ai路由
docs: known-issues记录P5三服务经验
|
2026-07-09 09:09:27 +08:00 |
|
SpecialX
|
5f18821302
|
feat(api-gateway): 添加content服务代理路由
main.go添加textbooks/chapters/knowledge-points/questions四组路由
config.go新增ContentServiceURL字段
docs: known-issues记录P4 content端到端验证经验
|
2026-07-09 08:52:30 +08:00 |
|
SpecialX
|
beb204c00f
|
docs(docs): 记录 P3 core-edu 端到端验证经验与场景映射
core-edu 段新增 6 行: datetime 转换/Kafka 非阻塞/相对 import/身份头/健康检查/Outbox 验证
api-gateway 段新增 3 行: 路由注册位置/多服务路由扩展/DEV_MODE 环境变量
经验日志追加 2026-07-09 P3 条目
|
2026-07-09 08:04:00 +08:00 |
|
SpecialX
|
2c7afe59ef
|
feat(teacher-portal): 实现登录页侧边栏路由组与真实JWT集成
- lib/auth.ts: localStorage token 存储 + login/logout
- app/login: 登录表单页
- components/AppShell: 视口驱动侧边栏 + 路由保护
- app/(app)/layout: 路由组布局套 AppShell
- app/(app)/dashboard: 聚合统计卡片页
- app/(app)/classes: 迁移 CRUD 改用真实 JWT
- app/page.tsx: 根路径重定向
- known-issues.md: 记录 P2 经验
|
2026-07-09 00:58:42 +08:00 |
|
SpecialX
|
d92cdda727
|
docs(docs): 记录 P1 端到端验证经验与 IAM 场景映射
在 2.3 iam 分区补充 5 条场景映射(ESM DI/Drizzle API/健康检查/Gateway 身份传递/DEV_MODE 登录);工作经验日志追加 P1 端到端验证完整记录。
|
2026-07-09 00:26:28 +08:00 |
|
SpecialX
|
ae460e61a3
|
docs(docs): 记录重定向循环与CICD配置经验
- 新增场景映射:尾斜杠重定向循环、开发模式鉴权旁路
- 工作经验日志:重定向循环修复、CI/CD 完整配置
|
2026-07-08 15:16:00 +08:00 |
|
SpecialX
|
beedbaf686
|
docs: 同步 P6 工作日志、runbook 与服务 README
- known-issues.md: 追加 9 条 P6 工作经验日志,更新 arch-scan 经验
- post-p6-followup.md: 新增 P6 后续工作手册 runbook
- iam/core-edu/content/msg README: 补充健康检查端点说明
|
2026-07-08 12:53:05 +08:00 |
|
SpecialX
|
2ba4250165
|
feat(p1): complete P1 foundation stage
CI Go / test (push) Has been cancelled
CI Proto / lint (push) Has been cancelled
CI Python / test (push) Has been cancelled
CI TypeScript / test (push) Has been cancelled
- monorepo: pnpm workspace + go.work + pyproject.toml + commitlint/husky
- infra: docker-compose (minimal + full profiles) + init-sql + prometheus
- arch-scan: multi-language scanner skeleton (TS/Go/Python/Proto)
- shared-proto: buf v2 + classes.proto (ClassService CRUD contract)
- api-gateway: Go/Gin + JWT HS256 auth + reverse proxy + request ID
- classes: NestJS golden template (error system + observability + middleware + CRUD + tests)
- teacher-portal: Next.js + paper-feel UI design system
- CI/CD: 4 workflows (go/ts/py/proto)
- docs: migration guide + project_rules + coding-standards + git-workflow + ui-design-system + 004 + 9 module READMEs + known-issues + spec/plan migration + roadmap
|
2026-07-07 23:39:37 +08:00 |
|