Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 23f9327f3197b31965a20687afd7be380d01cad3
https://github.com/tribe29/checkmk/commit/23f9327f3197b31965a20687afd7be380…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M cmk/fetchers/_snmp.py
Log Message:
-----------
Inline trivial call and avoid double negatives
Just trying to make sense of the extra layer of caching
in the SNMP fetcher. 🤦
CMK-12721
Change-Id: I164a6666f0570322cd3b38f18ec512f17902fc8f
Commit: cb9b118e89f38db22ca484f72d1e0ebfc1da34ca
https://github.com/tribe29/checkmk/commit/cb9b118e89f38db22ca484f72d1e0ebfc…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M cmk/fetchers/snmp_backend/stored_walk.py
Log Message:
-----------
StoredWalk backend: Make path an instance variable
The "backend" reads stored data from a file. So having a Path attribute
satisfies the Principle of Least Surprise.
CMK-12721
Change-Id: Icca53673ad0c0b101bca4470c077e2d3c3113f75
Commit: 1881e6c2a2df6f4a6bddd09cac42674f0ae497f7
https://github.com/tribe29/checkmk/commit/1881e6c2a2df6f4a6bddd09cac42674f0…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M cmk/ec/main.py
M tests/unit/cmk/ec/test_rule_matching.py
Log Message:
-----------
Unified naming a bit.
Change-Id: I659b851556102bbab928a56e4931704d670bb8aa
Commit: d01b1bcd3d6d968114ca54c64b67597d356aa477
https://github.com/tribe29/checkmk/commit/d01b1bcd3d6d968114ca54c64b67597d3…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M cmk/ec/main.py
M cmk/ec/rule_matcher.py
M cmk/gui/mkeventd/rule_matching.py
M cmk/gui/mkeventd/wato.py
M tests/unit/cmk/ec/test_rule_matching.py
Log Message:
-----------
Consistently use keyword args for MatchFailure and MatchSuccess.
Change-Id: I164702839c14ceeeaaafbdc70ced812729facda5
Commit: 2f940b6e8c31a5efc85c2785a28a6e3d1a9a4b33
https://github.com/tribe29/checkmk/commit/2f940b6e8c31a5efc85c2785a28a6e3d1…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M tests/code_quality/file_content/test_find_debug_print.py
Log Message:
-----------
Don't spam CI output with a triviality.
The funny thing here: The function test_find_debug_code()
itself contained debug code causing the spam! :-D
Change-Id: I2fbd7ff3ea8e4fae18f17dd3742e8b70a0959cac
Compare:
https://github.com/tribe29/checkmk/compare/0c179ef91a59...2f940b6e8c31