Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: f587c1e208726bcdfb2a3a53d3ba342ffb83eb63
https://github.com/tribe29/checkmk/commit/f587c1e208726bcdfb2a3a53d3ba342ff…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M cmk/base/core_config.py
M cmk/utils/type_defs/__init__.py
M cmk/utils/type_defs/pluginname.py
Log Message:
-----------
Rename ABCName -> PluginName
That's what it's called everywhere in variable names and the name of the
module. It's also less generic and closer to the domain, which is good
in that case.
Change-Id: I7a28503fc0236e4f0a526dc50406d60283cae853
Commit: 132624ed8032f97d09b01d88e84228adfd20f662
https://github.com/tribe29/checkmk/commit/132624ed8032f97d09b01d88e84228adf…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M cmk/base/config.py
M cmk/base/default_config/base.py
M cmk/utils/translations.py
Log Message:
-----------
Fix service description translation
The type mix between list and set caused a "TypeError: unsupported
operand".
Suppressions and missing type hints prevented mypy from uncovering this.
Made rule merge logic explicit and add some type hints.
CMK-12789
Change-Id: I6d1812197c5cdb9872b5e9195c30d25adcdf0b94
Commit: c4df8e894ef3b412f635375fceb8466ad23833c1
https://github.com/tribe29/checkmk/commit/c4df8e894ef3b412f635375fceb8466ad…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M Pipfile
M Pipfile.lock
Log Message:
-----------
Reverting openapi-spec-validator back from 0.5.6 to 0.5.1.
Newer versions break our slow unit tests, this has to be investigated.
Change-Id: I45dafaf22580f8fc40803a5fc25893b5b992d5f4
Commit: eb9dc56cd3c11706b1ca7fe2c05b07c542681c49
https://github.com/tribe29/checkmk/commit/eb9dc56cd3c11706b1ca7fe2c05b07c54…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M tests/integration/omd/test_python.py
Log Message:
-----------
Added yet another exception to broken test.
Change-Id: I44f3c15fdcbb45f15f93280ae8c47a514ee807ed
Compare:
https://github.com/tribe29/checkmk/compare/c1942a37ad45...eb9dc56cd3c1