Commit Graph
150 Commits
Author SHA1 Message Date
naeel d239458d97 v1.0.92: separate DB_* env vars instead of DATABASE_URL 2026-07-28 09:35:40 +04:00
naeel d95afc60e3 v1.0.92: Steps 5-9 — dynamic services, PostgreSQL history, /api/history 2026-07-27 22:59:52 +04:00
naeel 4952f8b096 v1.0.91: Step 5 — JS extracted to /static/app.js + window.APP 2026-07-27 22:57:29 +04:00
naeel f6a7bf76c5 v1.0.90: Steps 1-4 — auth.py, dedup, httponly cookie, _op_results TTL 2026-07-27 22:56:51 +04:00
naeel 1cc3f6eb7e v1.0.89: detailed code comments — all Python files + index.html architecture overview 2026-07-27 22:02:51 +04:00
naeel 7180587538 v1.0.88: new ARCHITECTURE.md (current state) + HISTORY updated + legacy docs marked 2026-07-27 21:56:35 +04:00
naeel c0f577f030 v1.0.87: topbar labels — EMail, Профиль, Стенд 2026-07-27 17:50:56 +04:00
naeel 40008db1bd v1.0.86: per-user per-stand tracker — /tmp/instances-{client_id}-{stand}.json, no _INITIAL 2026-07-27 17:37:12 +04:00
naeel 59e87cf50f v1.0.85: create_client(token) everywhere — single entry point stand detection; {{ stand }} in UI 2026-07-27 17:26:09 +04:00
naeel cd2e2349e2 v1.0.84: log panel hidden by default, toggle button bottom-right 2026-07-27 17:12:23 +04:00
naeel c37709eef0 v1.0.83: HTML-escape + JSON validation for map fields (onblur + pre-submit) 2026-07-27 17:02:26 +04:00
naeel 6afe4ef9a9 v1.0.82: _get_instance_display_name() — fetch real name from API for non-create 2026-07-27 16:56:35 +04:00
naeel a7b8cd30b7 v1.0.81: get_params.py — current values from GET /instances/{uid} state.params 2026-07-27 16:48:42 +04:00
naeel 12dea4e690 v1.0.80: drop svcOperationId from preview POST — API now populates actual paramValue 2026-07-27 16:24:34 +04:00
naeel 7d2021a1e4 v1.0.79: file-based log (/tmp/app-autotest.log) for multi-worker gunicorn 2026-07-27 13:57:10 +04:00
naeel 07aa2115d4 v1.0.78: log panel in UI + /api/log endpoint + _log() buffer 2026-07-27 13:50:57 +04:00
naeel 6c8d852f6c v1.0.77: debug logging in api_params to trace modify flow 2026-07-27 13:49:30 +04:00
naeel 766b50cd7b v1.0.76: modify shows actual instance param values (preview operation) 2026-07-27 13:29:38 +04:00
naeel 656ad4c893 v1.0.75: keep displayName in operation status 2026-07-27 13:04:38 +04:00
naeel 0248c78931 v1.0.74: version bump before push 2026-07-27 12:58:55 +04:00
naeel a06a147c4c v1.0.71: finished status shows instance name 2026-07-27 12:43:07 +04:00
naeel 199decf96c v1.0.69: autotest prefix fixed in CREATE field 2026-07-27 12:36:18 +04:00
naeel b9f5d1a17e v1.0.68: operation name shown after OK + muted operation buttons 2026-07-27 12:17:02 +04:00
naeel 44f7524821 v1.0.67: autotest instances are shown by cloud prefix 2026-07-27 12:03:48 +04:00
naeel 9a49312390 v1.0.66: backend status resolver for operations 2026-07-27 11:53:51 +04:00
naeel 120c34ffcf v1.0.65: cloud pagination fix for creating status 2026-07-27 11:42:41 +04:00
naeel 90a32353eb v1.0.64: version header and displayName placeholder 2026-07-27 11:38:55 +04:00
naeel 0bcfa5a566 v1.0.63: autotest namespace and duplicate prevention 2026-07-27 11:24:05 +04:00
naeel 8531d5e15d v1.0.62: immediate visual refresh after CREATE 2026-07-27 11:19:26 +04:00
naeel b0844114ba v1.0.58: version bump and history sync 2026-07-27 11:05:32 +04:00
naeel e540742e2e v1.0.55: POST redirect for clear + stray Enter (fix F5 resubmit warning) 2026-07-27 10:34:08 +04:00
naeel 338c080254 v1.0.54: fix 4 audit bugs — _client auto-detect, _find_uid by key, tracker_add before params, flock LOCK_NB 2026-07-27 10:18:49 +04:00
naeel f546f41f21 v1.0.53: file-based tracker with fcntl.flock (multi-worker gunicorn fix) 2026-07-27 10:08:40 +04:00
naeel d79c78e530 v1.0.52: _tmpl() helper — all template vars in all code paths (fix UndefinedError) 2026-07-27 10:02:43 +04:00
naeel 1786bc67dd v1.0.51: auto-detect stand (dev/test); init instance_groups; _finish_op full try/except 2026-07-27 09:54:49 +04:00
naeel a271e863f3 v1.0.50: fix showStages icon (dtFinish); fix api_operations (add tracked orphans); drop not_created filter 2026-07-27 09:43:36 +04:00
naeel 7f6284bb46 v1.0.49: in-memory tracker (no file IO); traceback on tracker error; refreshInstances adds new items; no selectService on OK 2026-07-27 09:26:39 +04:00
naeel 1d306bf263 v1.0.48: tracker_add sync before thread (Sonnet fix); log is_ok; flexbox buttons 2026-07-27 09:02:59 +04:00
naeel 7fdcc005b5 v1.0.47: fix displayName capture before form clear; fix tracker_add race; add autotest-1 to tracker 2026-07-27 08:44:19 +04:00
naeel ffa7d408c6 v1.0.46: fix _finish_op signature — add op_name, svc_op_id params 2026-07-27 08:03:27 +04:00
naeel 8d9bf338fc Fix: refresh instance status badges after any operation, v1.0.45 2026-07-26 14:31:10 +04:00
naeel 5373e177be Show operation name in progress: 'modify выполняется...', v1.0.44 2026-07-26 14:29:25 +04:00
naeel 3d58b76632 Fix: show progress card for non-modify operations, v1.0.43 2026-07-26 14:18:39 +04:00
naeel fed7260654 Async ops + progressive stages + buttons + confirm, v1.0.42 2026-07-26 13:56:27 +04:00
naeel 62717b0e74 Full Terraform logic: svcOperationId, /run, dtFinish, stages in UI, v1.0.41 2026-07-26 11:26:28 +04:00
naeel 9348c4089f UI: instances + expand operations, create separate, only dummy, v1.0.40 2026-07-26 08:31:27 +04:00
naeel b0ef0c98fe UI: instance list with names+status, click to select, v1.0.39 2026-07-26 08:05:45 +04:00
naeel 9668f03d3e Fix: main.py /api/operations now returns tracked instances, v1.0.38 2026-07-25 09:02:02 +04:00
naeel 8307308a0a Tracker: /tmp/instances.json survives redeploy, 3 dummy seeds, v1.0.37 2026-07-25 08:49:26 +04:00
naeel d796beaa44 Add existing dummy instance to tracker 2026-07-24 16:57:11 +04:00