Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 1bc7815a515884033aadbefd9031ce4c10fe0c5d
https://github.com/tribe29/checkmk/commit/1bc7815a515884033aadbefd9031ce4c1…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M cmk/ec/event.py
M cmk/ec/export.py
M cmk/gui/mkeventd/rule_matching.py
M cmk/gui/mkeventd/wato.py
Log Message:
-----------
Sync return types in EC and GUI mkevend
Similar types will allow for code deduplication
as a next step.
Change-Id: I4672472a65352d265002fbd09e31f7a4c46cb782
Commit: 0ecda3a393e940bc550972884277f8251a43b52f
https://github.com/tribe29/checkmk/commit/0ecda3a393e940bc550972884277f8251…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M cmk/base/agent_based/checking/commandline.py
M cmk/base/agent_based/discovery/_discovered_services.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/agent_based/inventory/_autoinventory.py
M cmk/base/agent_based/inventory/_inventory.py
M cmk/base/agent_based/inventory/active.py
M cmk/base/agent_based/inventory/commandline.py
M cmk/base/automations/check_mk.py
M cmk/base/config.py
M cmk/base/dump_host.py
M cmk/base/modes/check_mk.py
M cmk/base/sources.py
M cmk/checkers/__init__.py
R cmk/checkers/_base.py
A cmk/checkers/_parser.py
A cmk/checkers/_parseragent.py
A cmk/checkers/_parsersnmp.py
R cmk/checkers/agent.py
R cmk/checkers/cache.py
R cmk/checkers/snmp.py
M cmk/fetchers/__init__.py
A cmk/fetchers/_api.py
A cmk/fetchers/filecache/__init__.py
A cmk/fetchers/filecache/_agent.py
A cmk/fetchers/filecache/_cache.py
A cmk/fetchers/filecache/_snmp.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
M tests/unit/cmk/base/agent_based/test_base_inventory.py
M tests/unit/cmk/base/agent_based/test_data_provider_sections_parser.py
M tests/unit/cmk/base/sources/test_data_sources.py
M tests/unit/cmk/checkers/test_cache.py
M tests/unit/cmk/checkers/test_fetchers.py
M tests/unit/cmk/checkers/test_parsers.py
Log Message:
-----------
Move file cache to fetchers
CMK-11862
Change-Id: I94536ef9e850253b670679e8ed481629e92bf86a
Compare:
https://github.com/tribe29/checkmk/compare/e70cbfc182a1...0ecda3a393e9