Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: a57a85b5eb39baacda63ed60d03c28d5d04c9c59
https://github.com/tribe29/checkmk/commit/a57a85b5eb39baacda63ed60d03c28d5d…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M cmk/fetchers/controller.py
M tests/unit/cmk/fetchers/test_controller.py
Log Message:
-----------
Rename Header -> CMCHeader
The name `Header` is too general and should be kept for general concepts
and not used for one specific error.
This is part of a series of commits fixing some types in the protocol.
Change-Id: Ia0347eba480d591795e4b0b8167783e5513b931a
Commit: 2e9f9e4a33000bd3c5133ce7b7e3ee23b0215612
https://github.com/tribe29/checkmk/commit/2e9f9e4a33000bd3c5133ce7b7e3ee23b…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M cmk/fetchers/controller.py
Log Message:
-----------
Introduce more precise protocol types
The Header is not the Payload and vice versa. But they both obey the
Protocol protocol.
This is part of a series of commits fixing some types in the protocol.
Change-Id: I25a7d49fed2c8b5a65d1873b81d02dd452ae9ac7
Compare:
https://github.com/tribe29/checkmk/compare/7a1bc2ee210b...2e9f9e4a3300