Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: fe16cc87f17926e6d45b0bf159db63eb347bbf94
https://github.com/tribe29/checkmk/commit/fe16cc87f17926e6d45b0bf159db63eb3…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M cmk/base/agent_based/checking/active.py
M cmk/base/agent_based/checking/commandline.py
M cmk/base/agent_based/discovery/active.py
M cmk/base/agent_based/discovery/commandline.py
M cmk/base/agent_based/error_handling.py
M cmk/base/agent_based/inventory/active.py
M tests/unit/cmk/base/agent_based/test_error_handling.py
Log Message:
-----------
Remove HostConfig dep from error_handling
CMK-10515
Change-Id: Ia0fc6ae1218cf0bebdfed075f7ba314ee44e01ba
Commit: 58604c592dee3c2534466cb25e44c7386dd4bf9c
https://github.com/tribe29/checkmk/commit/58604c592dee3c2534466cb25e44c7386…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M cmk/base/agent_based/error_handling.py
Log Message:
-----------
Remove base deps from error_handling
CMK-10515
Change-Id: I8c8b17e9c160d24ae46dbdae6b4640298743f311
Commit: 4b46e75007afa45f5f2641057548db455fc8fcc9
https://github.com/tribe29/checkmk/commit/4b46e75007afa45f5f2641057548db455…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M cmk/base/agent_based/checking/_checking.py
M cmk/base/config.py
M tests/unit/cmk/base/agent_based/checking/test_checking.py
M tests/unit/cmk/base/test_config.py
Log Message:
-----------
Move `get_clustered_service_node_keys()` to its single caller
The function was on ConfigCache but had a single call-site. This
patch moves the function where it's actually needed. This improves
the cohesion of `agent_based`. Also, the `HostKey` type is now
only used in `agent_based`.
CMK-10515
Change-Id: Ie404877d28431d69722d0c27ef7664ac15e77c18
Compare:
https://github.com/tribe29/checkmk/compare/b981b97cc86f...4b46e75007af