Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 6a4abd6353dda32e639662d0367ed4b7624b595e
https://github.com/tribe29/checkmk/commit/6a4abd6353dda32e639662d0367ed4b76…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Changed paths:
M agents/cmk-agent-ctl/tests/test_cli.rs
Log Message:
-----------
disable flacky test in windows agent controller
Change-Id: I8922ee7bdd2935b5cbefa4e4d0a3a805b77f3f00
Commit: 788dc2d8e1c1f3815e6159ef2238c709bef5687e
https://github.com/tribe29/checkmk/commit/788dc2d8e1c1f3815e6159ef2238c709b…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Changed paths:
M cmk/gui/watolib/activate_changes.py
M tests/unit/cmk/gui/watolib/test_activate_changes.py
Log Message:
-----------
User sync adjustments
* only delete users on remote sites if they are known to the
central site
* this should keep users on remote sites with own LDAP connectors
SUP-10733
Change-Id: Ie9b3768046fa766f917d83bdde183a96da17e191
Commit: 1bbbfd6ec2a61483cae136b00e19dd58596f4bc0
https://github.com/tribe29/checkmk/commit/1bbbfd6ec2a61483cae136b00e19dd585…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Changed paths:
A .werks/14889
Log Message:
-----------
14889 FIX Fix deletion of users on remote sites if own LDAP connector is used
SUP-10733
Change-Id: I0fda48ed202662f9b406b8b02d17327c0b0c1391
Compare: https://github.com/tribe29/checkmk/compare/ea32c3803339...1bbbfd6ec2a6
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ea32c3803339137fe4f335dee624cbb62d9f1523
https://github.com/tribe29/checkmk/commit/ea32c3803339137fe4f335dee624cbb62…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Changed paths:
M agents/wnx/include/tools/_misc.h
M agents/wnx/include/tools/_xdbg.h
M agents/wnx/include/tools/_xlog.h
M agents/wnx/src/common/cma_yml.h
M agents/wnx/src/common/mailslot_transport.cpp
M agents/wnx/src/common/stop_watch.h
M agents/wnx/src/common/wtools.cpp
M agents/wnx/src/common/wtools.h
M agents/wnx/src/common/wtools_user_control.cpp
M agents/wnx/src/common/wtools_user_control.h
M agents/wnx/src/engine/cap.cpp
M agents/wnx/src/engine/cap.h
M agents/wnx/src/engine/carrier.cpp
M agents/wnx/src/engine/carrier.h
M agents/wnx/src/engine/cfg.cpp
M agents/wnx/src/engine/cfg.h
M agents/wnx/src/engine/cfg_details.h
M agents/wnx/src/engine/encryption.cpp
M agents/wnx/src/engine/encryption.h
M agents/wnx/src/engine/eventlog/eventlogbase.cpp
M agents/wnx/src/engine/eventlog/eventlogstd.cpp
M agents/wnx/src/engine/eventlog/eventlogstd.h
M agents/wnx/src/engine/eventlog/eventlogvista.cpp
M agents/wnx/src/engine/eventlog/eventlogvista.h
M agents/wnx/src/engine/external_port.cpp
M agents/wnx/src/engine/external_port.h
M agents/wnx/src/engine/firewall.cpp
M agents/wnx/src/engine/groups.cpp
M agents/wnx/src/engine/logger.h
M agents/wnx/src/engine/modules.cpp
M agents/wnx/src/engine/modules.h
M agents/wnx/src/engine/on_start.h
M agents/wnx/src/engine/providers/agent_plugins.cpp
M agents/wnx/src/engine/providers/check_mk.cpp
M agents/wnx/src/engine/providers/df.cpp
M agents/wnx/src/engine/providers/ps.cpp
M agents/wnx/src/engine/providers/services.h
M agents/wnx/src/engine/providers/system_time.cpp
M agents/wnx/src/engine/providers/system_time.h
M agents/wnx/src/engine/providers/wmi.cpp
M agents/wnx/src/engine/providers/wmi.h
M agents/wnx/src/engine/read_file.h
M agents/wnx/src/engine/realtime.cpp
M agents/wnx/src/engine/realtime.h
M agents/wnx/src/engine/section_header.h
M agents/wnx/src/engine/service_processor.cpp
M agents/wnx/src/engine/service_processor.h
M agents/wnx/src/engine/stdafx_defines.h
M agents/wnx/src/engine/upgrade.cpp
M agents/wnx/src/engine/upgrade.h
M agents/wnx/src/engine/windows_service_api.cpp
M agents/wnx/src/lwa/Configurable.h
M agents/wnx/src/lwa/Configuration.cpp
M agents/wnx/src/lwa/Configuration.h
M agents/wnx/src/lwa/stringutil.cpp
M agents/wnx/src/lwa/stringutil.h
M agents/wnx/src/lwa/types.cc
M agents/wnx/src/lwa/types.h
M agents/wnx/src/main/check_mk_service.cpp
M agents/wnx/src/main/pch.h
M agents/wnx/watest/pch.h
M agents/wnx/watest/test-log.cpp
M agents/wnx/watest/test-object_repo.cpp
M agents/wnx/watest/test-plugin.cpp
M agents/wnx/watest/test-realtime.cpp
M agents/wnx/watest/test-runperf.cpp
M agents/wnx/watest/test-section_ps.cpp
M agents/wnx/watest/test-service.cpp
M agents/wnx/watest/test-spool.cpp
M agents/wnx/watest/test-winperf.cpp
M agents/wnx/watest/test-wtools.cpp
M agents/wnx/watest/test_tools.cpp
Log Message:
-----------
refactor windows agent
Change-Id: I6bda433947946c5dcd0ad993ba14f047b75f0111
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 65ec4f570b2635c97d286b2d4869e12b7182105d
https://github.com/tribe29/checkmk/commit/65ec4f570b2635c97d286b2d4869e12b7…
Author: Weblate Transfer job <weblate(a)checkmk.com>
Date: 2022-10-28 (Fri, 28 Oct 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/master
Home: https://github.com/tribe29/checkmk
Commit: 1d2db380a34ab2c7572013819c1d6e3fdb243dc9
https://github.com/tribe29/checkmk/commit/1d2db380a34ab2c7572013819c1d6e3fd…
Author: Hannes Rantzsch <hannes.rantzsch(a)tribe29.com>
Date: 2022-10-28 (Fri, 28 Oct 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
Branch: refs/heads/test1
Home: https://github.com/tribe29/checkmk
Commit: 7edd4a57239908842c5b189ba146755424ac8eda
https://github.com/tribe29/checkmk/commit/7edd4a57239908842c5b189ba14675542…
Author: Anastasiya Liatsetskaya <anastasiya.liatsetskaya(a)tribe29.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M tests/unit/cmk/core_helpers/test_host_sections.py
M tests/unit/cmk/gui/conftest.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_rules.py
M tests/unit/cmk/gui/test_escaping.py
M tests/unit/cmk/gui/test_main_modules.py
M tests/unit/cmk/gui/utils/test_gui_utils.py
M tests/unit/cmk/gui/utils/test_html.py
M tests/unit/cmk/gui/utils/test_init.py
M tests/unit/cmk/gui/utils/test_theme.py
M tests/unit/cmk/notifications/test_notification_plugins_utils.py
M tests/unit/cmk/snmplib/test_type_defs.py
M tests/unit/cmk/special_agents/test_agent_kubernetes_nodes.py
M tests/unit/cmk/special_agents/utils_kubernetes/test_transform.py
M tests/unit/cmk/test_base.py
Log Message:
-----------
Missing types added, p11
CMK-10552
Change-Id: I0b23c86212db0fe6c383b7f15f116f9a7468dabb
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5e33cb5acde2539ec4ed0cd7bc6679e3b69a8a9d
https://github.com/tribe29/checkmk/commit/5e33cb5acde2539ec4ed0cd7bc6679e3b…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M tests/gui_e2e/conftest.py
R tests/gui_e2e/test_menu_help.py
R tests/gui_e2e/test_menu_user.py
M tests/testlib/playwright/helpers.py
Log Message:
-----------
Revert "Added help and user menu tests"
This reverts commit 69326d17c8f0bf7510feaa0587017b4111de6ebd.
Commit: 8ddbbace0d02b0722db0c0240b1e0c259f28fdbd
https://github.com/tribe29/checkmk/commit/8ddbbace0d02b0722db0c0240b1e0c259…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M tests/testlib/playwright/helpers.py
Log Message:
-----------
Revert "Made main menu locator explicit and "user" menu locator relative to main menu locator"
This reverts commit 214170896c9d4290b1b67a7bc8234f0c5176d2e4.
Compare: https://github.com/tribe29/checkmk/compare/69326d17c8f0...8ddbbace0d02