feat: add safe Gitea sync and signed updates
ForgeFlow quality gate / secret-scan (push) Failing after 32s
ForgeFlow quality gate / quality (push) Failing after 0s

This commit is contained in:
NuklearRabbit
2026-08-27 00:38:58 +02:00
parent cb9bdcd713
commit d47c7b5e41
46 changed files with 1658 additions and 246 deletions
+2
View File
@@ -188,6 +188,7 @@ const ui = {
servers: [],
serverInspection: null,
gitRecovery: null,
workspaceSyncPlan: null,
gitValidation: null,
diffHunks: null,
conflictState: null,
@@ -607,6 +608,7 @@ function selectRepository(id, shouldRender = true) {
ui.branches = [];
ui.stashes = [];
ui.gitRecovery = null;
ui.workspaceSyncPlan = null;
ui.gitValidation = null;
ui.branchProtection = null;
const repository = selectedRepository();