docs: update changelog for CI PostgreSQL fix

This commit is contained in:
Graham McIntire 2026-03-05 10:03:05 -06:00
parent 56d9878130
commit 1e4644b860
No known key found for this signature in database

View file

@ -1,4 +1,11 @@
2026-03-05
ci: add explicit wait for PostgreSQL and database creation step
- Add pg_isready wait loop to ensure PostgreSQL service is fully ready before running tests
- Run mix ecto.create explicitly to create database before test suite runs
- Fixes "connection refused" errors when PostgreSQL service is still starting up
- Prevents "database couldn't be created: killed" errors in CI pipeline
Files: .forgejo/workflows/build.yaml
fix: update alert_type atom comparisons to strings in AlertLive
- Changed all alert_type == :device_down to strings in AlertLive.Index
- Fixes alert filtering and counting after schema migration