Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 263ce1278f0943568e28f04fbb9718e383353311
https://github.com/tribe29/checkmk/commit/263ce1278f0943568e28f04fbb9718e38…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M cmk/gui/plugins/dashboard/graph.py
M cmk/gui/valuespec.py
M cmk/gui/watolib/rulespecs.py
Log Message:
-----------
Added (lax) type hints for ValueSpec._validate_value() implementations.
Change-Id: Ice3a8c79de716ddc0af8c061018f311e1c027260
Commit: a9b5cf878774c714e1117911d546a590a425609d
https://github.com/tribe29/checkmk/commit/a9b5cf878774c714e1117911d546a590a…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Unify ValueSpec.transform_value() types a bit.
Nevertheless, the signature of the method seems to be utter nonsense.
The same holds for the place in the class hierarchy.
Change-Id: Ia97ebcb2b5905183f6602634b001ddf683fd7615
Commit: 94b2ee67ec395f670adfd82cddb2a99d62fcef1e
https://github.com/tribe29/checkmk/commit/94b2ee67ec395f670adfd82cddb2a99d6…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Added type hints for ValueSpec.has_show_more() implementations.
Change-Id: Ic4b19286975ccd9939f01f0addbe7b3dabbcd1a0
Commit: 5ed95a49fb0512cde16ea59ea796ed1f26133097
https://github.com/tribe29/checkmk/commit/5ed95a49fb0512cde16ea59ea796ed1f2…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M agents/cmk-agent-ctl/src/pull.rs
Log Message:
-----------
cmk-agent-ctl: Always refresh allow-legacy-pull state
Change-Id: I418f673158165d02785c8ee68f70fa44029f33f9
Commit: ad3978a2844863ea8f18533d864d39e279e3ec95
https://github.com/tribe29/checkmk/commit/ad3978a2844863ea8f18533d864d39e27…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M agents/cmk-agent-ctl/src/main.rs
Log Message:
-----------
Disable stderr output for win-controller daemon mode
Some generic changes in API were required to obtain
requested mode during init logging
BACKGROUND: In Windows app running without console
may hang up if tries to write to stderr. The conditions
are not known and may vary. Still this situation must
be avoided because even occasional writing to stderr
may break monitoring.
TEST: Manual using debugger.
Change-Id: I27aacbd20476bd7de18521bd177f9af9f49d4931
Compare:
https://github.com/tribe29/checkmk/compare/db73a8265eca...ad3978a28448