Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 70328075c5eea4eda38aeba931af8ac3b4311ee4
https://github.com/Checkmk/checkmk/commit/70328075c5eea4eda38aeba931af8ac3b…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M tests/unit/cmk/gui/openapi/test_openapi_autocompleters.py
M tests/unit/cmk/gui/test_autocompleters.py
Log Message:
-----------
Remove unused auto-completer
Change-Id: Ibeb4551313291b00fdd1f15c62614cbf23174442
Commit: d84fa1069c5b740688fa90002e2d24a770b93046
https://github.com/Checkmk/checkmk/commit/d84fa1069c5b740688fa90002e2d24a77…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M packages/cmk-frontend/src/js/modules/valuespecs.ts
M tests/unit/cmk/gui/openapi/test_openapi_autocompleters.py
M tests/unit/cmk/gui/test_autocompleters.py
Log Message:
-----------
Include single metrics in graph selection dropdown of combined graph dashlet
Include both actual graph templates as well as single metrics in dropdown, since
combined graphs can be created for both. Before, only graph templates were
included.
CMK-20023
Change-Id: I0dd4fbb1b1bd016f2d34f19918f99568312de933
Commit: 36ea128d7451011dccd2755dd6659f576c200f3a
https://github.com/Checkmk/checkmk/commit/36ea128d7451011dccd2755dd6659f576…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/graphing/_autocompleter.py
M cmk/gui/graphing/_graph_templates.py
Log Message:
-----------
Fix combined graphs and performance graph dashlets for single metrics
* Properly include un-graphed single metrics in graph selection dropdown of
performance graph dashlet (prefixed with "Metric: ...").
* Fix rendering of performance graph dashlets for single metrics. Previously,
nothing was rendered in this case (no matches due to missing "METRIC_"
prefix).
* Fix rendering of combined graphs for single metrics when rendered via the
"Services > All metrics of same type in one graph" menu entry. Previously,
the rendering crashed with
"There is no graph plug-in with the id '...'"
due to the missing "METRIC_" prefix.
Note that all of these fixes are needed in master only, so no werk is necessary.
CMK-20023
Change-Id: I3d381c1eae63462aab4eab5605cdbbaf9be57c5a
Commit: ac51dbe28e08f68baebdcc92db90eee32ad63651
https://github.com/Checkmk/checkmk/commit/ac51dbe28e08f68baebdcc92db90eee32…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/dashboard/dashlet/dashlets/graph.py
A cmk/update_config/plugins/actions/dashboards.py
A cmk/update_config/plugins/lib/graph_templates.py
Log Message:
-----------
Dashboards: Take renamed graph templates into account when updating
Performance and combined graph dashlets reference a graph template. When
renaming graph templates, we have to update these dashlets accordingly.
SUP-21208
Change-Id: I68784ff4c8831a2fef4d1d95934140025bcfad85
Commit: 1351e1d2b6d149dfa31c2c84848b547ac55515fd
https://github.com/Checkmk/checkmk/commit/1351e1d2b6d149dfa31c2c84848b547ac…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/update_config/plugins/lib/graph_templates.py
Log Message:
-----------
Fix RMK dashboard and add migration for robotmk_test_runtime graph template
The template was dropped, since it only contained a single metric, so it was
unnecessary.
Change-Id: Ifd1e027c006968267760a4972a0e959bb9adcd04
Commit: 95f13eb31272fd1c618cd398fc05d3fd0def35bf
https://github.com/Checkmk/checkmk/commit/95f13eb31272fd1c618cd398fc05d3fd0…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A tests/unit/cmk/gui/dashboard/test_builtin_dashboards_integrity.py
Log Message:
-----------
Built-in dashboards: add unit tests for dashlets referencing graph templates
Test that all template and combined graph dashlets in built-in dashboards
reference known graph templates. This protects against forgetting to adapt
builtin dashboards when renaming graph templates.
SUP-21208
Change-Id: Ib370575ee18043dddc6f0b146132c21fb9cc39cc
Compare:
https://github.com/Checkmk/checkmk/compare/5ec4c6168ec9...95f13eb31272
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications