-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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: datasource in dashboard.json #19426
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Other panels have properly set `"uid": "$datasource"`, but for some reason, this doesn't. Let's fix it. Signed-off-by: TomasR <linux@rohlik.xyz>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #19426 +/- ##
=======================================
Coverage 52.83% 52.83%
=======================================
Files 316 316
Lines 43653 43656 +3
=======================================
+ Hits 23064 23067 +3
Misses 18033 18033
Partials 2556 2556 ☔ View full report in Codecov by Sentry. |
Can someone tell me what is wrong with "License Compliance"? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Other panels have properly set `"uid": "$datasource"`, but for some reason, this doesn't. Let's fix it. Signed-off-by: TomasR <linux@rohlik.xyz> Signed-off-by: Ilia Medvedev <ilia.medvedev@codefresh.io>
Other panels have properly set `"uid": "$datasource"`, but for some reason, this doesn't. Let's fix it. Signed-off-by: TomasR <linux@rohlik.xyz>
Other panels have properly set
"uid": "$datasource"
, but for some reason, this doesn't. Let's fix it.Checklist: