Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 0187658f568cf24cd2d74ec3c33900ece8e1dfec
https://github.com/tribe29/checkmk/commit/0187658f568cf24cd2d74ec3c33900ece…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M cmk/gui/plugins/dashboard/alert_statistics.py
M cmk/gui/plugins/dashboard/average_scatterplot_dashlet.py
M cmk/gui/plugins/dashboard/event_bar_chart_dashlet.py
M cmk/gui/plugins/dashboard/single_metric.py
M cmk/gui/plugins/dashboard/site_overview.py
M cmk/gui/plugins/dashboard/utils.py
M tests/unit/cmk/gui/test_pages.py
Log Message:
-----------
Some figure dashlet AJAX cleanups
* Consolidate ajax endpoint naming for figure based dashlets
* Standardize show method for most figure based dashlets
Change-Id: Ifaa957f78b71b201cce9fbe988a9af2303ca448e
Commit: 813361f4815d96b4d0c2307123946f24af082f21
https://github.com/tribe29/checkmk/commit/813361f4815d96b4d0c2307123946f24a…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M web/htdocs/js/modules/figures/cmk_figures.js
Log Message:
-----------
Log JS errors during figure updates
Change-Id: I00dd77a1e86dffcd7eae059adcf409112f3f9f6f
Commit: 14f3e0f8444a8e111de202b40bafe85bb1dbd55f
https://github.com/tribe29/checkmk/commit/14f3e0f8444a8e111de202b40bafe85bb…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M cmk/gui/plugins/dashboard/event_bar_chart_dashlet.py
M web/htdocs/js/modules/figures/cmk_figures.js
M web/htdocs/js/modules/figures/cmk_timeseries.js
Log Message:
-----------
Notification dashlet: Add "simple number" render mode
The number of notifications in the configured time range can now be
displayed as simple number instead of showing the bar chart.
Change-Id: Ia1b6021a95433496d1b59217372b9de6dd06a60b
Commit: d47efb77137198ca5c5fb9776c960eb973e83846
https://github.com/tribe29/checkmk/commit/d47efb77137198ca5c5fb9776c960eb97…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M web/htdocs/themes/facelift/scss/_dashboard.scss
Log Message:
-----------
Dashboard: Do not show number of rows in view dashlets
Change-Id: I11d139f41cc8499c4ca2502572e2b4ab6365bb71
Commit: a5fae5efe6c5ad2992a61802132c853cecbcb24a
https://github.com/tribe29/checkmk/commit/a5fae5efe6c5ad2992a61802132c853ce…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M web/htdocs/themes/facelift/scss/_dashboard.scss
Log Message:
-----------
View dashlets: Prevent scrollbar overlap
Change-Id: I1fd53c1d3863ea02e6371f2a89dba041bfbd2a5f
Commit: 320f2eaee07285e81a2e7a840e7ed0647fbabab5
https://github.com/tribe29/checkmk/commit/320f2eaee07285e81a2e7a840e7ed0647…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M cmk/gui/dashboard.py
M cmk/gui/page_menu.py
Log Message:
-----------
Dashboard shortcuts are not suggestions anymore
Change-Id: I67dbf970cbb4436300d3f044d410a62552d05648
Commit: 33d2e7d60120b2f3988673ac0c3b67afe7a0fb46
https://github.com/tribe29/checkmk/commit/33d2e7d60120b2f3988673ac0c3b67afe…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
A .werks/11925
M cmk/utils/bi/bi_compiler.py
Log Message:
-----------
11925 FIX Fix missing link to associated host or service BI aggregation
CMK-7045
Change-Id: If03602080e91285b177d315f0a5bfd96af84ddc6
Commit: 6318aeba4a14b5cbe0d0b31a29f1560facb4f109
https://github.com/tribe29/checkmk/commit/6318aeba4a14b5cbe0d0b31a29f1560fa…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M cmk/base/automations/check_mk.py
M cmk/base/checking.py
M cmk/base/discovery.py
M cmk/base/dump_host.py
M tests/unit/cmk/base/test_checking.py
Log Message:
-----------
checking: clean up function names
Apart from the fact that the names are changed,
there is only one small change:
The former "legacy_determine_check_params" function
actually only processed objects of the type "TimespecificParamList".
Everything else was spat out directly. In these cases
(where it does nothing), the function is now not even called.
As a result, the typing is also somewhat more precise.
Change-Id: I9ac049cacdcdf80d8e2731b89dd14794a49a76b5
Commit: a41b432c7f272db246139d88ce9c2586fcee76b3
https://github.com/tribe29/checkmk/commit/a41b432c7f272db246139d88ce9c2586f…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
OID unit test: do not strip '.0'
Change-Id: I1a8fdeebddfe55799a1f72a8c914c18b63ab6467
Compare:
https://github.com/tribe29/checkmk/compare/ddf77242ae4a...a41b432c7f27