Pulse/pkg
rcourtman 4af5fc4246 refactor(config): rename BackendHost/BackendPort to BindAddress
Simplify server config by consolidating BackendHost and BackendPort into
a single BindAddress field. The port is now solely controlled by FrontendPort.

Changes:
- Replace BackendHost/BackendPort with BindAddress in Config struct
- Add deprecation warning for BACKEND_HOST env var (use BIND_ADDRESS)
- Update connection timeout default from 45s to 60s
- Remove backendPort from SystemSettings and frontend types
- Update server.go to use cfg.BindAddress
- Update all tests to use new config field names
2026-02-01 23:26:32 +00:00
..
agents Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
audit test: expand backend coverage 2026-01-25 21:08:44 +00:00
auth fix: use pure Go SQLite driver for arm64 compatibility 2026-01-21 18:58:23 +00:00
discovery test: expand backend coverage 2026-01-25 21:08:44 +00:00
fsfilters fix: disk-exclude now works with device paths and disk I/O 2026-01-21 19:03:05 +00:00
metrics feat: add metrics store point limiting and mock improvements 2026-01-22 22:29:56 +00:00
pbs test(monitoring): fix failing snapshot tests and improve coverage 2026-01-04 10:29:40 +00:00
pmg style: Apply gofmt to 37 files 2025-12-02 17:21:48 +00:00
proxmox Minor updates to main and proxmox client 2026-01-28 16:52:50 +00:00
reporting chore: reliability and maintenance improvements 2026-01-22 00:45:04 +00:00
server refactor(config): rename BackendHost/BackendPort to BindAddress 2026-02-01 23:26:32 +00:00
tlsutil test: Add comprehensive test coverage across packages 2026-01-19 19:26:18 +00:00