From d662860c619414bd7823176d90b78cca9f43548c Mon Sep 17 00:00:00 2001 From: Frederico Castro Date: Sat, 28 Feb 2026 00:03:44 -0300 Subject: [PATCH] =?UTF-8?q?Adicionar=20bot=C3=A3o=20Interromper=20no=20ter?= =?UTF-8?q?minal=20e=20corrigir=20bot=C3=A3o=20Retomar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Botão Interromper na toolbar do terminal para matar execuções ativas - Endpoint POST /executions/cancel-all para cancelar agentes e pipelines - Botão aparece/esconde automaticamente conforme execuções ativas - Corrigir condição do botão Retomar para pipelines antigas sem failedAtStep --- public/index.html | 4 ++++ public/js/api.js | 1 + public/js/app.js | 15 +++++++++++++++ public/js/components/history.js | 2 +- src/routes/api.js | 19 ++++++++++++++++++- 5 files changed, 39 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 27048e8..94d4db0 100644 --- a/public/index.html +++ b/public/index.html @@ -481,6 +481,10 @@ Desconectado + - ${(exec.status === 'error' && exec.type === 'pipeline' && exec.failedAtStep !== undefined) ? ` + ${(exec.status === 'error' && exec.type === 'pipeline') ? `