docs: receive all docs from app-autotest

This commit is contained in:
2026-07-30 13:38:34 +04:00
parent cca20c070f
commit de560cb066
29 changed files with 3213 additions and 0 deletions
+19
View File
@@ -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 — багов нет.