Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 4b05d115f2609ca5492aa17fb8d4980d93b85927
https://github.com/tribe29/checkmk/commit/4b05d115f2609ca5492aa17fb8d4980d9…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M cmk/gui/plugins/openapi/livestatus_helpers/queries.py
Log Message:
-----------
Livestatus helpers: add first_value method
Change-Id: I8240cbbb14912265d2b8ba2dbd434cc015cfcb88
Commit: 2e366a653411f8804d024309502e6a4657f3db9b
https://github.com/tribe29/checkmk/commit/2e366a653411f8804d024309502e6a465…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M cmk/gui/plugins/openapi/restful_objects/decorators.py
Log Message:
-----------
REST API: remove werkzeug warning
Change-Id: I2027ab4a64736798a659b9d8af5f6e854665828e
Commit: 5283cee9cd3f83a01a1c8ab37b8d7da93b1f1b6c
https://github.com/tribe29/checkmk/commit/5283cee9cd3f83a01a1c8ab37b8d7da93…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
A .werks/12339
M cmk/gui/plugins/openapi/endpoints/folder_config.py
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/watolib/hosts_and_folders.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_folder_config.py
Log Message:
-----------
12339 FIX REST API folder_config host_config sub resource
Previously the host_config sub-resource on folder_config which
take the form of /objects/folder_config/~folder_name/collections/host_config
always returned a 500 Internal Server Error. This is now fixed,
and the endpoint behaves according to the documentation.
No further actions are neccessary.
Change-Id: Icba7d52643831a7a33a40810f5e2836a5c3f762f
Commit: 393800fba388bce4e6418d5ed5c45d6842bb4630
https://github.com/tribe29/checkmk/commit/393800fba388bce4e6418d5ed5c45d684…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
A .werks/12337
M cmk/gui/plugins/openapi/endpoints/acknowledgement.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_acknowledgement.py
Log Message:
-----------
12337 FIX REST API acknowledgment status codes
When acknowledging a non existing service, a HTTP 404 was about
to be triggered, but was not defined for this endpoint. This could
lead to an HTTP 500 (Internal Server Error). This has now been
fixed to correctly return a HTTP 400 (Bad Request) error, which
is defined for this endpoint, brining it in line with the documentation.
Change-Id: I80bd551e6599469ee4d665c8ea829877d045985b
Commit: 50fe7c577fd09ef456034718c0430a0653140d93
https://github.com/tribe29/checkmk/commit/50fe7c577fd09ef456034718c0430a065…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
A .werks/12338
M cmk/gui/plugins/openapi/endpoints/activate_changes.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_activate_changes.py
M tests/unit/conftest.py
Log Message:
-----------
12338 FIX REST API list of currently running activations
Fetching the list of currently running activations always led
to a HTTP 500 due to a incompatible return value. This has now
been fixed. No further action is neccessary.
Change-Id: Ief238d3fd1bfa568e3851f63ce077e838ad00413
Compare:
https://github.com/tribe29/checkmk/compare/1a852b53484e...50fe7c577fd0