yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/pipeline-app 2026-06-12 00:28:35 +08:00
136e7a7e57 feat: 添加i18n_getmsgs端点(无扩展名)
yumoqing pushed to main at yumoqing/pipeline-app 2026-06-12 00:27:22 +08:00
66bd5a2888 feat: 添加i18n_getmsgs.dspy空端点
yumoqing pushed to main at yumoqing/pipeline-task 2026-06-12 00:24:33 +08:00
f8a218ef6f fix: task_list.dspy返回rows键适配DataViewer
yumoqing pushed to main at yumoqing/pipeline-service 2026-06-12 00:20:02 +08:00
54c98acc25 fix: list_tasks用sqlExe替代sort参数
yumoqing pushed to main at yumoqing/pipeline-task 2026-06-12 00:18:09 +08:00
65984ae4a0 refactor: task_list.ui改用DataViewer,删除pipeline_task.js
41d6ee03fa refactor: 删除pipeline_task.js,改用纯bricks组件
Compare 2 commits »
yumoqing pushed to main at yumoqing/pipeline-app 2026-06-12 00:02:04 +08:00
9ae927c899 fix: 修复首页卡片点击无响应,VBox改用Button
yumoqing pushed to main at yumoqing/rbac 2026-06-11 23:54:20 +08:00
18251e3eae fix: add favicon.ico and i18n_getmsgs to any permissions
yumoqing pushed to main at yumoqing/pipeline-task 2026-06-11 23:54:20 +08:00
72f04fdbba fix: add pipeline_task.js to any permissions
yumoqing pushed to main at yumoqing/rbac 2026-06-11 23:41:11 +08:00
d1b81c9a9f fix: remove Sage dependency from load_path.py, use standard pattern
yumoqing pushed to main at yumoqing/pipeline-app 2026-06-11 22:06:14 +08:00
6e351005fa feat: add set_role_perm.py wrapper for RBAC registration
yumoqing pushed to main at yumoqing/pipeline 2026-06-11 22:05:05 +08:00
9f4105e3ef fix: remove hardcoded Sage paths from load_path.py, use relative paths instead
yumoqing pushed to main at yumoqing/pipeline-service 2026-06-11 20:36:12 +08:00
113eb7e040 feat: add KTV pipeline handlers (17 step types, 3 production modes)
yumoqing pushed to main at yumoqing/llmage 2026-06-11 19:29:28 +08:00
4d455da18c fix: catelog selection logic and backward compatibility
yumoqing pushed to main at yumoqing/llmage 2026-06-11 19:22:26 +08:00
52312b0a06 feat: llm_dialog.ui catelog tabs + get_llm_catelogs + inference passes catelogid
yumoqing pushed to main at yumoqing/bricks 2026-06-11 19:22:26 +08:00
577df9bac9 feat: LlmModel sends llmcatelogid in inference requests
yumoqing pushed to main at yumoqing/llmage 2026-06-11 19:02:52 +08:00
982517a1c8 feat: add get_llmcatelogid function and pass llmcatelogid to list_paging_catelog_llms.dspy
yumoqing pushed to main at yumoqing/llmage 2026-06-11 18:58:35 +08:00
767539fabd fix: derive llmcatelogid from llmid when not provided in params
yumoqing pushed to main at yumoqing/llmage 2026-06-11 18:55:02 +08:00
3423d5752f fix: move llmcatelogid filter into subquery (m alias not visible in outer scope)
yumoqing pushed to main at yumoqing/pipeline-service 2026-06-11 18:50:54 +08:00
19cd63e719 fix: remove invalid default for deps text field
yumoqing pushed to main at yumoqing/pipeline-task 2026-06-11 18:42:03 +08:00
4a68f60f25 simplify load_path.py: remove APP_ROOT detection, use relative paths (cwd is app root)