Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 2841d62b1eb7c57e3108a2b8ef757c515357f19a
https://github.com/tribe29/checkmk/commit/2841d62b1eb7c57e3108a2b8ef757c515…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M cmk/base/core_config.py
M cmk/base/sources.py
Log Message:
-----------
Silently ignore special agent deactivated by user
Deactivation doesn't remove the config. So make_sources
would still try to add the special agent to the sources.
In some cases, `info_func = config.special_agent_info[agentname]`
would then raise an unhandled KeyError exception and
crash the activation.
CMK-12337
Change-Id: Ibd8e97a2dd95e6fdbc662291c020c1f8ef7d4840
Commit: 4c33282ceba8871ff5dbcace037f90d1b78f23f5
https://github.com/tribe29/checkmk/commit/4c33282ceba8871ff5dbcace037f90d1b…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M tests/code_quality/conftest.py
M tests/code_quality/file_content/test_find_debug_code_web.py
M tests/code_quality/file_content/test_find_debug_print.py
M tests/code_quality/test_werks.py
Log Message:
-----------
Removed a few suppressions.
Change-Id: Ie6c71982ce4b4ce2fa0ec820887f26655e529aeb
Compare: https://github.com/tribe29/checkmk/compare/610a477cfa17...4c33282ceba8