Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: df6f0ea518edbd46bbd463ca5164c026697bd0ff
https://github.com/tribe29/checkmk/commit/df6f0ea518edbd46bbd463ca5164c0266…
Author: Mazen Alkatlabee <mazen.alkatlabee(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M web/htdocs/js/modules/wato.ts
Log Message:
-----------
mark unused parameter as unsused
Change-Id: Ief62f15f56541c9d7be969646cb58f753bf129f4
Commit: a40a31e420f0843c6b2602427ca46b1ecf988e99
https://github.com/tribe29/checkmk/commit/a40a31e420f0843c6b2602427ca46b1ec…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
A .werks/15551
M cmk/gui/plugins/openapi/endpoints/downtime.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_downtime.py
Log Message:
-----------
15551 FIX downtime: make the show downtimes endpoint more explicit
Prior to this werk, it was unclear under what circumstances the endpoint returned
service, host or both types of downtimes. In short, specifying the host_name parameter
limited the response to only return host downtimes. This werk introduces the
downtime_type
parameter in order to make it easier to filter the results. This parameter is optional
as the same result can be achieved through the query parameter only.
Since the endpoint response is now more specific, user scripts must potentially be
adjusted accordingly:
* when the host_name parameter was previously specified, the user must now specify
the downtime_type parameter to "host" in order to receive the same downtimes as
before
Change-Id: I11eface1aca851bb7c36ec4f88c6d4971487ee4b
Commit: c088b43902a33d54dd6e410ee74ff1493a8213c3
https://github.com/tribe29/checkmk/commit/c088b43902a33d54dd6e410ee74ff1493…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
A .werks/15554
M cmk/gui/fields/definitions.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_user.py
Log Message:
-----------
15554 FIX user_config: allow all option for authorized_sites
Prior to this werk, the "all" value in authorized_sites was rejected due
to the validation mechanism. This werk fixes this issue. This fix does not
modify the default behaviour of authorized_sites when creating an user.
Change-Id: I967eff5e3d5131965c9b9111155285a41f198592
Commit: b258a977c8e70724ad9487007c422cf27c93e920
https://github.com/tribe29/checkmk/commit/b258a977c8e70724ad9487007c422cf27…
Author: Teresa Siegmantel <teresa.siegmantel(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/rule/fields.py
Log Message:
-----------
rest-api: replace ruleset example with a realistic one
Change-Id: I3b7f11f648386c59f5fd09cb9e0d295de70c3f83
Compare:
https://github.com/tribe29/checkmk/compare/761803003f96...b258a977c8e7