fix: align deployment links across repository views
ForgeFlow quality gate / quality (push) Canceled after 0s

This commit is contained in:
NuklearRabbit
2026-08-01 17:05:03 +02:00
parent acad1f8932
commit 58d361bbab
6 changed files with 152 additions and 14 deletions
+17 -4
View File
@@ -238,13 +238,13 @@ function createMockDeploymentBridge(context) {
{
serverId: "server-unraid",
serverName: "Unraid",
detected: 2,
detected: 3,
adopted: 0,
verified: 1,
linked: 1,
linked: 2,
unmatched: 0,
needsReview: 1,
running: 2,
needsReview: 2,
running: 3,
stopped: 0,
capabilities: {
docker: true,
@@ -296,6 +296,19 @@ function createMockDeploymentBridge(context) {
reasons: ["container and repository names are similar"],
})),
},
{
workloadId: "workload-demo-unresolved",
displayName: "Legacy Worker",
status: "linked",
runtime: { running: true, health: "healthy" },
containers: [{ name: "legacy-worker", running: true }],
candidates: [],
link: {
profileId: "profile-that-no-longer-exists",
repositoryFullName: "jens/removed-repository",
source: "manual",
},
},
],
},
];