Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 78cbc0abd96b956999a33f60a5508a7a460e253b
https://github.com/tribe29/checkmk/commit/78cbc0abd96b956999a33f60a5508a7a4…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M cmk/core_helpers/host_sections.py
M cmk/core_helpers/type_defs.py
Log Message:
-----------
Remove unnecessary SectionCacheInfo type alias
The alias hides the fact that the type is a mapping and is
used but once.
Change-Id: Ia6561519104d98affcdf3a8d83c749007aca0fce
Commit: c1ef3de7c67e5316319e3b59bb9d1d963479f459
https://github.com/tribe29/checkmk/commit/c1ef3de7c67e5316319e3b59bb9d1d963…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M cmk/core_helpers/agent.py
M cmk/core_helpers/cache.py
M cmk/core_helpers/host_sections.py
M cmk/core_helpers/snmp.py
M tests/unit/cmk/core_helpers/test_parsers.py
Log Message:
-----------
Move persisted sections (PS) handling to PS store
This improves the cohesion of both HostSections and SectionStore
classes. Furthermore, we do not need to mutate the HostSections
instance right after its instantiation anymore.
Change-Id: I584c3496fdf64b69c6c9d99d44cfc3f33379f8cd
Compare:
https://github.com/tribe29/checkmk/compare/b16c359ed2d2...c1ef3de7c67e