docs: update changelog for CI PostgreSQL fix
This commit is contained in:
parent
56d9878130
commit
1e4644b860
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue