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

Validate Dashboard JSON after Mustache Rendering #47

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

shaswot77
Copy link
Contributor

Description

There are cases in the template where a complex type or non-string type such as a number needs to be replaced. As JSON validation occurs before the Mustache items like the below threshold fail to be deployed.

image

Instead of expecting template to be a valid JSON it will now check after the mustache has been rendered

Checklist:

  • Added a label: bug-fix, feature, or enhancement
  • PR description written

@shaswot77 shaswot77 requested a review from P2P-Nathan April 9, 2024 13:50
@shaswot77 shaswot77 merged commit 9c4648d into main Apr 9, 2024
6 checks passed
@shaswot77 shaswot77 deleted the work/ss/dashboard-template branch April 9, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants