naeel
58b823a260
v1.2.19: fixes from Codex audit — XSS in params, JS injection in onclick, scenario polling timeout, has_target validation, tracker atomic update
2026-07-31 17:58:57 +04:00
naeel
e0e16b91a8
v1.2.18: fix onOpChange — сохранять выбранную операцию в step.operation, авто-показ облачных инстансов для не-create
2026-07-31 17:40:33 +04:00
naeel
c50aaf59d8
Подробные комментарии ко всем JS-файлам фронтенда
2026-07-31 17:25:44 +04:00
naeel
0180f3cb3f
v1.2.15: aligned table columns everywhere
...
- Overview cards: .overview-table with table-layout:fixed, status column 70px
- History table: table-layout:fixed, Time 130px, Op 90px, Status 50px, Duration 55px
- All tables now have consistent column widths across cards
2026-07-31 14:14:04 +04:00
naeel
bc09b69aa4
v1.2.14: expandable history rows with execution stages
...
Backend: /api/history now returns stages (JSONB)
Frontend: click on history row → expand to show execution stages:
✅ stage_name start → finish (duration)
❌ stage_name start → finish (duration)
⏳ stage_name start → ... (—)
RUNNING rows: yellow background, FAIL rows: red background
2026-07-31 14:07:35 +04:00
naeel
beaff3f1cf
v1.2.12: scenario list — clean header row + action buttons in expanded view
...
- Header: name | step count | seed badge (no CRUD buttons)
- Expanded view: ▶ Запустить ✏ Редактировать 📋 Копировать 🗑 Удалить
(same size, aligned, with labels)
- Delete hidden for seed scenarios
2026-07-31 14:02:50 +04:00
naeel
bfa21accf5
v1.2.11: scenario list — expandable steps + run confirmation
...
- Click on scenario name → expands to show step details:
operation → service_id (output/ref/uid) (params)
- ▶ Запустить button inside expanded view
- confirm('Запустить сценарий?') before running
- CRUD buttons (✏📋 🗑) with event.stopPropagation()
- toggleScenarioSteps(defId): single-expand (closes others)
2026-07-31 13:55:11 +04:00
naeel
e618d6d011
v1.2.10: rename Верстак→Консоль, fix logs view
...
- Sidebar: Верстак → 🖥 Консоль
- View header: Верстак → Консоль
- Log view: show real log content (synced with log panel)
- Dark bottom log panel: hidden on all non-log views, left offset 192px (sidebar width)
- views.js: switchView handles log view sync
2026-07-31 13:33:05 +04:00
naeel
2133a1b2fe
v1.2.9: Phase 1 — sidebar + views layout
...
index.html: full rewrite
- Sidebar (192px/72px, blue top border): Верстак/Обзор/История/Сценарии/Логи
- Views: workbench (service left rail + instances/params right), overview, history, scenarios, logs
- Token form moved to sidebar bottom
- All existing DOM ids preserved: inst-list, params-area, params-form, btn-test,
test-status, create-btn-area, history-card, history-body, scenario-card, scenario-body
- Log panel adjusted: left 72px (sidebar width)
- Fonts increased: 12-14px
views.js (NEW): switchView(id) — show/hide views, auto-load content on open
2026-07-31 13:16:50 +04:00
naeel
10377e9cdb
v1.2.8: Phase 0 review fixes — snackbar.js include + sidebar 72px + collapsed view
...
- index.html: add snackbar.js (was missing, showSnackbar not available)
- style.css: sidebar.collapsed 56→72px (match Nubes DS 4.5rem)
- style.css: .sidebar.collapsed ~ .view margin-left: 72px
2026-07-31 13:14:49 +04:00
naeel
78b5063259
v1.2.7: Phase 0 — CSS foundation + icons + snackbar
...
style.css: +93 lines — sidebar, view, tabs, toolbar, field (label on top),
skeleton, snackbar, combobox classes. Font scale 13/14/16.
icons.js (NEW): 10 inline-SVG Lucide icons (play, edit, trash, check, x,
chevronDown, search, plus, rotateCw, cloud). stroke=currentColor.
snackbar.js (NEW): showSnackbar(msg, type). bottom-right, 4s/8s auto-hide,
stacking max 4, accessibility role=status aria-live=polite.
index.html: include icons.js before utils.js
2026-07-31 12:52:02 +04:00
naeel
cc60f9401a
v1.2.6: instance dropdown: outputs only + cloud button + RUNNING highlight
...
scenario-form.js:
- renderStepRow: non-create dropdown shows only 🆕 outputs by default
- «📥 Из облака» button toggles cloud autotest-* instances in same select
- toggleCloudInstances(idx): snapshot, flip _showCloud flag, re-render
- Button label: 📥 Из облака ↔ ➖ Скрыть облако
scenario-list.js:
- RUNNING status: yellow background #fef3c7 on both loadScenarios() and runScenario() polling
2026-07-31 12:29:43 +04:00
naeel
74c22d2612
v1.2.5: parameter editor with auto-load from API + params-render.js
...
Phase 1: paramDefsCache, step.params as {name:value}
Phase 2: resolveStepSvcOpId() → loadStepParams() via /api/params
Phase 3: <details> in step card, renderParamRow with pre-fill (clone def + saved values)
Phase 4: snapshotStepParams() before re-render, reset on operation change
Phase 5: collectFormSteps via collectParams() + numeric→name reverse mapping
Only scenario-form.js changed. params-render.js, api_test.py, _resolve_params unchanged.
Compatible with existing scenarios (symbolic names in DB).
2026-07-31 12:00:50 +04:00
naeel
eb517594bc
v1.2.4: collapsible help section in scenario editor modal
...
scenario-form.js: <details> block between name and steps:
- How steps work (operation → target)
- Create: service + output name
- Non-create: instance from scenario or cloud
- Parameters: key=value format with example
- Buttons: ↑↓ reorder, ✕ delete
2026-07-31 11:49:04 +04:00
naeel
622a7c7023
v1.2.3: instance_ref shows cloud instances + bigger CRUD buttons
...
scenario-form.js:
- showScenarioEditor loads /api/instances/list alongside services
- renderStepRow: non-create instance_ref dropdown shows:
🆕 outputs from previous create steps
☁ existing cloud instances filtered by service_id
- Removed separate instance_uid text field (now in dropdown)
scenario-list.js:
- CRUD buttons: ✏📋 🗑 bigger (13px, padding), vertical layout
- Run button: full-width, left-aligned
2026-07-31 11:40:29 +04:00
naeel
15f5ebe647
v1.2.2: modal scenario editor with dropdowns + output/ref
...
scenario-form.js — full rewrite:
- Full-screen modal (backdrop + content, 800px max-width)
- Services dropdown (GET /api/services, cached)
- Operations dropdown (GET /api/operations/{svcId}, cached)
- output field for create steps
- instance_ref dropdown (previous outputs) + explicit instance_uid
- [↑][↓] reorder buttons
- Auto-load operations on service change
index.html — modal CSS (#scenario-modal, .modal-backdrop, .modal-content)
2026-07-31 10:19:26 +04:00
naeel
353e07bfa8
v1.2.1: fix tracker_add in executor + labelCls + descr context + script order
...
Opus review fixes:
- executor.py: tracker_add inside executor after instance_uid, before params/run (A3, orphan protection)
- executor.py: descr parameter (version/context instead of hardcoded)
- api_test.py: pass client_id/stand/descr, remove duplicate tracker_add
- scenario.py: pass client_id/stand/descr with scenario context
- params-render.js: fix labelCls ReferenceError in renderMapFixedRow (pre-existing bug)
- index.html: params-render.js already before operations.js (verified)
2026-07-31 09:45:05 +04:00
naeel
91e97f6f75
v1.2.0: unified executor + flexible instance refs + params-render.js
...
Phase 1 — New modules:
- api/utils.py: find_uid(), uid_from_location() (replaces 2 duplicates)
- operations/poll.py: poll_until_done() (shared sync/async polling)
- operations/executor.py: execute_operation() (single CREATE/non-CREATE flow)
Phase 2 — Format + validation:
- routes/api_scenario_defs.py: _validate_steps with output/instance_ref/instance_uid
- operations/scenario.py: resolve instance_uid > instance_ref > service_id,
use executor + poll_until_done, persist instance_bindings
Phase 3 — Migration:
- routes/api_test.py: create/non-create through executor, _finish_op through poll_until_done
- db/init_db.py: startup cleanup of stuck scenario_runs (>1h)
Phase 4 — UI shared module:
- static/js/params-render.js: renderParamRow, renderMapFixedRow, collectParams
- static/js/operations.js: use params-render.js (remove duplicates)
- templates/index.html: include params-render.js
- app.py: bump 1.1.57 → 1.2.0
2026-07-31 08:55:06 +04:00
naeel
38f58ddbd7
v1.1.57: fix scenario editor body bug + relativeTime columns + infra UUIDs
...
- scenario-form.js: fix ReferenceError body is not defined in renderEditor()
- utils.js: relativeTime(iso) → 3ч 12м / 2д 5ч / только что
- instances.js: columns created / modified with relativeTime()
- index.html: instanceUid under displayName in infra column
2026-07-30 22:22:19 +04:00
naeel
7ae172e863
v1.1.56: fix JS load order — selectService() moved to app.js (was calling stopPoll before operations.js loaded)
2026-07-30 22:09:26 +04:00
naeel
a96658b9b5
v1.1.55: split large files + CRUD scenario editor
...
Backend (5→7 files):
- api_test.py: 622→479, terraform functions → operations/terraform.py (142)
- api_scenario.py: 241→split into run (153) + defs (108) with _validate_steps()
- db/scenario_defs.py: +client_id, stand, is_seed in list_definitions
Frontend (1→10 files):
- app.js: 554→16 (loader), split into:
utils.js (45), instances.js (89), operations.js (249),
history.js (35), scenario-list.js (90)
- New CRUD: scenario-form.js (128), create (25), edit (12), delete (13)
Max file size: JS 249, PY 479
2026-07-30 22:02:22 +04:00
naeel
e5e96593f1
v1.1.53: filter scenario history by app_version (fix stale results after redeploy)
2026-07-30 16:10:53 +04:00
naeel
983b387708
v1.1.50: scenario_definitions DB+CRUD, seed, runner from DB, 409 lock, UI definitions, drop config.yaml scenarios
2026-07-30 15:06:05 +04:00
naeel
7f69c916ec
v1.1.48: fix 4 scenario bugs — save_run: scenario_run_id+step_number, run_id before thread (202), TIMEOUT op_data init, RUNNING before API call, GET /run/<id>
2026-07-30 14:08:29 +04:00
naeel
7eeb1131b3
v1.1.46: phase2 — scenario runner MVP (YAML config, DB schema, API endpoints, UI section)
2026-07-30 13:48:34 +04:00
naeel
0ab6b3a89e
v1.1.45: phase1 — escape fixes, refSvc top-level, redact secrets, validate inputs, no traceback, TIMEOUT save, remove legacy api_bp
2026-07-30 13:43:48 +04:00
naeel
b5d139a04a
v1.1.44: 5 fixes — null-guard + try/catch in toggleInstance/selectService/refreshInstances/CMDB
2026-07-30 09:49:08 +04:00
naeel
de18ea7d43
v1.1.43: fix missing opsEl declaration in toggleInstance
2026-07-30 09:33:27 +04:00
naeel
16848544fa
v1.1.42: busy check BEFORE stopPoll in toggleInstance
2026-07-30 09:29:40 +04:00
naeel
272c5c2b3a
v1.1.41: block selectService when busy
2026-07-30 09:10:10 +04:00
naeel
8bd68e1eed
v1.1.40: busy blocks instance expand completely
2026-07-30 09:08:22 +04:00
naeel
a0a17e183f
v1.1.38: operations per instance svcId + operation name header
2026-07-30 08:33:03 +04:00
naeel
f79301b245
v1.1.37: params for all ops + polling try/catch + refresh always + tracker CMDB + firstServiceId
2026-07-30 07:47:43 +04:00
naeel
b1ec156fc8
v1.1.35: close stale ops panels when busy resets
2026-07-29 15:07:25 +04:00
naeel
81c27fb270
v1.1.34: busy=false in catch + CMDB OK no polling
2026-07-29 14:54:59 +04:00
naeel
b6a497400c
v1.1.32: not-created instances — only show delete operation
2026-07-29 13:57:51 +04:00
naeel
0092a4a0e3
v1.1.29: busy=false on early FAIL return — prevent permanent lock
2026-07-29 13:41:57 +04:00
naeel
edb2d0d526
v1.1.27: busy lock — block operations while another is running
2026-07-29 13:30:53 +04:00
naeel
0df6804d79
v1.1.22: fix currentSvcShort scope — move to module level
2026-07-29 12:37:50 +04:00
naeel
515fadbcde
v1.1.21: 6 fixes — _finish_op args, connection leak, pool init, XSS, secure cookie, let
2026-07-29 12:01:00 +04:00
naeel
2eecf17aa4
v1.1.18: fix stages position for CREATE — after create-btn, not in inst-list
2026-07-29 11:03:31 +04:00
naeel
b23ea0ee4e
v1.1.15: dynamic stages-box — inline after instance, not below all
2026-07-29 09:43:29 +04:00
naeel
735bf4d3d6
v1.1.14: serviceId filter, svcShort displayName, descr, remove duplicate endpoint
2026-07-29 09:34:46 +04:00
naeel
8f802c3a17
v1.1.13: service highlight, dynamic btn text, defaultValue in dataDescriptor
2026-07-29 09:05:23 +04:00
naeel
b763469c5c
v1.1.12: fix NameError — missing import + JS error handling in showParams
2026-07-29 08:53:53 +04:00
naeel
da88fa6bd8
v1.1.10: real svc per instance, create header, required marks for nested
2026-07-28 13:50:34 +04:00
naeel
d326b63aa2
v1.1.9: expand dataDescriptor — nested map params as individual fields
2026-07-28 13:38:57 +04:00
naeel
a3ecbcd6c4
v1.1.8: instance type column — 3 columns: name | service | status
2026-07-28 13:33:19 +04:00
naeel
5a4fad5d96
v1.1.6: fix orphan </div> in refreshInstances — JS syntax error, all frontend broken
2026-07-28 13:01:33 +04:00
naeel
95bcbfae41
v1.1.5: fix sed garbage — orphan HTML in app.js
2026-07-28 12:48:40 +04:00