yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/llmage 2026-06-16 14:09:14 +08:00
5deecc67ce fix: 上线检查改为服务端渲染(.dspy),解决bricks script不支持async问题(bug3)
yumoqing pushed to master at yumoqing/portal 2026-06-16 13:54:11 +08:00
ab3e3b3f64 feat: add CMS template functions plugin (get_site_config, get_published_content, get_latest_news)
yumoqing pushed to master at yumoqing/portal 2026-06-16 13:43:14 +08:00
8130d18bf8 fix: 替换index.ui中未定义的Jinja2函数为默认值
yumoqing pushed to master at yumoqing/portal 2026-06-16 13:41:31 +08:00
6d679a0f1d feat: 添加portal启动脚本start.py
yumoqing pushed to master at yumoqing/portal 2026-06-16 13:40:24 +08:00
3b67cb0cf0 fix: 移除user_menu.ui中不存在的has_permission函数
yumoqing pushed to master at yumoqing/portal 2026-06-16 13:37:04 +08:00
ca66a19a74 fix: load_path.py改为直接操作数据库,不依赖sage set_role_perm
yumoqing pushed to master at yumoqing/portal 2026-06-16 13:33:05 +08:00
2d3c74b6ad feat: CMS管理后台CRUD基础设施 + 暗色主题修复
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-06-16 13:16:26 +08:00
f69870e96a feat: add 40 dspy APIs, 7 UI pages, CSS, pipeline definition SQL
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-06-16 13:15:14 +08:00
26c092073d feat: add SDLC pipeline definition SQL (28 steps with DAG deps)
yumoqing pushed to main at yumoqing/pipeline 2026-06-16 13:15:14 +08:00
08fd97ca63 feat: integrate pipeline-service + pipeline-sdlc, add SDLC CRUD wrappers and RBAC paths
yumoqing pushed to master at yumoqing/portal 2026-06-16 12:16:06 +08:00
edcbdc7e03 refactor: 主页重构为bricks原生widget架构
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-06-16 12:10:14 +08:00
ea06b33fe7 feat: SDLC adapter v1.0.0 — 28 step types, 6 data tables, full lifecycle
yumoqing created repository yumoqing/pipeline-sdlc 2026-06-16 11:52:06 +08:00
yumoqing pushed to main at yumoqing/pipeline-ktv 2026-06-16 11:19:15 +08:00
396a27f43a feat: KTV pipeline adapter — 17 step handlers, decoupled from engine
yumoqing created repository yumoqing/pipeline-ktv 2026-06-16 11:18:35 +08:00
yumoqing pushed to main at yumoqing/pipeline-service 2026-06-16 11:11:38 +08:00
a44130b23b refactor(v3.1): decouple KTV handlers — pipeline-service is pure engine
yumoqing pushed to master at yumoqing/portal 2026-06-16 11:07:15 +08:00
f34ebcae43 feat: 主页右上角添加用户信息组件
yumoqing pushed to main at yumoqing/pipeline-service 2026-06-16 11:05:57 +08:00
b9a5810d85 feat(v3): human-in-the-loop — interactive steps, pluggable step_type registry
yumoqing pushed to main at yumoqing/pricing 2026-06-16 10:45:30 +08:00
616c3a1926 fix: 供应商折扣负数校验,clamp到0~1范围(bug6)
yumoqing pushed to main at yumoqing/llmage 2026-06-16 10:45:29 +08:00
b53eb61fbf fix: 修复记账失败记录查询无响应(bug4/5)+模型上线检查无响应(bug3)