Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 2045a42180d33ede760a774e132f49cd52e699b2
https://github.com/tribe29/checkmk/commit/2045a42180d33ede760a774e132f49cd5…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
R checks/quantum_storage_status
A cmk/base/plugins/agent_based/quantum_storage.py
R cmk/base/plugins/agent_based/snmp_quantum_storage_info.py
M inventory/snmp_quantum_storage_info
M tests/unit/checks/test_generic_legacy_conversion.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
quantum_storage_status: consolidate sections
We fuse two section to one, and migrate the related plugin.
CMK-5889
Change-Id: I4a747fb574c7e864e51a8cd9616f07de7d5f543a
Commit: 2477f32d0b652d42838d8105411fede80f897e2a
https://github.com/tribe29/checkmk/commit/2477f32d0b652d42838d8105411fede80…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Fix type of FileUpload content
The class was wrongly using `str` instead of `bytes`, where it was
*really* handling bytes. We also fully type the class as well as
the `ImageUpload` class. This means using the `UploadedFile` type
defined in `cmk.gui.http`.
This mostly comes from the Python 3 migration.
CMK-6995
Change-Id: I5cd28acc1581a8d5cbeafc6f5045472a31a362e2
Commit: 84abf8d66e531f79715dfe5f61f6ba633314b655
https://github.com/tribe29/checkmk/commit/84abf8d66e531f79715dfe5f61f6ba633…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Fix uploading bytes where text is expected
Before, the GUI would generate a huge crash report containing
*the whole file* as bytes repr. Twice. Now, we display a
decent error message to the user instead.
Change-Id: Ia01d439c149607d3e2d704b6e7b0031a90de86f9
Compare:
https://github.com/tribe29/checkmk/compare/f41d938c37e2...84abf8d66e53