diff --git a/weekly/2026/week-29-30.md b/weekly/2026/week-29-30.md new file mode 100644 index 0000000000..ef6c0a8c62 --- /dev/null +++ b/weekly/2026/week-29-30.md @@ -0,0 +1,19 @@ +--- +title: Weeks 29 and 30 in Packit +date: 2026-07-27 +authors: nforro +tags: + - 2026-July + - 2026 + - July +--- + +## Weeks 29 and 30 (July 13th – July 27th) + +- The ogr library now correctly handles the Forgejo `error` commit flag, resolving an issue + that previously caused it to fail during internal mapping. + ([ogr#991](https://github.com/packit/ogr/pull/991)) +- Log Detective run overview on the dashboard now, for successful runs, shows also a list + of snippets, grouped by file, in expandable sections. + ([dashboard#540](https://github.com/packit/dashboard/pull/540)) + ![Log Detective snippets](../img/log-detective-snippets.png) diff --git a/weekly/img/log-detective-snippets.png b/weekly/img/log-detective-snippets.png new file mode 100644 index 0000000000..3cb2f70ae4 Binary files /dev/null and b/weekly/img/log-detective-snippets.png differ