Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 9ebeae08cd6de404d9bacb983c7a99a8ba2eed27
https://github.com/Checkmk/checkmk/commit/9ebeae08cd6de404d9bacb983c7a99a8b…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M cmk/gui/wato/pages/host_rename.py
Log Message:
-----------
Fix host rename pending changes guard
There may be changes with has_been_activated=True and need_sync=True.
In this case WATO shows that no changes are pending, but the rename
was blocked. We now use the same logic as the activation uses to get
the exact same result.
Change-Id: I3bde653dfebfdf427664c5459358e5574a3f1d14
Commit: e5199c34e732359b40c8c8cd91b61079b7d92646
https://github.com/Checkmk/checkmk/commit/e5199c34e732359b40c8c8cd91b61079b…
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:
-----------
Trying hot fix for composition tests
Our current understanding is that we hand over the complex Folder
objects to the host rename background jobs. If such object holds a
reference to a lambda object, which the Folder object does since the
commit 498656c1462cc1c0fa7c3c3df7ac962a3ff89873, the pickle operation,
which is used to serialize the object for the background job, will fail.
In general it seems to be a good idea to remove references to such
complex objects in background job calls. Not only for maintainability,
but also for performance reasons. We'll try to move towards this
direction with a proper follow-up fix.
Change-Id: Ie7bc21fc52d3782d47d701907a7c3c671b1bf478
Commit: c0c0d917d893063f88f01ae34906c4f192dcf0ff
https://github.com/Checkmk/checkmk/commit/c0c0d917d893063f88f01ae34906c4f19…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M tests/testlib/openapi_session.py
Log Message:
-----------
composition tests: increase default timeout for activate_changes
Change-Id: Ifd3e9280d5e42a55b014ece3145498d260a3d826
Compare:
https://github.com/Checkmk/checkmk/compare/d89b09d0563e...c0c0d917d893
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications