补齐 release artifact URL workflow summary
This commit is contained in:
@@ -1956,6 +1956,7 @@ export async function loadIniPanelShellWorkflowOverviewReleaseReadinessArtifactU
|
||||
missing,
|
||||
error: null,
|
||||
validation: null,
|
||||
validationSummaryViewModel: null,
|
||||
displayViewModel: null,
|
||||
renderState: null,
|
||||
mountResult: null,
|
||||
@@ -1977,6 +1978,7 @@ export async function loadIniPanelShellWorkflowOverviewReleaseReadinessArtifactU
|
||||
missing: ["artifact-url"],
|
||||
error: `HTTP ${httpStatus ?? "error"}`,
|
||||
validation: null,
|
||||
validationSummaryViewModel: null,
|
||||
displayViewModel: null,
|
||||
renderState: null,
|
||||
mountResult: null,
|
||||
@@ -1986,6 +1988,10 @@ export async function loadIniPanelShellWorkflowOverviewReleaseReadinessArtifactU
|
||||
|
||||
const artifactJson = await response.text();
|
||||
const validation = validateIniPanelShellWorkflowOverviewReleaseReadinessArtifactJson(artifactJson);
|
||||
const validationSummaryViewModel =
|
||||
createIniPanelShellWorkflowOverviewReleaseReadinessArtifactValidationSummaryViewModel(
|
||||
validation,
|
||||
);
|
||||
const displayViewModel = createIniPanelShellWorkflowOverviewReleaseReadinessArtifactDisplayViewModel(
|
||||
validation,
|
||||
);
|
||||
@@ -2016,6 +2022,7 @@ export async function loadIniPanelShellWorkflowOverviewReleaseReadinessArtifactU
|
||||
missing: workflowMissing,
|
||||
error: null,
|
||||
validation,
|
||||
validationSummaryViewModel,
|
||||
displayViewModel,
|
||||
renderState,
|
||||
mountResult,
|
||||
@@ -2032,6 +2039,7 @@ export async function loadIniPanelShellWorkflowOverviewReleaseReadinessArtifactU
|
||||
missing: ["artifact-url"],
|
||||
error: error?.message ?? String(error),
|
||||
validation: null,
|
||||
validationSummaryViewModel: null,
|
||||
displayViewModel: null,
|
||||
renderState: null,
|
||||
mountResult: null,
|
||||
|
||||
Reference in New Issue
Block a user