v1.1.44: 5 fixes — null-guard + try/catch in toggleInstance/selectService/refreshInstances/CMDB
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Sonnet 4.6 — Финальный аудит
|
||||
|
||||
Дата: 2026-07-30
|
||||
|
||||
## 5 багов в app.js
|
||||
|
||||
| # | Баг | Строка |
|
||||
|---|-----|--------|
|
||||
| 🔴1 | `d.operations.filter` без null-guard | toggleInstance |
|
||||
| 🔴2 | toggleInstance без try/catch | toggleInstance |
|
||||
| 🔴3 | selectService без try/catch | selectService |
|
||||
| 🔴4 | refreshInstances без try/catch | refreshInstances |
|
||||
| 🟡5 | CMDB OK + refreshInstances → ошибка перезаписывает успех | executeOp |
|
||||
|
||||
## redeploy без _send_params_terraform
|
||||
Намеренно — redeploy переиспользует текущие params из state.
|
||||
|
||||
## Бэкенд чист
|
||||
api_test.py, main.py, get_params.py, http_client.py — багов нет.
|
||||
Reference in New Issue
Block a user