Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 5e18e47b5d88f3682378f26fb3545568ed4c572d
https://github.com/tribe29/checkmk/commit/5e18e47b5d88f3682378f26fb3545568e…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/base/config.py
M cmk/base/crash_reporting.py
M cmk/core_helpers/factory.py
M cmk/gui/plugins/wato/check_mk_configuration.py
M cmk/snmplib/type_defs.py
M cmk/utils/python_printer.py
M tests/integration/cmk/lib/snmplib/backend_snmp.py
M tests/integration/cmk/lib/snmplib/conftest.py
M tests/integration/cmk/lib/snmplib/test_snmp_table.py
M tests/unit/cmk/core_helpers/test_classic_snmp.py
M tests/unit/cmk/core_helpers/test_factory.py
M tests/unit/cmk/core_helpers/test_fetchers.py
M tests/unit/cmk/snmplib/test_snmp_scan.py
M tests/unit/cmk/snmplib/test_snmplib_snmp_table.py
Log Message:
-----------
Rename SNMPBackend -> SNMPBackendEnum
We rename the type because SNMPBackendEnum is not an SNMP backend. The
name is therefore confusing.
We also write the constant members of the enum in high case.
This change was automated.
Change-Id: I079fff53682c021d51f25e5ffecbcd882cf6fb8c
Commit: 9e7a73acf634f3824594917a29d989431bbcf8db
https://github.com/tribe29/checkmk/commit/9e7a73acf634f3824594917a29d989431…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/core_helpers/factory.py
M cmk/core_helpers/snmp_backend/classic.py
M cmk/core_helpers/snmp_backend/stored_walk.py
M cmk/snmplib/snmp_modes.py
M cmk/snmplib/snmp_scan.py
M cmk/snmplib/snmp_table.py
M cmk/snmplib/type_defs.py
M tests/integration/cmk/lib/snmplib/backend_snmp.py
M tests/unit/cmk/snmplib/test_snmp_scan.py
M tests/unit/cmk/snmplib/test_snmplib_snmp_table.py
Log Message:
-----------
Rename ABCSNMPBackend -> SNMPBackend
The `ABC` prefix is confusing when SNMPBackend is used as a type.
Change-Id: I6a7962d37c49d20ff44fbc8a6b607422e68231a7
Commit: 9c05737972534fdca27403e2bbaaf60cdda3fa8e
https://github.com/tribe29/checkmk/commit/9c05737972534fdca27403e2bbaaf60cd…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/gui/plugins/dashboard/average_scatterplot_dashlet.py
M cmk/gui/plugins/dashboard/single_metric.py
M cmk/gui/plugins/metrics/rrd_fetch.py
Log Message:
-----------
RRD columns refactor
Change-Id: I1d246efd5123682093c973432e7375f0a6d1f9c6
Compare:
https://github.com/tribe29/checkmk/compare/9dbd5ea07322...9c0573797253