Skip to content

Commit ccee633

Browse files
committed
Minor update to the comment regarding ReleaseManagement.
1 parent 30fb5be commit ccee633

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/HistoryDiffPageScript.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,12 @@ async function TryGetHTMLLinkNameAndUrlForArtifactLink(currentProjectName, artif
428428
// is run (they are filtered out in the UI in _manualLinkingExclusionList()).
429429
// Example: vstfs:///ReleaseManagement/ReleaseEnvironment/2d63f741-0ba0-4bc6-b730-896745fab2c0:4:4
430430
// => URL in the default ADO history: http://<Host>/<Collection>/<Project>/_release?releaseId=4&_a=release-summary
431-
// Problems:
431+
// Problems/questions:
432432
// - How to parse the artifactId? '2d63f741-0ba0-4bc6-b730-896745fab2c0' is the project GUID, as in many other artifact links.
433-
// But what is '4:4'? One of them is probably the 'releaseId', but the other one? Are they always the same?
434-
// So far I couldn't find the place in the ADO server installation source files where this is built.
433+
// But what is '4:4'? One of them is probably the 'releaseId', but the other one? Googling, they are not necessarily the same,
434+
// e.g. https://stackoverflow.com/q/77282719. According to https://stackoverflow.com/q/62651418, the first one is the release ID
435+
// while the second one is an 'environment ID' (whatever that means).
436+
// So far I couldn't find the place in the ADO server installation source files where this particular vstfs string is built.
435437
// - How to create the URL? There are multiple possible routeId in the ADO server installation. Maybe 'release-progress-url-reroute'?
436438
// But ADO itself seems to create the URL in ReleaseUrlUtils.getOldReleaseViewUrl(), not using a routeId? Moreover, there also seems
437439
// to be a 'New Releases Hub' preview feature (https://learn.microsoft.com/en-us/azure/devops/release-notes/2018/jun-19-vsts#organize-your-release-definitions-in-folders)

0 commit comments

Comments
 (0)