Branch: refs/heads/2.2.0
Home:
https://github.com/tribe29/checkmk
Commit: d0833e296d707ec8a05616796f4d693620dd8992
https://github.com/tribe29/checkmk/commit/d0833e296d707ec8a05616796f4d69362…
Author: Teresa Siegmantel <teresa.siegmantel(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
A .werks/13973
M cmk/gui/livestatus_utils/commands/downtimes.py
M cmk/gui/plugins/openapi/endpoints/downtime.py
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M tests/testlib/rest_api_client.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_downtime.py
Log Message:
-----------
13973 FIX Putting a service into downtime no longer requires access to the corresponding
host in the REST API
Dev Notes:
When the downtime endpoints were written, it was
apparently assumed hat in order to put a service
into downtime, a user needs permissions to access
the host the service is running on.
This is not the case and has been corrected.
SUP-13178
Change-Id: If09e68596f08a7e0069db84c97d95a9ef8d45663
Commit: 66e5144eda7f24047bf2f43d0ab36d11f290a70b
https://github.com/tribe29/checkmk/commit/66e5144eda7f24047bf2f43d0ab36d11f…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
A .werks/15383
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M tests/testlib/rest_api_client.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_folder_config.py
Log Message:
-----------
15383 FIX folder_config: tighten pattern for folder name in create endpoint
Prior to this werk, the folder name pattern for the create endpoint
was too loose relative to the mechanism on the GUI side which generated
the internal name based on the provided title. This werk fixes this.
Change-Id: I040c21586603512e3de4d6d32fb9a69ba178e999
Compare:
https://github.com/tribe29/checkmk/compare/bd3989a05e60...66e5144eda7f