From e51a68d3094bf8a5271f7a71d114f0e5140dbc08 Mon Sep 17 00:00:00 2001 From: OG T Date: Sun, 5 Apr 2026 14:49:10 +0800 Subject: [PATCH] =?UTF-8?q?docs(logbook):=20=E8=A8=98=E9=8C=84=20Telegram/?= =?UTF-8?q?CD=20=E9=A1=AF=E7=A4=BA=E4=BF=AE=E5=BE=A9=20+=20ADR-059=20?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/LOGBOOK.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index b8c3254d..0d9410ab 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -5,6 +5,23 @@ --- +## 📍 當前狀態 (2026-04-05 Telegram/CD 顯示修復 + ADR-059 全部完成) + +| 項目 | 狀態 | Commit | +|------|------|--------| +| Telegram 按鈕根因修復 (whitelist int→list[int]) | ✅ | 76f3ffd | +| answerCallbackQuery bool is not iterable | ✅ | 22ee9b2 | +| SRE 群組告警升級為完整 v7.0 格式 | ✅ | 4b4007d | +| CD 通知 ${MINUTES}/${SECONDS} 未展開 | ✅ | 8220027 | +| Nemotron args dict 格式 → key=value 格式 | ✅ | 8220027 | +| ADR-059 Gitea Webhook 遷移(全 9 Task) | ✅ | 59e7879 | +| test_gitea_webhook.py 10/10 | ✅ | 59e7879 | +| CD task 424 部署中 | ⏳ | 8220027 | + +**Telegram 按鈕現在可用**: whitelist property 返回 str → 改 get_tg_user_whitelist() 返回 list[int] + +--- + ## 📍 當前狀態 (2026-04-05 ADR-059 Gitea Webhook 遷移完成 + 全計劃執行完畢) | 項目 | 狀態 | Commit |