Pulse/internal/hostagent
rcourtman 3fdf753a5b Enhance devcontainer and CI workflows
- Add persistent volume mounts for Go/npm caches (faster rebuilds)
- Add shell config with helpful aliases and custom prompt
- Add comprehensive devcontainer documentation
- Add pre-commit hooks for Go formatting and linting
- Use go-version-file in CI workflows instead of hardcoded versions
- Simplify docker compose commands with --wait flag
- Add gitignore entries for devcontainer auth files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 22:29:15 +00:00
..
agent.go feat: PULSE_DISK_EXCLUDE now applies to SMART monitoring. Related to #983 2025-12-31 23:07:01 +00:00
agent_buffering_test.go Fix offline buffering: add tests, remove unused config, fix flaky test 2025-12-02 22:31:44 +00:00
agent_flushbuffer_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
agent_new_test.go hostagent: avoid identity collisions with MAC fallback (Related to #836) 2025-12-17 20:09:55 +00:00
agent_sensors_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
agent_test.go hostagent: avoid identity collisions with MAC fallback (Related to #836) 2025-12-17 20:09:55 +00:00
command_client_test.go feat: Commands disabled by default, require --enable-commands to opt-in 2025-12-24 17:36:44 +00:00
commands.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
commands_connect_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
commands_execute_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
commands_registration_test.go Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
proxmox_setup.go fix(agent): use IP that can reach Pulse for registration 2025-12-27 17:06:20 +00:00
proxmox_setup_test.go feat(agent): detect and register both PVE and PBS on same host. Related to #925 2025-12-27 10:41:44 +00:00
send_report_test.go hostagent: avoid host ID collisions and prefer LAN IP 2025-12-17 16:29:59 +00:00
version.go Add API token scopes and standalone host agent 2025-10-23 11:40:31 +00:00