From e4fda2f89ae51cebcc5c94b05bd6646820e59dc6 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 5 Mar 2026 10:21:13 -0600 Subject: [PATCH] docs: update changelog for postgresql-client CI fix --- CHANGELOG.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e0f26f8c..4dfb0bee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,10 @@ 2026-03-05 +ci: install postgresql-client for pg_isready command + - Add postgresql-client to system dependencies installation + - Fixes "pg_isready: command not found" error in CI pipeline + - Required for database readiness check before running tests +Files: .forgejo/workflows/build.yaml + fix: improve insight auto-resolution and query performance - Remove dismissed_at field when auto-resolving agent_offline insights (dismissed_at should only be set for manual user dismissals, not automatic resolutions)