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

[release/9.1] Hide secrets in source tooltip, correct ExpressionResolver logic for non-containers #7708

Merged
merged 15 commits into from
Feb 20, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Backport of #7662 to release/9.1

/cc @adamint

Customer Impact

Testing

Risk

Regression?

@github-actions github-actions bot requested a review from mitchdenny as a code owner February 20, 2025 05:39
Copy link
Member

@JamesNK JamesNK left a comment

Choose a reason for hiding this comment

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

Dashboard changes look good. I tested out the branch with some playground apps.

Masking in args:

image

New masking in tooltip:

image

Text visualizer correctly doesn't mask:

image

Other masking continues to work:

image

image

@@ -10,7 +10,7 @@
@if (EnableMasking && IsMasked)
{
<span class="grid-value masked" id="@_cellTextId">
@DashboardUIHelpers.GetMaskingText(length: 8)
@DashboardUIHelpers.GetMaskingText(length: 8).MarkupString
Copy link
Member

Choose a reason for hiding this comment

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

aside, GetMaskingText returns a MarkupString, what does this change do?

@danmoseley danmoseley merged commit a7453c1 into release/9.1 Feb 20, 2025
5 checks passed
@danmoseley danmoseley deleted the backport/pr-7662-to-release/9.1 branch February 20, 2025 16:22
@danmoseley danmoseley added the Servicing-approved Approved for servicing release label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants