新增 release artifact URL workflow action plan API
This commit is contained in:
@@ -57,6 +57,7 @@ import {
|
||||
createProjectReleaseGateManifest,
|
||||
createProjectReleaseGateResultMatrix,
|
||||
createProjectReleaseReadinessArtifactJsonWorkflow,
|
||||
createProjectReleaseReadinessArtifactUrlWorkflowActionPlan,
|
||||
createProjectReleaseReadinessArtifactUrlWorkflowSummaryViewModel,
|
||||
createProjectReleaseReadinessArtifactValidation,
|
||||
createProjectReleaseReadinessArtifactValidationActionPlan,
|
||||
@@ -252,10 +253,15 @@ action-plan output without executing release gates.
|
||||
`createProjectReleaseReadinessArtifactUrlWorkflowSummaryViewModel()` turns the
|
||||
URL workflow result into stable dashboard status text and rows for ready,
|
||||
missing-input, fetch-failure, and artifact-validation-blocked states.
|
||||
`createProjectReleaseReadinessArtifactUrlWorkflowActionPlan()` turns the same
|
||||
URL workflow into ordered workflow-level actions, distinguishing caller input,
|
||||
fetch checks, and executable gate commands while preserving a shell script for
|
||||
command actions.
|
||||
`tests/sdk/node/verify_project_release_artifact_url_workflow.sh` is the
|
||||
dedicated executable SDK gate for that URL workflow. It verifies caller-provided
|
||||
fetch handling, ready summaries, missing input, HTTP failure, thrown fetch
|
||||
errors, and ends with `project_release_artifact_url_workflow_node_smoke=ok`.
|
||||
fetch handling, ready summaries, action plans, missing input, HTTP failure,
|
||||
thrown fetch errors, and ends with
|
||||
`project_release_artifact_url_workflow_node_smoke=ok`.
|
||||
|
||||
## OPFS/session persistence exports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user