Branch: refs/heads/2.2.0
Home:
https://github.com/tribe29/checkmk
Commit: cf4b50432e7ef035a9aa97f6718725c0c4c75850
https://github.com/tribe29/checkmk/commit/cf4b50432e7ef035a9aa97f6718725c0c…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M omd/packages/omd/omdlib/main.py
M tests/unit/omdlib/test_omdlib_main.py
Log Message:
-----------
Extract permission action logic and add tests
Change-Id: I73059924ec6ab3767373375a699b2b267e32dce4
Commit: 90c1493adb729bfe6686e0b3bfe368c4d0c63de0
https://github.com/tribe29/checkmk/commit/90c1493adb729bfe6686e0b3bfe368c4d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
Cleanup structure a bit
Change-Id: I2b54fc2e3dee17c66a3948a6b3c0cf8e7221e2ee
Commit: 9a2ea87b8b5236ef817d3da9b331be21596a8186
https://github.com/tribe29/checkmk/commit/9a2ea87b8b5236ef817d3da9b331be215…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M tests/unit/omdlib/test_omdlib_main.py
Log Message:
-----------
Add test case for questions we see during 2.1 -> 2.2 updates
Change-Id: Ia8a6b948fcbc4235884a522b239d408911b000b0
Commit: e51ed1e572253bc85e103c8efaf9932a771057b4
https://github.com/tribe29/checkmk/commit/e51ed1e572253bc85e103c8efaf9932a7…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
A .werks/15706
M omd/packages/omd/omdlib/main.py
M tests/unit/omdlib/test_omdlib_main.py
Log Message:
-----------
15706 FIX Reduce permission questions during "omd update"
When executing "omd update" with old sites that have been running with various
older stable versions,
the permissions of some directories may not be as we expect. Instead of asking user for
confirmation
we now enforce the new default permissions to be applied.
This change affects these directories:
<ul>
<li>etc/check_mk/multisite.d</li>
<li>etc/check_mk/conf.d</li>
<li>etc/check_mk/conf.d/wato</li>
<li>local/share/nagvis/htdocs/userfiles/images/maps</li>
<li>local/share/nagvis/htdocs/userfiles/images/shapes</li>
</ul>
Change-Id: I9c064ddcd136370d11fb3d09e844cbb8dc97ba59
Compare:
https://github.com/tribe29/checkmk/compare/ef411d25a291...e51ed1e57225