Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: d22db0fbbc75a2eb22483587210993a1e393656e
https://github.com/Checkmk/checkmk/commit/d22db0fbbc75a2eb22483587210993a1e…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
Pyupgraded code with --py38-plus.
Change-Id: I744c90ae066de6af879e774f65612e046a19bda6
Commit: e440fb0472b0dbde21bc685506940ec575774aab
https://github.com/Checkmk/checkmk/commit/e440fb0472b0dbde21bc685506940ec57…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M agents/wnx/tests/regression/test_section_fileinfo.py
M cmk/base/check_legacy_includes/huawei_switch.py
M cmk/base/parent_scan.py
M cmk/base/sources/_api.py
M cmk/fetchers/_ipmi.py
M cmk/gui/background_job/_manager.py
M cmk/gui/plugins/openapi/endpoints/host/__init__.py
M cmk/gui/plugins/openapi/endpoints/notification_rules/__init__.py
M cmk/gui/plugins/openapi/endpoints/notification_rules/common_schemas.py
M cmk/gui/plugins/openapi/endpoints/notification_rules/response_schemas.py
M cmk/gui/rest_api_types/notifications_rule_types.py
M cmk/gui/rest_api_types/notifications_types.py
M cmk/gui/userdb/ldap_connector.py
M cmk/gui/visuals/_filter_form.py
M cmk/gui/visuals/_filter_valuespecs.py
M cmk/gui/visuals/_page_create_visual.py
M cmk/gui/visuals/_page_edit_visual.py
M cmk/gui/visuals/_title.py
M cmk/gui/visuals/filter/_registry.py
M cmk/gui/wato/pages/services.py
M cmk/gui/watolib/network_scan.py
M cmk/gui/watolib/services.py
M cmk/gui/wsgi/applications/rest_api.py
M cmk/special_agents/utils_kubernetes/agent_handlers/cluster_handler.py
M cmk/special_agents/utils_kubernetes/agent_handlers/common.py
M cmk/special_agents/utils_kubernetes/agent_handlers/cronjob_handler.py
M cmk/special_agents/utils_kubernetes/agent_handlers/daemonset_handler.py
M cmk/special_agents/utils_kubernetes/agent_handlers/deployment_handler.py
M cmk/special_agents/utils_kubernetes/agent_handlers/namespace_handler.py
M cmk/special_agents/utils_kubernetes/agent_handlers/node_handler.py
M
cmk/special_agents/utils_kubernetes/agent_handlers/persistent_volume_claim_handler.py
M cmk/special_agents/utils_kubernetes/agent_handlers/pod_handler.py
M cmk/update_config/plugins/actions/hosts_and_folders.py
M cmk/update_config/plugins/pre_actions/utils.py
M cmk/utils/notify_types.py
M cmk/utils/oracle_constants.py
M cmk/utils/prediction/_prediction.py
M cmk/utils/store/_file.py
M cmk/utils/store/host_storage.py
M tests/composition/conftest.py
M tests/gui_e2e/conftest.py
M tests/integration/cmk/lib/snmplib/helper_get_single_oid.py
M tests/integration/cmk/lib/snmplib/helper_walk_for_export.py
M tests/integration/conftest.py
M tests/integration/omd/test_python.py
M tests/plugins_integration/checks.py
M tests/unit/cmk/checkengine/test_parsers.py
M tests/unit/cmk/fetchers/test_fetchers.py
M tests/unit/cmk/gui/plugins/openapi/test_notification_rules.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_host_config.py
M tests/unit/cmk/special_agents/agent_azure/test_agent_azure_config.py
M tests/unit/cmk/utils/backup/stream.py
M tests/unit/cmk/utils/test_log.py
M tests/unit/cmk/utils/test_store.py
M tests/update/conftest.py
Log Message:
-----------
Partially pyupgraded code with --py39-plus.
Currently our check API insists on various types too strictly (this
has to be relaxed), so we can't upgrade fully automatically.
Change-Id: Ia4427035f3b375ec0c54e32e0d1d720bc1bb3c97
Compare:
https://github.com/Checkmk/checkmk/compare/3806fb214bd0...e440fb0472b0