99 Commits

Author SHA1 Message Date
49dc5d687b refactor: 预置技能全量复制到global(公共技能)+packs清单,去掉不加载的library 2026-08-16 15:41:56 +08:00
ef248b57bc refactor: skills_library部署到skills/library/(统一技能根目录) 2026-08-16 15:35:28 +08:00
f51f52003a refactor: skills_library部署到运行目录(数据目录),非site-packages 2026-08-16 15:29:24 +08:00
e82e647907 feat: build.sh固化skills_library部署(pip install后复制到site-packages,供skill_pack读取) 2026-08-16 15:25:43 +08:00
59ed308e70 feat: 添加应用级user_menu.ui聚合入口(rbac'我'+unipay'充值') 2026-08-15 19:47:38 +08:00
5572334c70 feat: 主菜单加微信通道入口(指向pipeline-sdlc微信配置界面) 2026-08-15 11:44:34 +08:00
3f0e9c3347 fix: 建表脚本补appbase params表幂等建表+workspace_base默认参数,修params表缺失bug 2026-08-15 02:04:42 +08:00
p
3414a9a692 feat: 加模型管理菜单(/pipeline_core/llm) 2026-08-14 18:02:56 +08:00
p
a7cc65da0f feat: 建表脚本 + build.sh 集成建表和初始化数据 2026-08-14 17:44:22 +08:00
p
dcddf9dabf feat: 统一初始化数据导入脚本(模块 init/data.json 字典) 2026-08-14 17:42:30 +08:00
p
5befd51c26 fix: open_tab 同步切换+高亮,content 异步加载避免 401 登录框阻塞 2026-08-14 17:02:23 +08:00
p
a7f39d9ea0 fix: 修复 TabPanel.add_tab 的 add_removeable bug 2026-08-14 17:00:02 +08:00
p
7b7d76f4aa fix: 新增 tab 后立即高亮选中,直接显示 content 2026-08-14 16:59:01 +08:00
p
6a94b96a6c fix: open_tab 用 opts.items 判断已存在,content 失败也记录避免重复新增 2026-08-14 16:18:02 +08:00
p
a268f2f523 fix: rp.json 加 /index_tab.js 匿名权限 2026-08-14 16:16:09 +08:00
p
852d0886e5 fix: open_tab 扩展改用独立 .js 文件(HTML shell 自动加载) 2026-08-14 16:14:42 +08:00
p
f5ac6e38f4 fix: 转义 Html script 的 </script> 防止提前终止 HTML shell 2026-08-14 16:11:28 +08:00
p
adc3bad5b2 feat: 右侧内容区改 TabPanel,菜单项点击动态添加/切换 tab 2026-08-14 16:07:42 +08:00
p
9482b4741d feat: 左侧菜单加产品/折扣/定价/支付 + appbase 子菜单 2026-08-14 15:52:51 +08:00
p
727fc6b9b5 feat: rp.json 补模块根路径,完整自足 r:p 数据 2026-08-14 15:51:27 +08:00
p
b4e449dd31 feat: RBAC 权限机制重构——应用仓库定义 r:p 数据 + 统一导入脚本 2026-08-14 15:49:48 +08:00
p
e9798a9bf4 feat: build.sh 集成产品/折扣/定价/支付/短信模块 2026-08-14 15:25:52 +08:00
p
a8f92a58b6 feat: 左侧菜单加系统管理父菜单(rbac 子菜单) 2026-08-14 14:58:02 +08:00
p
3db7b8edce feat: 主页侧边栏加远程空间菜单入口 2026-08-14 13:33:11 +08:00
6d1953cd1d feat: 主菜单加审计日志入口(/app_audit) 2026-08-14 13:23:48 +08:00
324a4b7aab feat: 集成 app_audit 审计模块
- pipeline_app.py: load_app_audit(try/except 容错)
- build.sh: clone + pip install + wwwroot 链接加 app_audit
2026-08-14 12:21:51 +08:00
p
ed7aa81023 fix: i18n_getmsgs 路由到内置 i18n registerfunction + language 用 text 显示 2026-08-14 12:04:18 +08:00
p
d0fe4c98cf feat: 主页 Header 加语言切换 + RBAC 用户登录(参考 sage shell) 2026-08-14 11:59:14 +08:00
d4bc917327 feat: build.sh 一键安装 bwrap(零root apt download+dpkg -x),start.sh 加 bin 到 PATH 2026-08-13 18:07:12 +08:00
p
eda36c8b69 fix: load_path.sh tolerate per-module failure (no set -e) 2026-08-13 17:52:41 +08:00
p
07a9bc40b4 config: add .xterm/.ws processors for terminal backend 2026-08-13 17:50:58 +08:00
p
e62320b732 fix: RBAC perm init into build.sh — set_role_perm pipeline schema + load_path.sh venv 2026-08-13 17:49:28 +08:00
eda23f7ae5 refactor: extract pipeline_dist and pipeline_ops as independent modules 2026-08-03 16:21:20 +08:00
9d6446410f refactor: extract pipeline_core and pipeline_task as independent modules
- pipeline_core moved to independent repo pipeline_core.git
- pipeline_task symlink fixed to relative path
- All modules now cloned independently under pkgs/
- Removed embedded module source from umbrella repo
2026-08-03 16:12:29 +08:00
941c3c838e fix: replace wwwroot/pipeline_core dir with symlink to pkgs/pipeline_core/wwwroot; delete old CRUD files 2026-08-01 12:21:15 +08:00
0b01c58534 fix: llm CRUD json URLs match generated dspy names; rebuild llm index.ui 2026-08-01 11:33:32 +08:00
7288eb5ba8 fix: remove cockpit sidebar menu item (replaced by pipeline-sdlc index) 2026-07-31 12:24:08 +08:00
c994beb85a feat: add cockpit sidebar menu item 2026-07-30 18:26:36 +08:00
5c478b34f5 bugfix 2026-07-19 12:00:58 +08:00
a3fc40e281 bugfix 2026-07-19 11:54:51 +08:00
4b29ed0f87 bgfix 2026-07-19 11:53:13 +08:00
ffd36a3c51 fix: get_module_dbname returns pipeline for all modules 2026-07-18 23:48:23 +08:00
668bc55ed8 feat: get_module_dbname in pipeline_app.py + ServerEnv registration 2026-07-18 23:44:59 +08:00
36c7aa3648 fix(build): config sync only password_key, databases are app-specific 2026-07-18 23:42:52 +08:00
e92008c52b fix(build): link appbase wwwroot for get_code.dspy 2026-07-18 23:31:30 +08:00
756c0ac0cc fix(build): xls2ui CRUD for all pipeline modules (core/ops/dist/sdlc) 2026-07-18 23:28:52 +08:00
495bbb1422 fix(build): auto-sync config from Sage (password_key + sage DB) 2026-07-18 23:24:47 +08:00
d2a3f216dc fix(build): wwwroot symlinks to pkgs/ modules 2026-07-18 23:19:08 +08:00
59bcc3da9f fix(build): bricks dist → wwwroot/bricks link 2026-07-18 23:17:53 +08:00
126f0c0a68 fix(build): link module wwwroot directories 2026-07-18 23:03:14 +08:00