Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 9183c16b6d6b2a8503c7554e239f9cd7f08e2687
https://github.com/Checkmk/checkmk/commit/9183c16b6d6b2a8503c7554e239f9cd7f…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M cmk/utils/prediction/_prediction.py
M tests/integration/cmk/base/test_services_prediction.py
Log Message:
-----------
prediction: move livestatus call up the stack I
Change-Id: I4213ce2f32ad753cd5fceedcfb5814dced74cf4b
Commit: e87c46933a740e13d0c628d7bc94025645877991
https://github.com/Checkmk/checkmk/commit/e87c46933a740e13d0c628d7bc9402564…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M cmk/utils/prediction/_prediction.py
M tests/integration/cmk/base/test_services_prediction.py
Log Message:
-----------
prediction: move livestatus call up the stack II
Change-Id: Ifb0feaa57d1d5c65861564d5d47998893fbe9cd8
Commit: 2b1abafe12902dbf95ddb5da1e384079152a3686
https://github.com/Checkmk/checkmk/commit/2b1abafe12902dbf95ddb5da1e3840791…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M cmk/utils/prediction/_prediction.py
M tests/integration/cmk/base/test_services_prediction.py
Log Message:
-----------
prediction: move livestatus call up the stack III
Change-Id: I2d8ad6ba79f2a41eba072ecc13f418233b23e510
Compare: https://github.com/Checkmk/checkmk/compare/1238ebf3b50c...2b1abafe1290
Branch: refs/heads/2.1.0
Home: https://github.com/Checkmk/checkmk
Commit: 59900bd8b2f0fcb43b5b4dd454e878c19d4c0f6f
https://github.com/Checkmk/checkmk/commit/59900bd8b2f0fcb43b5b4dd454e878c19…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
A .werks/15960
M cmk/gui/fields/definitions.py
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/plugins/openapi/endpoints/service.py
M cmk/gui/plugins/openapi/restful_objects/decorators.py
M cmk/gui/plugins/openapi/utils.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_service.py
Log Message:
-----------
15960 FIX permissions: show monitored services of a host should be available to default guest users
After some security updates to the REST-API, guest users
were no longer able to view host data due to insufficient
permissions. This werk addresses that by allowing monitoring
endpoints to have read access to hosts and folders.
SUP-14465
Change-Id: I521069dbba0dcb42c7a3bdb9b35c0695e48e711c
Branch: refs/heads/2.1.0
Home: https://github.com/Checkmk/checkmk
Commit: 781580b3eaf1f2268f6a2c48d168d2f5f240b481
https://github.com/Checkmk/checkmk/commit/781580b3eaf1f2268f6a2c48d168d2f5f…
Author: Gav <gavin.mcguigan(a)tribe29.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/plugins/openapi/restful_objects/constructors.py
M cmk/gui/plugins/openapi/restful_objects/decorators.py
M cmk/gui/plugins/openapi/utils.py
M cmk/gui/wsgi/applications/rest_api.py
M tests/unit/cmk/gui/plugins/openapi/test_endpoint.py
M tests/unit/cmk/gui/plugins/openapi/test_error.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_rules.py
Log Message:
-----------
rest-api: Separate exceptions for requests, responses & permissions. Catch all errors in the same place.
Change-Id: I3fb4003269b38d8db2a15f2931655ddf19372985