-
Notifications
You must be signed in to change notification settings - Fork 762
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
Grafana 11.2.3, welcome dashboard, performance improvements, quality / consistency improvements, (re)allow dashboard editing #4338
Grafana 11.2.3, welcome dashboard, performance improvements, quality / consistency improvements, (re)allow dashboard editing #4338
Conversation
✅ Deploy Preview for teslamate ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thank you for your work and efforts!
Smaller pull requests are easier to test and much easier to revert. So in general I vote for smaller pull requests, and I know there are exceptions, see our recent nix and CI rework #4219 .
😄 I only link commits when I push directly to main. This is kind of bad practice (pushing directly to main), but due to our sec protections in place it is in some cases the most efficient way to fix CI issues. So in this case, I would link to the PR in several places in the changelog. Before merging: not only do we need to test it, we also need to make sure our nix part works. It seems to work from a quick look at Line 257 in d4a2718
|
Nix part -> wasn't aware of that. As the dashboard is part of the internal folder that should work. However need to change editable to allowUiUpdates there as well. Ok, will do smaller ones in the future, reverting should still be okay if not squashing commits on merge. Needs a bit of rebasing instead then. |
I edited the PR to link the corresponding GitHub issues. |
updated the module.nix (was missing some other recent additions to the docker file as well and typo fixed) I cannot test that here, please verify it's working correctly |
Derived efficiencies are off |
thanks, fixed!
which columns do you mean by that? |
Probably should be another pull request to fix the others Drive Stats Drives Overview Timeline |
tested |
yes, opened a new issue for that - I haven't touched column titles, let's change this after this PR |
Tested successfully.
Tested successfully. Nice enhancement!
Tested successfully.
Tested successfully, side by side with v1.31.1
Really nice alignment wiht the look and feel of other dashboards. I guess we need to do a batch update of the screenshots in the docs and in readme
Only point I do not like, is the "invalid date". I assue this is due to RSS:
tested |
Trip: "select last three drives" is broken. Url changes correctly, but as we do not open a new tab anymore the side does not get refreshed |
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.
Thank you again for all your hard work and efforts!
Overall lgtm. Some small findings, see my comments on PR.
@JakobLichterfeld adressed your findings (except #4338 (comment)). will do later together with finding of sdwalker. |
Perfect, ty! |
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 (except #4338 (comment))
If I'm right, the only open point is this:
@DrMichael Can we get your thoughts on this? |
I think he commented already but the comment got lost by force push - sorry for your double work @DrMichael ... I'll continue working after this PR is merged but wait until then to not make it bigger and bigger @JakobLichterfeld - removed the reference to - #4268, not fixed as part of this pr, will be added in the next one! |
So we are ready to merge. Aren't we? |
i had no chance yet to read the comment of @DrMichael but I would say yes. I'll take care of reverting in case he has concerns over the simplification |
Rebase and merge, innit? As we didn't have "create merge commit" enabled and we do not want to squash this pr |
will do |
5b2b5c4
to
d9cd26f
Compare
@JakobLichterfeld lgtm |
Oh, I just commented, that I introduced $timezone to get the day showing up from 00:00 until 24:00 and not to show the day as in UTC. The statistics for day looked good for me with this PR, but I have no drives or charges, which are in one day with UTC and in another with my timezone. I am just on UTC+1. So, I suggested to go ahead, if something shows up with someone with a bigger difference, we can easily revert. |
perfect, ty. |
@JakobLichterfeld - if you prefer seperate branches for some of the commits please ping me - this is a series of improvements as well as Grafana 11.2.3 incl. workaround for fit to data in maps.
@JakobLichterfeld, CHANGELOG needs some love :) you started linking to commits, should we continue doing that?
Welcome Dashboard Screenshot