Commit Graph
18 Commits
Author SHA1 Message Date
naeel 67f6390509 v1.1.49: UUID extraction directly in http_client.post() — Location header → instanceUid/instanceOperationUid 2026-07-30 14:37:35 +04:00
naeel 9c062a225e v1.1.36: CMDB raw_delete uses clean requests (no auth headers) 2026-07-30 07:14:25 +04:00
naeel 65d10d5c35 v1.1.33: CMDB delete logging — log HTTP status code 2026-07-29 14:09:56 +04:00
naeel d17c84548d v1.1.31: CMDB hard delete + fix _resolve_ref_svc params update 2026-07-29 13:48:49 +04:00
naeel 5af8c5218f v1.1.28: HttpClient.get() resilient to empty body — return {} instead of JSONDecodeError 2026-07-29 13:32:17 +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 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 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 72dd5ad5ae Fix: send {} body for POST, not None, v1.0.33 2026-07-24 14:19:48 +04:00
naeel 26d71c87eb Fix: use /instanceOperationCfsParams endpoint, v1.0.28 2026-07-24 13:56:01 +04:00
naeel 2ae1f5dd66 Fix: r.json() returns string, check isinstance, v1.0.21 2026-07-24 09:23:07 +04:00
naeel 9a096f45d2 Show error response body on HTTP failures, v1.0.12 2026-07-24 08:40:11 +04:00
naeel f0639ff032 Extract instanceUid from Location header, v1.0.9 2026-07-24 08:21:05 +04:00
naeel d91b3cc446 Fix POST returning empty JSON body, v1.0.8 2026-07-24 08:18:18 +04:00
naeel 098cc2ace6 Add HttpClient.post, dummy-only, remove reconcile, v1.0.7 2026-07-24 07:49:37 +04:00
naeel 51f4508c1d Add modules: api, operations, routes with org display 2026-07-23 11:28:11 +04:00
naeel 6cb8c05f05 Strip to minimal: single route, static HTML, no logic 2026-07-23 11:10:33 +04:00
naeel 420d09e6b5 Restructure: site/ with modular code, matching Nubes Flask convention 2026-07-23 10:48:14 +04:00