Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: f26f09a198042cad91809539b9bfc4ec96949fea
https://github.com/Checkmk/checkmk/commit/f26f09a198042cad91809539b9bfc4ec9…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M omd/packages/omd/omdlib/init_scripts.py
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
omdlib: small driveby impovements
Change-Id: Icb20e3d6723015f75a3f5d12c29b5bb9b4904184
Commit: 146ffb46cde33525b2dce545dba70ba2db6db1d5
https://github.com/Checkmk/checkmk/commit/146ffb46cde33525b2dce545dba70ba2d…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M cmk/gui/watolib/registration.py
Log Message:
-----------
Revert "Trying hot fix for composition tests"
This reverts commit 114b5c8849baa819d7c2acdf98eb7c064611355c.
Proper fix incoming.
Change-Id: I7374821abdc70db558c9ca88ede8bd5bbe909d77
Commit: 8f3318dae7191ced1e0fde1975a4d5d9e49421f0
https://github.com/Checkmk/checkmk/commit/8f3318dae7191ced1e0fde1975a4d5d9e…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M cmk/gui/openapi/endpoints/host_config/__init__.py
M cmk/gui/wato/pages/host_rename.py
Log Message:
-----------
Simplify renaming background job start
Handing over complex objects to background jobs is not a good idea. Not
only in terms of maintainability, but also for performance reasons. The
objects and pickled between the processes, which has some traps in the
detail (e.g. lambda objects) and also has a performance impact.
In this specific case the problem occured, because the Folder object
holds lambdas since the commit 498656c1462cc1c0fa7c3c3df7ac962a3ff89873.
Change-Id: I302a2ac7ed05cc9d40ed22b972b1fc189da678d9
Compare:
https://github.com/Checkmk/checkmk/compare/b9df3c68dea8...8f3318dae719
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications