Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: c0a44ddc4fae9df2a62cbad4ef981719c8af0bb9
https://github.com/tribe29/checkmk/commit/c0a44ddc4fae9df2a62cbad4ef981719c…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/password.py
M cmk/gui/plugins/openapi/restful_objects/response_schemas.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_password.py
Log Message:
-----------
REST API: document and check extensions of password endpoints
Change-Id: Ic3bbbbcbe9dcd30bd9252d65efd4b156c02d7b55
Commit: 3f3298c4981f127f3ccaca5db644421db659a123
https://github.com/tribe29/checkmk/commit/3f3298c4981f127f3ccaca5db644421db…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
A .werks/12953
M cmk/gui/plugins/openapi/endpoints/bi.py
M cmk/gui/plugins/openapi/endpoints/downtime.py
M cmk/gui/plugins/openapi/endpoints/folder_config.py
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/plugins/openapi/endpoints/password.py
M cmk/gui/plugins/openapi/restful_objects/decorators.py
Log Message:
-----------
12953 FIX response conversion of all endpoints of REST API
In a previous Werk (12951) some endpoints have been switched over to be
in line with the OpenAPI specification. This Werk switches all other endpoints
over. As for incompatibilities: only the password GET endpoints had deviations
from the specification.
If you use an automatically generated API-client, you may need to regenerate
your API client if you experience errors on these endpoints.
Change-Id: I9beeed6b592a2beea7f0ddcafb8574d757b11f56
Commit: 1a760dde180fa0d7b050fc773ddcce7cddd4a3e4
https://github.com/tribe29/checkmk/commit/1a760dde180fa0d7b050fc773ddcce7cd…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
A cmk/gui/plugins/openapi/restful_objects/documentation.py
M cmk/gui/plugins/openapi/restful_objects/specification.py
M cmk/utils/livestatus_helpers/tables/__init__.py
Log Message:
-----------
REST API: Integrate Livestatus table definitions in documentation
Change-Id: Ie98cf0bf6b6af788f1c226f84f24dbf156dae931
Commit: 5395f1c5e111dae39a014646e299597ddd37e1cf
https://github.com/tribe29/checkmk/commit/5395f1c5e111dae39a014646e299597dd…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Make assert consistenc with other ones in CascadingDropdown
Change-Id: I66f0a1bbc78dbc18eab1464c0f013c49d9894327
Compare:
https://github.com/tribe29/checkmk/compare/dbbce0e11d89...5395f1c5e111