Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 7866214e7bbbaac56cdbe5b4a39fc63ff1fc77d8
https://github.com/tribe29/checkmk/commit/7866214e7bbbaac56cdbe5b4a39fc63ff…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M tests/unit/cmk/gui/plugins/test_metrics_utils.py
Log Message:
-----------
Extend test for reverse translation
Check-plugins should be migrated to deliver metrics under their canonical
name. We mark on the translation on which version the migration happened
and keep the reverse translation valid for an entire stable version
release.
Thus test needs to be able to pin the version to verify the translation is
taking place or being already dropped.
It would be good to manage to migrate all memory metrics before 2.0.0
release. Here is a test over mem_linux still having unmigrated
metrics(shmem).
Change-Id: Id8596db99e65583b99a59035a9821f2aaf0919be
Commit: 607c6885b83851522f73bef93a5bf72966aa5bba
https://github.com/tribe29/checkmk/commit/607c6885b83851522f73bef93a5bf7296…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M Makefile
M cmk/gui/plugins/metrics/artwork.py
Log Message:
-----------
Timeseries graph axis background is transparent in dark_theme
This is only the default behavior, user can at any time still set a
background.
CMK-6077
Change-Id: I81cbde29ffcb5f0b564bd75d1008a82f678c3dba
Compare:
https://github.com/tribe29/checkmk/compare/f79a01bf5868...607c6885b838