From bde60a323fd18d3e652423579da93fd53bb44a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 13 Jul 2026 19:36:41 +0200 Subject: [PATCH] Add blog post for week 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- weekly/2026/week-28.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 weekly/2026/week-28.md diff --git a/weekly/2026/week-28.md b/weekly/2026/week-28.md new file mode 100644 index 0000000000..4c4592ad1a --- /dev/null +++ b/weekly/2026/week-28.md @@ -0,0 +1,18 @@ +--- +title: Week 28 in Packit +date: 2026-07-13 +authors: nforro +tags: + - 2026-July + - 2026 + - July +--- + +## Week 28 (July 7th – July 13th) + +- Log Detective results in Packit dashboard now show error messages for failed analyses, + link to related Koji scratch builds and display suggested solutions when available. + ([packit-service#3151](https://github.com/packit/packit-service/pull/3151), + [dashboard#537](https://github.com/packit/dashboard/pull/537), + [dashboard#538](https://github.com/packit/dashboard/pull/538), + [dashboard#539](https://github.com/packit/dashboard/pull/539))