From b8939ea149c692591004d00780a0e32d447487a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 3 Aug 2026 09:03:00 +0400 Subject: [PATCH] =?UTF-8?q?v0.5.11:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D1=8B?= =?UTF-8?q?=20=D1=81=D0=B8=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=B8=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8,=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/config/loader.py | 2 +- site/static/style.css | 1 - site/templates/index.html | 6 ++---- site/templates/swagger.html | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/site/config/loader.py b/site/config/loader.py index 2596d25..325f3c0 100644 --- a/site/config/loader.py +++ b/site/config/loader.py @@ -80,7 +80,7 @@ SERVICES = _DF["SERVICES"] OPS_INDEX = _DF["OPS_INDEX"] DELAY = float(os.getenv("MOCK_OP_DELAY", "0.1")) -VERSION = "0.5.10" +VERSION = "0.5.11" def get_services(stand_id): diff --git a/site/static/style.css b/site/static/style.css index 5febb52..02bc148 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -37,7 +37,6 @@ body { /* ── Header ── */ .header { background: var(--bg); - border-bottom: 4px solid var(--brand-primary); padding: 16px 24px 12px; margin-bottom: 24px; } diff --git a/site/templates/index.html b/site/templates/index.html index badb5a1..519a317 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -129,10 +129,8 @@ curl -s -X POST {{ endpoint }}/{% if stands_list|length > 1 %}{{ current_stand }
# Сделать операции мгновенными
 curl -s -X POST {{ endpoint }}/{% if stands_list|length > 1 %}{{ current_stand }}/{% endif %}api/v1/svc/_mock/delay/0
 
-# Поставить задержку 3 секунды
-curl -s -X POST {{ endpoint }}/{% if stands_list|length > 1 %}{{ current_stand }}/{% endif %}api/v1/svc/_mock/delay/3
-
-# Максимум — 5 секунд (защита healthcheck'а)
+# Поставить задержку 3 секунды (эмуляция долгой операции) +curl -s -X POST {{ endpoint }}/{% if stands_list|length > 1 %}{{ current_stand }}/{% endif %}api/v1/svc/_mock/delay/3
diff --git a/site/templates/swagger.html b/site/templates/swagger.html index e4cf98e..326f824 100644 --- a/site/templates/swagger.html +++ b/site/templates/swagger.html @@ -16,7 +16,6 @@ /* Nubes-брендированный topbar */ .swagger-ui .topbar { background: #fff; - border-bottom: 4px solid #2563eb; padding: 10px 0; } .swagger-ui .topbar .wrapper {