This website requires JavaScript.
6a85da6088
docs: Sonnet 4.6 code review questions for v1.1.11
naeel
2026-07-29 08:45:52 +04:00
659681dbf6
v1.1.11: normalize valueList CSV→array for nested dataDescriptor params
naeel
2026-07-28 13:56:58 +04:00
da88fa6bd8
v1.1.10: real svc per instance, create header, required marks for nested
naeel
2026-07-28 13:50:34 +04:00
d326b63aa2
v1.1.9: expand dataDescriptor — nested map params as individual fields
naeel
2026-07-28 13:38:57 +04:00
a3ecbcd6c4
v1.1.8: instance type column — 3 columns: name | service | status
naeel
2026-07-28 13:33:19 +04:00
9b003b4723
v1.1.7: move create-btn after params, before history
naeel
2026-07-28 13:17:00 +04:00
5a4fad5d96
v1.1.6: fix orphan </div> in refreshInstances — JS syntax error, all frontend broken
naeel
2026-07-28 13:01:33 +04:00
95bcbfae41
v1.1.5: fix sed garbage — orphan HTML in app.js
naeel
2026-07-28 12:48:40 +04:00
3cef910004
v1.1.4: fix Undefined JSON error — config.VERSION always set
naeel
2026-07-28 11:53:32 +04:00
9090a4a9c3
v1.1.3: refSvcId — select dropdown from API for cross-service params
naeel
2026-07-28 11:42:58 +04:00
393e433b4f
v1.1.2: UI — params inline, no header, create button below list
naeel
2026-07-28 11:31:45 +04:00
12e3d12e09
v1.1.1: scrollable services + dynamic CREATE for any service
naeel
2026-07-28 11:24:51 +04:00
0b810fdee1
v1.1.0: per-stand services list from Terraform — services_dev.txt + services_test.txt
naeel
2026-07-28 11:15:19 +04:00
5a20962015
v1.0.99: fix all Flask-proxy in background thread — user_email + app_version as params
naeel
2026-07-28 10:49:21 +04:00
3dbddda858
v1.0.99: debug logging for save_run — will show why it fails
naeel
2026-07-28 10:42:43 +04:00
10ec617c74
v1.0.98: bump version
naeel
2026-07-28 10:35:08 +04:00
b9234a0d0b
v1.0.97: fix missing get_token_info import
naeel
2026-07-28 10:34:25 +04:00
f6598650b5
v1.0.97: fix save_run — user_email passed as param, not called in background thread
naeel
2026-07-28 10:26:24 +04:00
be9e165b4f
v1.0.96: history UI — collapsible table below instances, auto-refresh on finish
naeel
2026-07-28 10:15:31 +04:00
99b0a79cbd
v1.0.95: full test data — op_uid, user_email, app_version, params saved to runs
naeel
2026-07-28 10:12:16 +04:00
163dd02419
v1.0.94: lazy schema init — pool.py runs init_db on first DB access, not at import
naeel
2026-07-28 09:56:44 +04:00
203c12638d
v1.0.93: HISTORY + ARCHITECTURE updated with v1.0.90-1.0.93 changes
naeel
2026-07-28 09:51:30 +04:00
5e120db0d6
v1.0.93: separate DB_* env vars (DB_HOST, DB_PORT, DB_NAME, DB_USER, DB_PASSWORD, DB_SSLMODE) + TEST endpoint default
naeel
2026-07-28 09:50:00 +04:00
f175319148
v1.0.92: jsonEnv — all vars + TEST endpoint default
naeel
2026-07-28 09:39:52 +04:00
7fc17ab3cd
v1.0.92: back to DATABASE_URL — JSON format for jsonEnv
naeel
2026-07-28 09:37:14 +04:00
d239458d97
v1.0.92: separate DB_* env vars instead of DATABASE_URL
naeel
2026-07-28 09:35:40 +04:00
d95afc60e3
v1.0.92: Steps 5-9 — dynamic services, PostgreSQL history, /api/history
naeel
2026-07-27 22:59:52 +04:00
4952f8b096
v1.0.91: Step 5 — JS extracted to /static/app.js + window.APP
naeel
2026-07-27 22:57:29 +04:00
f6a7bf76c5
v1.0.90: Steps 1-4 — auth.py, dedup, httponly cookie, _op_results TTL
naeel
2026-07-27 22:56:51 +04:00
9085c9088e
v1.0.89: document cluster iot-naeel in ARCHITECTURE + HISTORY
naeel
2026-07-27 22:35:47 +04:00
3eac8b2dff
v1.0.89: Sonnet Round 3 — PG connection string, migrations, map-fixed UI, pytest
naeel
2026-07-27 22:25:36 +04:00
f802956257
v1.0.89: Sonnet Round 2 results — PostgreSQL schema, auth.py, 9-step plan
naeel
2026-07-27 22:21:44 +04:00
6b085e1e49
v1.0.89: Sonnet Round 2 prompt — PostgreSQL schema, auth.py, dynamic services
naeel
2026-07-27 22:16:23 +04:00
437aa7a1d1
v1.0.89: Sonnet review prompt — architecture audit request
naeel
2026-07-27 22:08:24 +04:00
1cc3f6eb7e
v1.0.89: detailed code comments — all Python files + index.html architecture overview
naeel
2026-07-27 22:02:51 +04:00
7180587538
v1.0.88: new ARCHITECTURE.md (current state) + HISTORY updated + legacy docs marked
naeel
2026-07-27 21:56:35 +04:00
c0f577f030
v1.0.87: topbar labels — EMail, Профиль, Стенд
naeel
2026-07-27 17:50:56 +04:00
40008db1bd
v1.0.86: per-user per-stand tracker — /tmp/instances-{client_id}-{stand}.json, no _INITIAL
naeel
2026-07-27 17:37:12 +04:00
59e87cf50f
v1.0.85: create_client(token) everywhere — single entry point stand detection; {{ stand }} in UI
naeel
2026-07-27 17:26:09 +04:00
cd2e2349e2
v1.0.84: log panel hidden by default, toggle button bottom-right
naeel
2026-07-27 17:12:23 +04:00
c37709eef0
v1.0.83: HTML-escape + JSON validation for map fields (onblur + pre-submit)
naeel
2026-07-27 17:02:26 +04:00
6afe4ef9a9
v1.0.82: _get_instance_display_name() — fetch real name from API for non-create
naeel
2026-07-27 16:56:35 +04:00
a7b8cd30b7
v1.0.81: get_params.py — current values from GET /instances/{uid} state.params
naeel
2026-07-27 16:48:42 +04:00
12dea4e690
v1.0.80: drop svcOperationId from preview POST — API now populates actual paramValue
naeel
2026-07-27 16:24:34 +04:00
7d2021a1e4
v1.0.79: file-based log (/tmp/app-autotest.log) for multi-worker gunicorn
naeel
2026-07-27 13:57:10 +04:00
07aa2115d4
v1.0.78: log panel in UI + /api/log endpoint + _log() buffer
naeel
2026-07-27 13:50:57 +04:00
6c8d852f6c
v1.0.77: debug logging in api_params to trace modify flow
naeel
2026-07-27 13:49:30 +04:00
766b50cd7b
v1.0.76: modify shows actual instance param values (preview operation)
naeel
2026-07-27 13:29:38 +04:00
656ad4c893
v1.0.75: keep displayName in operation status
naeel
2026-07-27 13:04:38 +04:00
0248c78931
v1.0.74: version bump before push
naeel
2026-07-27 12:58:55 +04:00
a06a147c4c
v1.0.71: finished status shows instance name
naeel
2026-07-27 12:43:07 +04:00
199decf96c
v1.0.69: autotest prefix fixed in CREATE field
naeel
2026-07-27 12:36:18 +04:00
b9f5d1a17e
v1.0.68: operation name shown after OK + muted operation buttons
naeel
2026-07-27 12:17:02 +04:00
44f7524821
v1.0.67: autotest instances are shown by cloud prefix
naeel
2026-07-27 12:03:48 +04:00
9a49312390
v1.0.66: backend status resolver for operations
naeel
2026-07-27 11:53:51 +04:00
120c34ffcf
v1.0.65: cloud pagination fix for creating status
naeel
2026-07-27 11:42:41 +04:00
90a32353eb
v1.0.64: version header and displayName placeholder
naeel
2026-07-27 11:38:55 +04:00
0bcfa5a566
v1.0.63: autotest namespace and duplicate prevention
naeel
2026-07-27 11:24:05 +04:00
8531d5e15d
v1.0.62: immediate visual refresh after CREATE
naeel
2026-07-27 11:19:26 +04:00
b0844114ba
v1.0.58: version bump and history sync
naeel
2026-07-27 11:05:32 +04:00
e540742e2e
v1.0.55: POST redirect for clear + stray Enter (fix F5 resubmit warning)
naeel
2026-07-27 10:34:08 +04:00
338c080254
v1.0.54: fix 4 audit bugs — _client auto-detect, _find_uid by key, tracker_add before params, flock LOCK_NB
naeel
2026-07-27 10:18:49 +04:00
f546f41f21
v1.0.53: file-based tracker with fcntl.flock (multi-worker gunicorn fix)
naeel
2026-07-27 10:08:40 +04:00
d79c78e530
v1.0.52: _tmpl() helper — all template vars in all code paths (fix UndefinedError)
naeel
2026-07-27 10:02:43 +04:00
1786bc67dd
v1.0.51: auto-detect stand (dev/test); init instance_groups; _finish_op full try/except
naeel
2026-07-27 09:54:49 +04:00
a271e863f3
v1.0.50: fix showStages icon (dtFinish); fix api_operations (add tracked orphans); drop not_created filter
naeel
2026-07-27 09:43:36 +04:00
7f6284bb46
v1.0.49: in-memory tracker (no file IO); traceback on tracker error; refreshInstances adds new items; no selectService on OK
naeel
2026-07-27 09:26:39 +04:00
1d306bf263
v1.0.48: tracker_add sync before thread (Sonnet fix); log is_ok; flexbox buttons
naeel
2026-07-27 09:02:59 +04:00
7fdcc005b5
v1.0.47: fix displayName capture before form clear; fix tracker_add race; add autotest-1 to tracker
naeel
2026-07-27 08:44:19 +04:00
ffa7d408c6
v1.0.46: fix _finish_op signature — add op_name, svc_op_id params
naeel
2026-07-27 08:03:27 +04:00
8d9bf338fc
Fix: refresh instance status badges after any operation, v1.0.45
naeel
2026-07-26 14:31:10 +04:00
5373e177be
Show operation name in progress: 'modify выполняется...', v1.0.44
naeel
2026-07-26 14:29:25 +04:00
3d58b76632
Fix: show progress card for non-modify operations, v1.0.43
naeel
2026-07-26 14:18:39 +04:00
fed7260654
Async ops + progressive stages + buttons + confirm, v1.0.42
naeel
2026-07-26 13:56:27 +04:00
62717b0e74
Full Terraform logic: svcOperationId, /run, dtFinish, stages in UI, v1.0.41
naeel
2026-07-26 11:26:28 +04:00
9348c4089f
UI: instances + expand operations, create separate, only dummy, v1.0.40
naeel
2026-07-26 08:31:27 +04:00
b0ef0c98fe
UI: instance list with names+status, click to select, v1.0.39
naeel
2026-07-26 08:05:45 +04:00
9668f03d3e
Fix: main.py /api/operations now returns tracked instances, v1.0.38
naeel
2026-07-25 09:02:02 +04:00
8307308a0a
Tracker: /tmp/instances.json survives redeploy, 3 dummy seeds, v1.0.37
naeel
2026-07-25 08:49:26 +04:00
d796beaa44
Add existing dummy instance to tracker
naeel
2026-07-24 16:57:11 +04:00
560bd62fce
Track created instances, show only ours in UI, v1.0.36
naeel
2026-07-24 16:51:08 +04:00
20573201b9
README: link to main repo API docs
naeel
2026-07-24 16:39:38 +04:00
085e4811c6
Auto-start fails via API, add /run back, v1.0.35
naeel
2026-07-24 14:42:26 +04:00
735bf21074
Remove validate/run from create - HAR shows auto-start, v1.0.34
naeel
2026-07-24 14:21:20 +04:00
72dd5ad5ae
Fix: send {} body for POST, not None, v1.0.33
naeel
2026-07-24 14:19:48 +04:00
81e54e44d2
Fix array/map param values as JSON, v1.0.31
naeel
2026-07-24 14:13:32 +04:00
f8d1575943
Match HAR exactly: empty descr, all params, no filter, v1.0.30
naeel
2026-07-24 13:59:42 +04:00
6ea0344241
Fix: /instanceOperationCfsParams, skip validate/run for now, v1.0.29
naeel
2026-07-24 13:57:15 +04:00
26d71c87eb
Fix: use /instanceOperationCfsParams endpoint, v1.0.28
naeel
2026-07-24 13:56:01 +04:00
7a29f71c2e
Skip empty params, only send non-empty to /params, v1.0.26
naeel
2026-07-24 09:50:26 +04:00
75ee6ad5cb
Fix: instanceOperationUid in params, add validate, v1.0.25
naeel
2026-07-24 09:46:03 +04:00
049513cfbc
Fix: 3-step - /instances → /instanceOperations → /params → /run, v1.0.24
naeel
2026-07-24 09:44:30 +04:00
abec85bdbf
Include cfsParams in POST /instanceOperations, v1.0.23
naeel
2026-07-24 09:38:59 +04:00
2acb6aa8c9
Fix: 2-step create + run, paginated get_instances, v1.0.22
naeel
2026-07-24 09:34:18 +04:00
2ae1f5dd66
Fix: r.json() returns string, check isinstance, v1.0.21
naeel
2026-07-24 09:23:07 +04:00
6f0b9c876f
Add traceback to error messages, v1.0.20
naeel
2026-07-24 09:19:38 +04:00
46af9bb7fa
Add displayName field only, no other changes, v1.0.19
naeel
2026-07-24 09:14:18 +04:00
981ec66a9a
Restore working UI from v1.0.12, v1.0.18
naeel
2026-07-24 09:10:50 +04:00
ada85febe9
Remove auto-select on load, v1.0.16
naeel
2026-07-24 09:03:18 +04:00
63f3d15f3a
displayName as editable parameter, v1.0.14
naeel
2026-07-24 08:53:08 +04:00