You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Link the GitHub or AzDO issue this pull request is associated with.
Please copy and paste the full URL rather than using the
dotnet/arcade-services# syntax -->
#4988
---------
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Přemek Vysoký <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Pavel Purma <[email protected]>
Co-authored-by: Adam <[email protected]>
@@ -476,9 +544,11 @@ function Create-GraphVizDiagram {
476
544
if ($Verbose) { Write-Host" Skipping duplicate connection from '$finalSourceNodeId' to '$finalTargetNodeId'"-ForegroundColor DarkGray }
477
545
}
478
546
} else {
479
-
Write-Host" Skipping $($connection.ConnectionType) connection: Source '$finalSourceNodeId' (from SHA $actualSourceCommitSHA) or Target '$finalTargetNodeId' (from SHA $actualTargetCommitSHA) not found in generated graph node ID lists."-ForegroundColor Red
480
-
if (-not$sourceNodeExists) { Write-Host" Source Node ID '$finalSourceNodeId' (for SHA $actualSourceCommitSHA) NOT found in its respective graph node list." }
481
-
if (-not$targetNodeExists) { Write-Host" Target Node ID '$finalTargetNodeId' (for SHA $actualTargetCommitSHA) NOT found in its respective graph node list." }
547
+
if ($Verbose) {
548
+
Write-Host" Skipping $($connection.ConnectionType) connection: Source '$finalSourceNodeId' (from SHA $actualSourceCommitSHA) or Target '$finalTargetNodeId' (from SHA $actualTargetCommitSHA) not found in generated graph node ID lists."-ForegroundColor DarkYellow
549
+
if (-not$sourceNodeExists) { Write-Host" Source Node ID '$finalSourceNodeId' (for SHA $actualSourceCommitSHA) NOT found in its respective graph node list." }
550
+
if (-not$targetNodeExists) { Write-Host" Target Node ID '$finalTargetNodeId' (for SHA $actualTargetCommitSHA) NOT found in its respective graph node list." }
551
+
}
482
552
}
483
553
$crossRepoLinkIndex++
484
554
}
@@ -836,7 +906,7 @@ function Get-MaxVmrDepth {
836
906
Write-Host" Could not analyze VMR commit $($sourceSha.ShortSourceSHA): $_"-ForegroundColor Red
837
907
}
838
908
839
-
Write-Error" Could not find matching VMR commit range. Make sure to check out the right branches and pull"-ForegroundColor Red
909
+
Write-Host" Could not find matching VMR commit range. Make sure to check out the right branches and pull"-ForegroundColor Red
840
910
return100
841
911
}
842
912
@@ -1389,9 +1459,7 @@ try {
1389
1459
Write-Host"Source repository URL: $sourceRepoUrl"-ForegroundColor Green
1390
1460
} else {
1391
1461
Write-Host"Could not determine source repository URL"-ForegroundColor Yellow
1392
-
}
1393
-
1394
-
# Create Mermaid diagram with cross-repository connections
1462
+
} # Create Mermaid diagram with cross-repository connections
0 commit comments