Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 52b39eca6c4c2a2ce298727243c53f2c3508f44c
https://github.com/Checkmk/checkmk/commit/52b39eca6c4c2a2ce298727243c53f2c3…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M cmk/gui/visuals/__init__.py
A cmk/gui/visuals/_filter_valuespecs.py
A cmk/gui/visuals/_page_edit_visual.py
Log Message:
-----------
Extract edit page from visuals.__init__
Change-Id: I8129aba79277ab2f4b1cd3dafa6f2e73e59fb8d8
Commit: bd3cfdb322605929414471b6ef93b4438e68f548
https://github.com/Checkmk/checkmk/commit/bd3cfdb322605929414471b6ef93b4438…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M cmk/gui/visuals/__init__.py
A cmk/gui/visuals/_add_to_visual.py
A cmk/gui/visuals/_filter_form.py
Log Message:
-----------
Extract filter form and add to visual from visuals.__init__
Change-Id: I23bed32117e865d041055db37b115129b991e501
Commit: 3f62ed5aa1181fc4477bea46314740493e011075
https://github.com/Checkmk/checkmk/commit/3f62ed5aa1181fc4477bea46314740493…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M cmk/base/plugins/agent_based/utils/gcp.py
M cmk/gui/plugins/openapi/endpoints/bi/__init__.py
M cmk/gui/plugins/openapi/endpoints/folder_config/__init__.py
M cmk/gui/plugins/openapi/endpoints/password/__init__.py
M cmk/gui/plugins/openapi/endpoints/utils.py
M pyproject.toml
Log Message:
-----------
Fix a few simple "warn_return_any"
Harder than it seems with valuespecs and the likes.
Change-Id: I95df2958999daba0263e84029bbc8edf16584873
Compare: https://github.com/Checkmk/checkmk/compare/ce5f77eaefc0...3f62ed5aa118
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: b209a24c9ac3623bf2e8388dee6e60945b2dc425
https://github.com/Checkmk/checkmk/commit/b209a24c9ac3623bf2e8388dee6e60945…
Author: Jonas Scharpf <jonas.scharpf(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
A .werks/16019
M omd/distros/SLES_15SP4.mk
Log Message:
-----------
5896 FIX Update PHP version in SLES15P4 from 7 to 8
SLES15P4 ships by default with PHP8, this werk updates the PHP version required and shipped with Checkmk to PHP8
SUP-12811
Change-Id: Ibb761ae4603aa9b9df4ff26c287336bda6bc8dea
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: ce5f77eaefc092976d82e8595d74a13beaaac6a8
https://github.com/Checkmk/checkmk/commit/ce5f77eaefc092976d82e8595d74a13be…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M cmk/base/api/agent_based/register/section_plugins.py
M cmk/gui/plugins/metrics/utils.py
M cmk/gui/plugins/openapi/endpoints/notification_rules/common_schemas.py
M cmk/gui/wato/page_handler.py
M cmk/utils/packaging/_type_defs.py
M pyproject.toml
M tests/unit/cmk/base/test_core_config.py
M tests/unit/cmk/gui/conftest.py
M tests/unit/cmk/gui/plugins/openapi/test_notification_rules.py
M tests/unit/cmk/special_agents/agent_aws/test_agent_aws_lambda.py
Log Message:
-----------
Fix several unused_ignores with mypy
A quick look at the remaining ones shows they are
self-inflicted by our "edition layering".
Change-Id: I5efe69d4db118c723b751b13043c340a8f6039a8
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 32367d3ae5632bcf080044606ea229a76ca837b7
https://github.com/Checkmk/checkmk/commit/32367d3ae5632bcf080044606ea229a76…
Author: Jonas Scharpf <jonas.scharpf(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
A buildscripts/docker_image_aliases/IMAGE_UBUNTU_23_04/Dockerfile
A buildscripts/docker_image_aliases/IMAGE_UBUNTU_23_04/meta.yml
A buildscripts/infrastructure/build-nodes/ubuntu-23.04/Dockerfile
M editions.yml
A omd/distros/UBUNTU_23.04.mk
Log Message:
-----------
Reland "Add Ubuntu 23.04 Lunar Lobster distribution configuration"
Modify Ubuntu 23.04 user group "ubuntu" from 1000 to 3000 to be
able to create the everywhere used user group 1000 for Jenkins
This reverts commit c73a1baa21fa3eea98e4f1ea9ca1c81eca705f77.
Change-Id: Ia45cdeacd901e3254c7f5b47b66d35ec3ef7a179
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 69d8cc1ac30692eaeed62e9e99cd54bbd2294a4e
https://github.com/Checkmk/checkmk/commit/69d8cc1ac30692eaeed62e9e99cd54bbd…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M cmk/base/agent_based/checking/_checking.py
M cmk/base/agent_based/discovery/_discovery.py
M cmk/base/agent_based/discovery/autodiscovery.py
M cmk/base/agent_based/discovery/preview.py
M cmk/base/automations/check_mk.py
M cmk/base/modes/check_mk.py
M tests/unit/cmk/base/agent_based/checking/test_checking.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
Log Message:
-----------
Remove config_cache dep from check engine #2
* config_cache.effective_host
CMK-12298
Change-Id: Ie7a33bcb723404a141aff144fae05c6b33895191
Commit: 334c946f4d7fcb5709c2168a833a65320a2767fd
https://github.com/Checkmk/checkmk/commit/334c946f4d7fcb5709c2168a833a65320…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M cmk/base/agent_based/checking/_checking.py
M cmk/base/agent_based/discovery/_discovery.py
M cmk/base/agent_based/discovery/autodiscovery.py
M cmk/base/agent_based/discovery/commandline.py
M cmk/base/agent_based/discovery/preview.py
M cmk/base/automations/check_mk.py
M cmk/base/modes/check_mk.py
M tests/unit/cmk/base/agent_based/checking/test_checking.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
Log Message:
-----------
Remove config_cache dep from check engine #3
* config_cache.is_cluster
* config_cache.nodes_of
CMK-12298
Change-Id: Iebf305a86524fa07ae6a16484c03b3bf7169304f
Commit: 05e4252ab48177e257d8d4b9f4494bcab5b1e4e0
https://github.com/Checkmk/checkmk/commit/05e4252ab48177e257d8d4b9f4494bcab…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M .gitignore
M Makefile
R configure.ac
R m4/ax_cxx_compile_stdcxx.m4
M omd/packages/protobuf/protobuf.make
Log Message:
-----------
Remove autotools stuff, part 2.
Change-Id: I673970718f61458850085c6c4ad02a5b71ac88ba
Commit: 59f54f7c8275e2ea5d7e922b6e9816765254c8a8
https://github.com/Checkmk/checkmk/commit/59f54f7c8275e2ea5d7e922b6e9816765…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M packages/livestatus/run
M packages/neb/run
M packages/unixcat/run
Log Message:
-----------
Unify handling of generated protobuf files in run scripts.
Change-Id: I2efa42b9affea4e04c8797ff95b52cdc6cfced40
Compare: https://github.com/Checkmk/checkmk/compare/430123070596...59f54f7c8275
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 67d53389f7a09e74fca1dac22f75bd574e7f38f9
https://github.com/Checkmk/checkmk/commit/67d53389f7a09e74fca1dac22f75bd574…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
A .werks/15080
Log Message:
-----------
15080 FIX Fix the dataset for specific "Site/Host overview" dashlets
In distributed setups, several dashboards showed the "Site overview" dashlet where the "Host overview" makes more sense.
This is fixed to always showing hosts, i.e. the "Host overview" dashlet in the following dashboards:
- all cloud VM dashboards (AWS, Azure, GCP)
- most Kubernetes dashboards (Cluster, Deployment, DaemonSet, StatefulSet, Namespace)
- site specific dashboards titled: "Site dashboard <tt>site_name</tt>"
CMK-13512
Change-Id: Iaa5731dea1142b25df3864334c5ccdbe93e3d8dd