Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: b9cf43b2c3b3d1389091c3a9efe6a53b8b28512d
https://github.com/Checkmk/checkmk/commit/b9cf43b2c3b3d1389091c3a9efe6a53b8…
Author: Matteo Stifano <matteo.stifano(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M tests/plugins_integration/checks.py
Log Message:
-----------
test-plugin: Include changes activation after test's teardown
We delete the host after test's execution but we do not activate
changes.
Here we fix this.
Change-Id: I9cee8d0596047335ea39578961e971cd361b62c9
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 93482a57d498872808a5a01ecb35a42dec7f9530
https://github.com/Checkmk/checkmk/commit/93482a57d498872808a5a01ecb35a42de…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/gui/wato/pages/__init__.py
M cmk/gui/wato/pages/global_settings.py
M tests/unit/cmk/gui/wato/pages/test_global_settings.py
Log Message:
-----------
Revert "Replace monkey patching of ModeEditGlobals"
This reverts commit 92fc5dcaafacc6bfb7f631148411e52963b885db.
Breaks breadcrumb on global settings page.
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: e514ba728f35538622fab3c6f591f110c46fc108
https://github.com/Checkmk/checkmk/commit/e514ba728f35538622fab3c6f591f110c…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M agents/modules/windows/clean_environment.cmd
M agents/modules/windows/save_python.cmd
Log Message:
-----------
adopt python module build to the latest changes
- add root files to the package
- clean folder before build to prevent piplocking mess
TESTS. Local build, deploy and run in Windows agent directory
Change-Id: Ib224194dba0d8e1f791e2b676b292f9e86a1813b
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 1a71f4abbe5dd4177a013496c64a0470c7a59447
https://github.com/Checkmk/checkmk/commit/1a71f4abbe5dd4177a013496c64a0470c…
Author: Matteo Stifano <matteo.stifano(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M tests/docker/test_docker_oracle.py
Log Message:
-----------
test-docker-oracle: Temporary xfail the test
Test currently failing when running in the CI.
We temporary xfail such test to buy time for investigating the problem.
CMK-19421
Change-Id: Ibd1ec23445bcf4500f22a76f7e28d1c1b0062650
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: db49de61fcb4cff0d0889729daa5f86558d54aed
https://github.com/Checkmk/checkmk/commit/db49de61fcb4cff0d0889729daa5f8655…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
A cmk/utils/semantic_version.py
A tests/unit/cmk/utils/test_semantic_version.py
Log Message:
-----------
utils: add support for semantic version parsing
Change-Id: I0a99f3b0146cbe841b71b452112d4687876a4b46
Commit: 47ea7474476e2648b22aa3f31531614a91c2ec90
https://github.com/Checkmk/checkmk/commit/47ea7474476e2648b22aa3f31531614a9…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
A .werks/17244.md
A agents/special/agent_gerrit
A cmk/plugins/gerrit/agent_based/gerrit_version.py
A cmk/plugins/gerrit/checkman/gerrit_version
A cmk/plugins/gerrit/rulesets/special_agent.py
A cmk/plugins/gerrit/rulesets/version.py
A cmk/plugins/gerrit/server_side_calls/__init__.py
A cmk/plugins/gerrit/server_side_calls/gerrit.py
A cmk/special_agents/agent_gerrit.py
M cmk/utils/man_pages.py
M cmk/utils/password_store/hack.py
A tests/unit/cmk/plugins/gerrit/__init__.py
A tests/unit/cmk/plugins/gerrit/test_gerrit_version.py
M tests/unit/cmk/plugins_consistency/test_special_agent_args.py
A tests/unit/cmk/special_agents/test_agent_gerrit.py
Log Message:
-----------
17244 gerrit: monitor version of deployed instance
This check compares a currently deployed Gerrit instance with newer available releases.
Since Gerrit uses a release cycle similar to semantic versioning (https://semver.org), this check
can monitor when a major, minor, or patch release is available. With the service configuration, a
user can specify the specific type of release(s) they would like to be notified about.
For example, an administrator may only want to be notified when there is a new patch release, but
isn't concerned about major or minor releases.
CMK-17966
Change-Id: Ie57a515cca31fd06a46780eb5126a0e6216ff766
Compare: https://github.com/Checkmk/checkmk/compare/b63504731bd5...47ea7474476e
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: d636704f574eb9dc65e26b65b58b5b4463b6a337
https://github.com/Checkmk/checkmk/commit/d636704f574eb9dc65e26b65b58b5b446…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/base/diagnostics.py
M cmk/gui/inventory/__init__.py
M cmk/gui/views/inventory/_painters.py
M cmk/utils/structured_data.py
M tests/unit/cmk/base/test_inventory.py
M tests/unit/cmk/gui/test_gui_inventory_history.py
M tests/unit/cmk/utils/structured_data/test_structured_data.py
Log Message:
-----------
Move serialization to own function #1
Change-Id: I6b95f8fc9aa904d532c501c7014a226bbfc2ae37
Commit: 51dc462a40a492bca6c32cdcaef0e208a59f980d
https://github.com/Checkmk/checkmk/commit/51dc462a40a492bca6c32cdcaef0e208a…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/gui/inventory/_history.py
M cmk/gui/views/inventory/_painters.py
M cmk/utils/structured_data.py
M tests/unit/cmk/utils/structured_data/test_structured_data.py
Log Message:
-----------
Move serialization to own function #2
Change-Id: I916fbaa81936c6cf7a16fdbb901fd618cc95033c
Commit: 2897651a5b022f76f25414afd460fcd3694994ec
https://github.com/Checkmk/checkmk/commit/2897651a5b022f76f25414afd460fcd36…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/gui/inventory/_tree.py
M cmk/utils/structured_data.py
M tests/unit/cmk/base/test_inventory.py
M tests/unit/cmk/gui/plugins/views/test_painters.py
M tests/unit/cmk/gui/plugins/visuals/test_filters.py
M tests/unit/cmk/gui/test_gui_inventory_history.py
M tests/unit/cmk/gui/test_gui_inventory_tree.py
M tests/unit/cmk/gui/views/inventory/test_row_post_processor.py
M tests/unit/cmk/utils/structured_data/test_structured_data.py
Log Message:
-----------
Move deserialization to own function #1
Change-Id: Iab7633a43f66520b334ba7eda26b4bd7ccedeb7d
Commit: 00ef1f5f784a5c72aba1d8c43394a0a9e461d7c3
https://github.com/Checkmk/checkmk/commit/00ef1f5f784a5c72aba1d8c43394a0a9e…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/gui/inventory/_history.py
M cmk/utils/structured_data.py
M tests/unit/cmk/utils/structured_data/test_structured_data.py
Log Message:
-----------
Move deserialization to own function #2
Change-Id: I57772d501aab2a6b1197f5083ecdfca23fab0b8f
Commit: d1375643a0125077182e234ec5c876793f99ac17
https://github.com/Checkmk/checkmk/commit/d1375643a0125077182e234ec5c876793…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/utils/structured_data.py
Log Message:
-----------
Move serialization to own functions #1
Change-Id: Ie97775e47229d945b21a71a488f9244cb14fd842
Commit: b63504731bd51ece0f98664df8fc3610ea738da5
https://github.com/Checkmk/checkmk/commit/b63504731bd51ece0f98664df8fc3610e…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/utils/structured_data.py
M tests/unit/cmk/base/test_inventory.py
M tests/unit/cmk/utils/structured_data/test_structured_data.py
Log Message:
-----------
Move serialization to own functions #2
Change-Id: Ia6c82d8f583729a978627d93d29292f62e974900
Compare: https://github.com/Checkmk/checkmk/compare/03d2d187d678...b63504731bd5
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: cf9e247cc3f28ff4bb61a90961e3f677c259ab7c
https://github.com/Checkmk/checkmk/commit/cf9e247cc3f28ff4bb61a90961e3f677c…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/gui/plugins/main_modules/registration.py
M cmk/gui/wato/pages/__init__.py
M cmk/gui/wato/pages/global_settings.py
M cmk/gui/wato/pages/pattern_editor.py
M cmk/gui/wato/registration.py
M cmk/gui/watolib/hosts_and_folders.py
M cmk/gui/watolib/registration.py
M cmk/gui/watolib/rulespecs.py
Log Message:
-----------
Move match_item_generator_registry registrations from global scope
All registration need to be done by the regristration call stack and
must not be done on import time anymore.
Change-Id: I0ce1b81222c164a6b5dab6f1b7be349499161513
Commit: 92fc5dcaafacc6bfb7f631148411e52963b885db
https://github.com/Checkmk/checkmk/commit/92fc5dcaafacc6bfb7f631148411e5296…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M cmk/gui/wato/pages/__init__.py
M cmk/gui/wato/pages/global_settings.py
M tests/unit/cmk/gui/wato/pages/test_global_settings.py
Log Message:
-----------
Replace monkey patching of ModeEditGlobals
We now subclass ModeEditGlobals and override the registered mode
like it is done for many other modes.
Change-Id: I951242117a5d0ccf0f7fe376e1f670c565145969
Commit: 03d2d187d678f4b39be39443804dec45413345dc
https://github.com/Checkmk/checkmk/commit/03d2d187d678f4b39be39443804dec454…
Author: David Gervasoni <david.gervasoni(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
A .werks/16778.md
M cmk/plugins/lib/fortinet.py
Log Message:
-----------
16778 fortisandbox plugin: expand monitored models
CMK-18943
Change-Id: I2068d171fb6ab7940b718ffacce35b8162f3e2be
Compare: https://github.com/Checkmk/checkmk/compare/ad3ecb93df5e...03d2d187d678
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications