From a1945ce0c9c88de657c7becbd7e514c631e6c891 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 18 May 2026 12:20:29 +0200 Subject: [PATCH] post: commit 9f43122 in bojemoi --- .../commits/2026-05-18-commit-9f43122.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-05-18-commit-9f43122.md diff --git a/content/posts/commits/2026-05-18-commit-9f43122.md b/content/posts/commits/2026-05-18-commit-9f43122.md new file mode 100644 index 0000000..ed3998b --- /dev/null +++ b/content/posts/commits/2026-05-18-commit-9f43122.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] fix(grafana): corriger queries SUM NULL dans vuln-management dashboard" +date: 2026-05-18T12:20:29+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9f43122 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `9f43122` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `9f43122dc4bd93535f20db6ae754bb6f7aa2f8b3` | + + +### Description + +Remplacer SUM(x) par COALESCE(SUM(x), 0) sur les 9 panels qui retournaient +NULL (au lieu de 0) quand les tables sont vides (nuclei_scan_log, uzi_scan_log) +→ Grafana affichait "No data" au lieu de "0" + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M volumes/grafana/dashboards/pentest/vuln-management.json +``` + +### Diff Summary + +``` + .../grafana/dashboards/pentest/vuln-management.json | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) +```