Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 1bdfe3bd14b326833b2059b0ee2485f699dc7c32
https://github.com/tribe29/checkmk/commit/1bdfe3bd14b326833b2059b0ee2485f69…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M cmk/gui/watolib/bulk_discovery.py
Log Message:
-----------
cmk.gui: check-untyped-defs - step 23
Change-Id: Ic2683c6ddf2586b18084590f415cf394a78fbe14
Commit: ab06cfa2331c9e7b413f88389a95a2456c72271c
https://github.com/tribe29/checkmk/commit/ab06cfa2331c9e7b413f88389a95a2456…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M checks/temperature.include
Log Message:
-----------
Some minor polishing tweaks.
Change-Id: I0d8cdb79ade9be27767e134c07ddae24fd8ae560
Commit: f43284f80175abb529979b1b281235e404ab1c1e
https://github.com/tribe29/checkmk/commit/f43284f80175abb529979b1b281235e40…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Introduced Bounds class to reduce copy-n-paste.
Implementing this via a mixin would be another option, but getting the
typing right with mypy is a bit tedious (use a protocol for self).
Change-Id: Ia341c30deaa01c3bb314900aa0e2459dc7613ef8
Compare:
https://github.com/tribe29/checkmk/compare/84a71ff9efac...f43284f80175