Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: edd08ffeb5ce4953551ec40a6817ec2a10db206d
https://github.com/tribe29/checkmk/commit/edd08ffeb5ce4953551ec40a6817ec2a1…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M cmk/base/item_state.py
M tests/unit/checks/checktestlib.py
M tests/unit/cmk/base/test_item_state.py
Log Message:
-----------
item_state: renamings
Separate commit with some renamings for clarity.
These renamings bring the `item_state` module closer to the `value_store`
module. These to will be consolidated in the nearer future.
CachedItemStates -> ValueStoreManager:
This change will be more obvious with the upcoming refactoring.
_cached_item_states -> _active_host_value_store
_get_cached_item_states -> _get_value_store:
This function will eventually replace `value_store.get_value_store`
Change-Id: Iafa9d0b80e486d4a0c8770f14705691a32e29b4e
Commit: ad9f08036fd5897e503f7fcf42dcb9c769fe3eb5
https://github.com/tribe29/checkmk/commit/ad9f08036fd5897e503f7fcf42dcb9c76…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M cmk/base/agent_based/checking/__init__.py
M cmk/base/plugin_contexts.py
Log Message:
-----------
untangle plugin and value store contexts
Change-Id: I50180c70bec19397a42b6ea0d3dd867cbf87a9af
Commit: c185fdb6a710d6e8c7f1bbb3526bc6cf14bffd87
https://github.com/tribe29/checkmk/commit/c185fdb6a710d6e8c7f1bbb3526bc6cf1…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M tests/unit/cmk/base/api/agent_based/test_utils_value_store.py
M tests/unit/cmk/base/conftest.py
M tests/unit/cmk/base/sources/test_cmd_caching.py
M tests/unit/cmk/base/test_item_state_rate_and_average.py
Log Message:
-----------
unit tests: drop autouse fixture
An identical fixture is available globally
(in tests/unit/conftest.py) and we don't need
it often enough to justify autouse.
Change-Id: Ice836f88b9842fef9ee491a14093837c4905aa91
Compare:
https://github.com/tribe29/checkmk/compare/8607d229c484...c185fdb6a710