Pulse/cmd/pulse
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
..
auto_import_test.go feat: remove Enterprise badges, simplify Pro upgrade prompts 2026-01-09 16:51:08 +00:00
bootstrap.go fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00
commands_test.go refactor(config): rename BackendHost/BackendPort to BindAddress 2026-02-01 23:26:32 +00:00
config.go refactor: simplify temperature monitoring after sensor proxy removal 2026-01-21 12:00:28 +00:00
config_test.go test: expand cmd and agent update coverage 2025-12-17 13:28:17 +00:00
import_payload_test.go feat: remove Enterprise badges, simplify Pro upgrade prompts 2026-01-09 16:51:08 +00:00
main.go refactor(ai): refine agentic loop compaction and knowledge accumulation 2026-01-31 19:33:43 +00:00
metrics_server.go fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00
mock.go fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00