Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 30bbd52a5ed28d2207abcec015c4cbf3104f6c01
https://github.com/tribe29/checkmk/commit/30bbd52a5ed28d2207abcec015c4cbf31…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
A .werks/12956
M cmk/gui/wsgi/applications/rest_api.py
Log Message:
-----------
12956 FIX REST API exception handling
In the previous versions, some detailed intentional exceptions didn't
get reported to the user in the full detail as they were cought by a
translation process. This issue has been solved and such exceptions now
will lead to a more detailed error JSON structure in the response.
No further action is neccessary.
Change-Id: Iacdb0b986074b7e5f225a2ad0073754b0c339dde
Commit: f6b07895507b8f4d390c7ae41d50d47aa8c91f89
https://github.com/tribe29/checkmk/commit/f6b07895507b8f4d390c7ae41d50d47aa…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M tests/unit/cmk/gui/plugins/openapi/test_openapi_user.py
Log Message:
-----------
tests: make pylint happy
Change-Id: Ifdd73a4ccdc2f15c81219a793bf4183f3a6eb2c7
Commit: 219fa6ebf0319e1096a228ed6d100b3a6cfef5f6
https://github.com/tribe29/checkmk/commit/219fa6ebf0319e1096a228ed6d100b3a6…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M tests/unit/cmk/gui/plugins/openapi/test_openapi_group_config.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_password.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_user.py
R tests/unit/cmk/gui/plugins/openapi/test_version.py
Log Message:
-----------
REST API tests: inline skip declaration due to import errors
Change-Id: I3f84ad6ebd44f02eed554e4587ab26bd32d15adc
Compare: https://github.com/tribe29/checkmk/compare/719d8a71e23c...219fa6ebf031
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 59c9013267377193a174687980acff30afe35ffd
https://github.com/tribe29/checkmk/commit/59c9013267377193a174687980acff30a…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M buildscripts/infrastructure/build-nodes/scripts/install-protobuf-cpp.sh
Log Message:
-----------
Don't fiddle around with ldconfig.
When linking statically, there is obviously no need for this. When linking
dynamically, we should use -rpath with the path given by pkg-config.
Change-Id: I8848bb14d11a81862bd47d2edc18aad541ea270e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 79209e14ffcd6aa6bda0c20d2515fe26e8ff64d3
https://github.com/tribe29/checkmk/commit/79209e14ffcd6aa6bda0c20d2515fe26e…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
A .werks/13072
M cmk/gui/livestatus_utils/commands/downtimes.py
M cmk/gui/livestatus_utils/commands/lowlevel.py
M cmk/gui/plugins/openapi/endpoints/downtime.py
M cmk/utils/livestatus_helpers/queries.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_downtime.py
M tests/unit/cmk/utils/livestatus_helpers/test_downtime_commands.py
Log Message:
-----------
13072 API: addition of downtime management in distributed monitoring setup
In the previous version, it was only possible to manage downtimes in a
non distributed monitoring setup. This werk resolves this restriction and
allows the user to equally handle downtimes in a distributed environment.
Change-Id: Ic786a059029390203ac68551298805911c72bbf2