Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 003a726b14dc0aacc4ecef645e4f72786c9d6f9d
https://github.com/Checkmk/checkmk/commit/003a726b14dc0aacc4ecef645e4f72786…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
Prepare to decouple host rename from edition specific features
For example, the edition specific alert handling code should not be
referenced by the generic host renaming feature. This hook mechanism
enables us to clean up this layer violation in the next step.
Change-Id: Iba91e35e9dbb918ecc4385add791fcd4a288e53b
Commit: 2482a79562937fe2d43c721f97cfd83590d2bccf
https://github.com/Checkmk/checkmk/commit/2482a79562937fe2d43c721f97cfd8359…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
Extract and type helper function
Change-Id: Id4ab4a50ca81ab1f9e6f25b2fed6aea2a761e6c9
Commit: 6ab242b942ff7de77bce340d261c3a62ae099a83
https://github.com/Checkmk/checkmk/commit/6ab242b942ff7de77bce340d261c3a62a…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
Cleanup layer violation
The generic host rename feature must not know anything the alert handlers
feature which is not available in all editions.
Change-Id: I7c8ef16b89bd09e24defc9ca7cd8502ac18fac6e
Commit: 83801ee65937c5e5facab92bc6d062be58b08ace
https://github.com/Checkmk/checkmk/commit/83801ee65937c5e5facab92bc6d062be5…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
Rename hooks can now be differentiated by phase
In the next step the BI specific renaming is decoupled from the renaming
code. Because this shall be executed earlier than the other renamings,
we need to separate them and call them independently.
Change-Id: Ief9fe2ae125566d25c1e6986890696403e0c8e25
Commit: e2a4991a94a81f42639bcc341fe45c4936975d91
https://github.com/Checkmk/checkmk/commit/e2a4991a94a81f42639bcc341fe45c493…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
A cmk/gui/bi/_host_rename.py
M cmk/gui/bi/registration.py
M cmk/gui/plugins/main_modules/registration.py
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
Decouple host rename from BI
Change-Id: I78cb75819fa27991aa7d11152376e3926d798cda
Compare:
https://github.com/Checkmk/checkmk/compare/e23be12fcb8b...e2a4991a94a8