Cheng Zhou
|
18a3166463
|
release(main): 同步部署更新实时进度
Storage Persistence Guard / storage-persistence-audit (push) Has been cancelled
Client Quality Gates / Shared client and Web (pull_request) Has been cancelled
Client Quality Gates / macOS Desktop (pull_request) Has been cancelled
Storage Persistence Guard / storage-persistence-audit (pull_request) Has been cancelled
|
2026-07-01 11:23:22 +08:00 |
|
Cheng Zhou
|
18daea7f2c
|
支持非 Git 部署目录滚动更新
Storage Persistence Guard / storage-persistence-audit (pull_request) Has been cancelled
Storage Persistence Guard / storage-persistence-audit (push) Has been cancelled
|
2026-06-30 11:12:25 +08:00 |
|
Cheng Zhou
|
24d5b7445f
|
滚动更新新增 Git 访问方式选择(HTTPS/SSH)及工作区变更预检
- install.sh:
- 滚动更新流程新增「选择 Git 访问方式」步骤(HTTPS 登录 / SSH 访问)
- SSH 方式支持指定私钥文件路径或粘贴私钥内容(临时文件用后即删)
- 仓库地址输入回填当前 remote(同协议时)作为默认值
- 选环境后立即检测工作区变更,提供暂存/放弃/取消处理
- 更新结束后按 HEAD 是否变化决定自动恢复暂存或提示手动恢复
- scripts/update.sh:
- 新增 --ssh-key 参数,SSH 协议下通过 GIT_SSH_COMMAND -i 指定私钥
- 新增 --skip-dirty-check 参数,供 install.sh 预检后透传
- scripts/common.sh:
- ctms_ask_line 提示语改输出到 stderr,避免被命令替换吞掉
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-24 09:26:54 +08:00 |
|
Cheng Zhou
|
4bbc234b53
|
同步工作区更新:优化安装脚本与更新脚本,添加文档与测试脚本
|
2026-06-23 17:18:34 +08:00 |
|
Cheng Zhou
|
efc325568d
|
美化终端脚本 UI 并修复对齐与闪屏
- 配色体系:256 色语义色板(primary/accent/success/warn/danger)与统一图标常量
- 修复右边框对齐:ctms_text_width 用 perl 精确计算显示宽度,剥离 sgr0 的 \e(B 序列
- 修复菜单闪屏:改用光标归位原地覆盖重绘,去掉每帧清屏
- 美化各面板:install.sh banner/确认/成功框、根菜单、status.sh 资源表格,标签列对齐
- 新增 ctms_pad_right 按显示宽度填充含中文标签
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-23 15:24:22 +08:00 |
|