Skip to content

fix(deck): hide SpEL expressions in execution deployment targets - #8003

Open
apoorvmahajandd wants to merge 6 commits into
spinnaker:mainfrom
apoorvmahajandd:fix/deck-hide-spel-deployment-targets
Open

apoorvmahajandd wants to merge 6 commits into
spinnaker:mainfrom
apoorvmahajandd:fix/deck-hide-spel-deployment-targets

Conversation

@apoorvmahajandd

Copy link
Copy Markdown
Contributor

Filters out unresolved SpEL expressions (e.g. ${...}) from the deployment targets shown in the executions view, and adds a displayExecutionDeploymentTargets setting to allow disabling the deployment targets display entirely.

apoorvmahajandd and others added 2 commits September 11, 2026 17:38
Filters out unresolved SpEL expressions (e.g. ${...}) from the
deployment targets shown in the executions view, and adds a
displayExecutionDeploymentTargets setting to allow disabling the
deployment targets display entirely.
@@ -18,6 +19,12 @@ export class ExecutionsTransformer {
];

private static addDeploymentTargets(execution: IExecution): void {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple test for this please! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants