Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 0045e35bfaaa4b3e7aedbd8da35e4f3f4174606c
https://github.com/tribe29/checkmk/commit/0045e35bfaaa4b3e7aedbd8da35e4f3f4…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M cmk/ec/main.py
M cmk/ec/query.py
Log Message:
-----------
Refactoring: Dispatch on type, not on a string.
This opens up the possibility to move code to the right places.
Change-Id: I13d0d846c432a35aaceb07f519701356da0c975b
Commit: 89cb028ef12606dc4d701b1d231d2bb398dcb9a5
https://github.com/tribe29/checkmk/commit/89cb028ef12606dc4d701b1d231d2bb39…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/tests/common/agent.rs
M agents/cmk-agent-ctl/tests/test_integration.rs
Log Message:
-----------
Fix integration test for controller
Add fixture-based setup.
Split into three separate tests: main, legacy and check guard.
Light cleanup.
This commit is mandatory to avoid flakyness, but not ideal.
We should estimate usage of rstest crate, default rust test
environment is not powerful enough.
Change-Id: Ib9e4b7b8e2e407a51675fe505e697bf9c5e9255e
Compare:
https://github.com/tribe29/checkmk/compare/5bb895961d64...89cb028ef126