Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pipelineGraph): Handling exception when requisiteStageRefIds is not defined (backport #10086) #10089

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Apr 25, 2024

Deck prior to 1.27.x was rendering the pipelines when the first stages didnt have defined the requisiteStageRefIds.

Although this was not ideal it allowed users to template their first stages without the key. After the pipelineGraph updates this is causing an exception and breaking the rendering of the pipelines causing issues to users upgrading.

With this fix it is checked if the key is not defined and defaulting it to a empty array.

Screenshot 2024-04-25 at 09 06 19


This is an automatic backport of pull request #10086 done by [Mergify](https://mergify.com).

@mergify mergify bot added the auto merged Merged automatically by a bot label Apr 25, 2024
@mergify mergify bot merged commit 706d7ec into release-1.32.x Apr 25, 2024
4 checks passed
@mergify mergify bot deleted the mergify/bp/release-1.32.x/pr-10086 branch April 25, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Reviewed and ready for merge target-release/1.32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants