sidebar-info update - DB engine#6744
Conversation
thiagoftsm
left a comment
There was a problem hiding this comment.
Hi @jacekkolasa ,
I tested now the changes that you did using FreeBSD 12.0-release-p10 and dbengine, everything worked as expected where we had the new variable present in the report and the JS did not report any error, so LGTM! :)
5909526
df3dae8 to
95db5ff
Compare
thiagoftsm
left a comment
There was a problem hiding this comment.
I have tested this PR again, this time on Slackware current and I verified that it is working well.
Congratulations @jacekkolasa !
…utes, and # seconds of real-time history."
6243280 to
baf8039
Compare
vlegakis
left a comment
There was a problem hiding this comment.
LGTM.
Just a note only: perhaps we could introduce a more automated cache buster-versioning system.
| <meta name="twitter:image" content="https://cloud.githubusercontent.com/assets/2662304/14092712/93b039ea-f551-11e5-822c-beadbf2b2a2e.gif" /> | ||
|
|
||
| <script src="main.js?v20190902-0"></script> | ||
| <script src="main.js?v20190905-0"></script> |
There was a problem hiding this comment.
Nice! Perhaps we could introduce a mode standard and more automated cache buster logic though, like we do in the cloud (console project)
There was a problem hiding this comment.
thanks for mentioning that, i'll check current cloud solutions. i think we can think about cache when we'll do build/compile task for the new dashboard
* remove "Netdata is using # MB of memory on HOSTNAME for # hour, # minutes, and # seconds of real-time history." * Added "memory_mode" key to the get "charts" API call * don't show db engine tip when user has it already installed * add back hostname information * add oxford comma (only for db-engine users) * update main.js hash * <b> --> <strong> (but only in sidebar info, main.js)
* remove "Netdata is using # MB of memory on HOSTNAME for # hour, # minutes, and # seconds of real-time history." * Added "memory_mode" key to the get "charts" API call * don't show db engine tip when user has it already installed * add back hostname information * add oxford comma (only for db-engine users) * update main.js hash * <b> --> <strong> (but only in sidebar info, main.js)
* remove "Netdata is using # MB of memory on HOSTNAME for # hour, # minutes, and # seconds of real-time history." * Added "memory_mode" key to the get "charts" API call * don't show db engine tip when user has it already installed * add back hostname information * add oxford comma (only for db-engine users) * update main.js hash * <b> --> <strong> (but only in sidebar info, main.js)
solves #6734
Summary
User should not see the DB tip on the sidebar, when he/she already configured db engine. (on the host level, for now)
Additionally,
Netdata is using ** of memory on **for ** minutes and ** seconds of real-time history.sentence should be removedComponent Name
Web