-
Notifications
You must be signed in to change notification settings - Fork 217
Add new attributs and methods for bar_gauge_panel #275
base: master
Are you sure you want to change the base?
Conversation
Does someone knows why my unit test keeps failing ? |
Formatting ./grafonnet/bar_gauge_panel.libsonnet... NOK - it's due to formatting issues i believe, please run jsonnetfmt -i bar_gauge_panel.libsonnet and try again |
Thanks for your answers,. If you have any clues, let me know ! :D |
@Basti3n Do you get a returnCode when you run : jsonnetfmt --test -n 2 --max-blank-lines 2 --sort-imports --string-style s --comment-style s grafonnet/bar_gauge_panel.libsonnet; echo $? |
@insignias It returns me "$" with nothing else. |
It should give you a returnCode, may be you missed the '?' in the end: jsonnetfmt --test -n 2 --max-blank-lines 2 --sort-imports --string-style s --comment-style s bar_gauge_panel.libsonnet; echo $? |
I forgot the "?" Let me correct my PR and see if everything is ok. |
Is there any way to get this merged? |
Same question -- can this be merged soon? This is precisely what I was looking for re: bar gauge improvements! ❤️ |
Hello,
Here are some new attributs to add to the bar_gauge_panel.
Here is an exemple of usage of some of them :