Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 46f04f6561d20f13861e9d79162e59d97e4b9b23
https://github.com/Checkmk/checkmk/commit/46f04f6561d20f13861e9d79162e59d97…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M cmk/piggyback_hub/main.py
M cmk/piggyback_hub/payload.py
M cmk/piggyback_hub/utils.py
Log Message:
-----------
piggyback-hub: preserve typeinfo on callbacks
Rather override the Treads 'run' method, it allows us to
preserve the type info.
Change-Id: Iee1e3a2c4d1ec95c4f5667ac3b50df8e4c025ba8
Commit: 59a5bdb6931bd58077c7f1aa82c5d498ec28ddf6
https://github.com/Checkmk/checkmk/commit/59a5bdb6931bd58077c7f1aa82c5d498e…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M cmk/piggyback_hub/main.py
Log Message:
-----------
temporary hack to enable linting
Change-Id: Idc55ebe52ace4d56b3173cdeec569373d82b67f0
Commit: c5ac24f4285de4478da8ad79eba1314daae09d7f
https://github.com/Checkmk/checkmk/commit/c5ac24f4285de4478da8ad79eba1314da…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M cmk/base/server_side_calls/_active_checks.py
M tests/unit/cmk/base/server_side_calls/test_active_checks.py
Log Message:
-----------
SSC backend: create 'ActiveServiceData' instances sooner
This avoids one data type and makes the reposnibilies clearer.
Change-Id: Ia04b471b0a261207044a4ad68d29fd911fafe3f5
Commit: 88141a938989ed5ddaa973e8c0281883660377a8
https://github.com/Checkmk/checkmk/commit/88141a938989ed5ddaa973e8c02818836…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M cmk/base/automations/check_mk.py
M cmk/base/core_nagios/_create_config.py
M cmk/base/server_side_calls/_active_checks.py
M tests/unit/cmk/base/server_side_calls/test_active_checks.py
Log Message:
-----------
SSC backend: remove redundant fields from class
Change-Id: I307dbb3e9ae9108608e91aa9165362bffa298020
Commit: 9f3b3df3752838d294431132349b1a75542f41c5
https://github.com/Checkmk/checkmk/commit/9f3b3df3752838d294431132349b1a755…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M cmk/base/automations/check_mk.py
M cmk/base/server_side_calls/_active_checks.py
M tests/unit/cmk/base/server_side_calls/test_active_checks.py
Log Message:
-----------
SSC backend: remove 'get_active_service_description'
This function originated from a time when it was cheaper
to only compute the description, but this is not the case
anymore. These two functions only differ in the check that
the description is not empty and the deduplication.
In both callsites we actually want that, though (or it
makes no difference).
Change-Id: Ib7baf5db49d2320258d6a7711aa13c14aea9652e
Compare:
https://github.com/Checkmk/checkmk/compare/96652d08d3ba...9f3b3df37528
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications