Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 4e37be19705b6d4de00091b17e2ac84d09af0c88
https://github.com/tribe29/checkmk/commit/4e37be19705b6d4de00091b17e2ac84d0…
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: 5800ba8a35f796ddd9e2862e6da387417abb36c6
https://github.com/tribe29/checkmk/commit/5800ba8a35f796ddd9e2862e6da387417…
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: fb9b4fe2a97654de2e962c2d18a63f5aaa0c7b7c
https://github.com/tribe29/checkmk/commit/fb9b4fe2a97654de2e962c2d18a63f5aa…
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: 5d0db76f5899a8200d2fac8efb68e167e28ef17d
https://github.com/tribe29/checkmk/commit/5d0db76f5899a8200d2fac8efb68e167e…
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/1672eef7f1b1...5d0db76f5899