Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 63fe038fe384ea51a41cd80ceb08b895d4aa15a8
https://github.com/tribe29/checkmk/commit/63fe038fe384ea51a41cd80ceb08b895d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
A .werks/10558
M cmk/utils/packaging.py
Log Message:
-----------
10558 FIX Extension packages: Fixed performance issue
The performance of the calculation of the packaged files has been
improved to make the extension package management faster. Especially
when managing a larger number of files, this change can improve the user
experience of the package management.
In addition to the performance fix made in 1.6, the overall performance
of the WATO Extension packages module has been improved by changing some
things in the underlying library layer.
Change-Id: I38a646fe10b00a3fb96d8613b9d2a0cbcb9b9fb1
Commit: 06eee1727246e06fca779b385513946c8b19cae7
https://github.com/tribe29/checkmk/commit/06eee1727246e06fca779b385513946c8…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
A .werks/10557
Log Message:
-----------
10557 FIX MKP manager: Links to package download URLs are now opened in new window /
tab
The download URLs of extension packages could not be opened in previous 1.6 releases,
because the Content Security Policy blocked opening external URLs in the content area
of the GUI. The links are now opened in a new page to prevent this issue.
Change-Id: I7abb3cef32e83302c3f7aac9d06bc1b587badd0a
Commit: 00090b373a64396604b8598e7923bbbdc8cd4a55
https://github.com/tribe29/checkmk/commit/00090b373a64396604b8598e7923bbbdc…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
A .werks/10559
M cmk/gui/watolib/host_attributes.py
Log Message:
-----------
10559 FIX Web API: Fix validation of non-ASCII characters in custom attributes
When creating or editing a host using the Web API, the custom host attributes
are not correctly validated. The GUI prevents the user from inserting non-ASCII
characters, but the Web API did not. These unexpected characters could result
in issues at different places of Checkmk.
CMK-3155
Change-Id: I326544b35ff5e4cc0d0c4fe7b7c808ebae84ae7f
Compare:
https://github.com/tribe29/checkmk/compare/e4a38167fbc6...00090b373a64