Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 2a9ffe58ac6d3f337c48e12c012e8296b7aecd5d
https://github.com/tribe29/checkmk/commit/2a9ffe58ac6d3f337c48e12c012e8296b…
Author: Gav <gavin.mcguigan(a)tribe29.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
A .werks/15433
Log Message:
-----------
15433 FIX service_discovery: response for non-existing jobs now include detail
This werk fixes an issue with the problem response in the service discovery GET
endpoint.
Previously, it would return a 404 with a title attribute only. It now conforms to
our other endpoints and returns a problem response with status code, title and detail
attribute.
Change-Id: Ifba5314c92a7c576986642ece0a9830a4d32ea19
Commit: d916194df6d387d8b71a6fc8d9869f7b7aa3da4b
https://github.com/tribe29/checkmk/commit/d916194df6d387d8b71a6fc8d9869f7b7…
Author: Gav <gavin.mcguigan(a)tribe29.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M .werks/15380
Log Message:
-----------
werk: editing werk to only mention the activate changes change
Change-Id: I748ca126d6643e89e7f6a9c6beadfd5cac985d80
Commit: d389bd54deca4b02dda82d9a34bb5a34d0be62ef
https://github.com/tribe29/checkmk/commit/d389bd54deca4b02dda82d9a34bb5a34d…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
A .werks/14980
M cmk/gui/views/painter/v0/painters.py
Log Message:
-----------
14980 FIX service details view: unable to render view due to long filename
Check manuals are
* supported for Checkmk-based checks only
* enforced via our CI
There is no need to display a "no check manual" message. If it's not
found, it can be assumed that it's not supported.
SUP-13452
Change-Id: Ie82c63253d4d52a4e0e3dc69f06bcbc3417448f1
Commit: 94ab5487a1e8d4d7a57f12b7f2a75ad2cc171735
https://github.com/tribe29/checkmk/commit/94ab5487a1e8d4d7a57f12b7f2a75ad2c…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
R checks/arista_bgp
A cmk/base/plugins/agent_based/bgp_peer.py
R tests/unit/checks/generictests/datasets/arista_bgp_dataset.py
R tests/unit/checks/test_check_arista_bgp.py
M tests/unit/checks/test_generic_legacy_conversion.py
A tests/unit/cmk/base/plugins/agent_based/test_bgp_peer.py
Log Message:
-----------
Migrate Arista BGP check plugin to new Check API
SUP-10721
Change-Id: I66ce4f1dae94bf715e361579c9baac0e8873fe41
Compare:
https://github.com/tribe29/checkmk/compare/a2a593876d03...94ab5487a1e8