Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 45f72ae9cdfe9c77f54adf7ba2ef105dacae49ba
https://github.com/tribe29/checkmk/commit/45f72ae9cdfe9c77f54adf7ba2ef105da…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M cmk/base/agent_based/discovery/__init__.py
M cmk/base/agent_based/discovery/_discovery.py
M cmk/base/agent_based/discovery/autodiscovery.py
M cmk/base/agent_based/discovery/utils.py
A cmk/base/auto_queue.py
M cmk/base/modes/check_mk.py
R tests/unit/cmk/base/agent_based/discovery/test_discovery_autodiscovery.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery_utils.py
A tests/unit/cmk/base/test_auto_queue.py
Log Message:
-----------
Move AutodiscoveryQueue (and related classes/functions) to auto_queue.py
Change-Id: I2605ba0cb4b47a2e2c446f1c1dfb87799a9e534a
Commit: 7a8d9118c3566e0a952dc4ee2b4ad2f5489b7ad7
https://github.com/tribe29/checkmk/commit/7a8d9118c3566e0a952dc4ee2b4ad2f54…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M cmk/base/agent_based/discovery/_discovery.py
M cmk/base/agent_based/discovery/autodiscovery.py
M cmk/base/auto_queue.py
M cmk/base/modes/check_mk.py
M cmk/utils/paths.py
M tests/unit/cmk/base/test_auto_queue.py
M tests/unit/cmk/utils/test_paths.py
Log Message:
-----------
Make AutodiscoveryQueue reuseable -> AutoQueue
- Add some missing type hints
Change-Id: Ia245fdb172a819b63df5ce79c7bc61237072ff44
Compare: https://github.com/tribe29/checkmk/compare/3558be4472c5...7a8d9118c356
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 3558be4472c5cc02149990291c7ef3e41a4eb532
https://github.com/tribe29/checkmk/commit/3558be4472c5cc02149990291c7ef3e41…
Author: Weblate Transfer job <weblate(a)checkmk.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M locale/de/LC_MESSAGES/multisite.po
M locale/es/LC_MESSAGES/multisite.po
M locale/fr/LC_MESSAGES/multisite.po
M locale/it/LC_MESSAGES/multisite.po
M locale/ja/LC_MESSAGES/multisite.po
M locale/nl/LC_MESSAGES/multisite.po
M locale/pt_PT/LC_MESSAGES/multisite.po
M locale/ro/LC_MESSAGES/multisite.po
Log Message:
-----------
[Weblate] Updated translation files
Translation: checkmk/software
Translate-URL: https://translate.checkmk.com/projects/checkmk/software/
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 1fa18fd99acca2fc998341dad902221a4e027bff
https://github.com/tribe29/checkmk/commit/1fa18fd99acca2fc998341dad902221a4…
Author: Hannes Rantzsch <hannes.rantzsch(a)tribe29.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
A .werks/14389
M bin/.f12
A bin/cmk-passwd
M cmk/.f12
A cmk/cmkpasswd.py
M omd/packages/omd/omdlib/main.py
M tests/testlib/pylint_checker_cmk_module_layers.py
A tests/unit/cmk/test_cmkpasswd.py
M tests/unit/cmk/utils/crypto/test_password_hashing.py
M tests/unit/conftest.py
Log Message:
-----------
14389 Add cmk-passwd utility
This Werk adds the tool cmk-passwd. cmk-passwd can add and change
Checkmk user passwords via the commandline, as could previously be
achieved using htpasswd. Users are advised to use cmk-passwd instead of
htpasswd to manage Checkmk user passwords from now on.
To change a password with cmk-passwd, for example the password of
cmkadmin, simply run
cmk-passwd cmkadmin
The tool will then prompt the password and ask you to re-type it for
verification. See cmk-passwd -h for further options.
cmk-passwd selects the correct password file location and password
hashing algorithm for the installed version of Checkmk. Behind the
scenes it currently still writes to the same file (etc/htpasswd) in
htpasswd-compatible format. This might be changed in the future though.
Change-Id: If3cb2031566479ed05a7eb827598a6a96f304170