-
Notifications
You must be signed in to change notification settings - Fork 98
[ENHANCEMENT] Add decimal migrations; Add barchart migration #2386
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
Conversation
Thank you for the enhancement! Do you mind to target the branch release/v0.49 @7840vz ? Like that we can include it in the next rc for the v0.49.0 :) |
done |
would you mind to rebase your PR base on the new branch ? There are some commit that are not related to your PR here |
Signed-off-by: 7840vz <7840vz@users.noreply.github.com>
Signed-off-by: 7840vz <7840vz@users.noreply.github.com>
rebased. |
awesome thank you @7840vz ! |
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.
Thanks for doing that! Could you just please add a unit test covering the barchart panel migration? Here 'would be better to add a new test with a new grafana json containing a single barchart panel only, rather than appending stuff to the simple_grafana_dashboard which is quite big already
This PR closes #1525. |
Added test |
Signed-off-by: 7840vz <122374011+7840vz@users.noreply.github.com>
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.
🙏
…2386) * Add barchart migration Signed-off-by: 7840vz <7840vz@users.noreply.github.com> * Update test Signed-off-by: 7840vz <7840vz@users.noreply.github.com> * Fix test Signed-off-by: 7840vz <7840vz@users.noreply.github.com> * Add test Signed-off-by: 7840vz <122374011+7840vz@users.noreply.github.com> * Update test Signed-off-by: 7840vz <122374011+7840vz@users.noreply.github.com> --------- Signed-off-by: 7840vz <7840vz@users.noreply.github.com> Signed-off-by: 7840vz <122374011+7840vz@users.noreply.github.com> Co-authored-by: 7840vz <7840vz@users.noreply.github.com>
…2386) * Add barchart migration Signed-off-by: 7840vz <7840vz@users.noreply.github.com> * Update test Signed-off-by: 7840vz <7840vz@users.noreply.github.com> * Fix test Signed-off-by: 7840vz <7840vz@users.noreply.github.com> * Add test Signed-off-by: 7840vz <122374011+7840vz@users.noreply.github.com> * Update test Signed-off-by: 7840vz <122374011+7840vz@users.noreply.github.com> --------- Signed-off-by: 7840vz <7840vz@users.noreply.github.com> Signed-off-by: 7840vz <122374011+7840vz@users.noreply.github.com> Co-authored-by: 7840vz <7840vz@users.noreply.github.com>
Description
This adds bargauge->barchart migration and decimal places migration.
Checklist
[<catalog_entry>] <commit message>
naming convention using one of thefollowing
catalog_entry
values:FEATURE
,ENHANCEMENT
,BUGFIX
,BREAKINGCHANGE
,DOC
,IGNORE
.