docs: update changelog for postgresql-client CI fix

This commit is contained in:
Graham McIntire 2026-03-05 10:21:13 -06:00
parent bda0c703d2
commit e4fda2f89a
No known key found for this signature in database

View file

@ -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)