Commit graph

  • ca15f15ddc test: add unit tests for pkg/pbs rcourtman 2025-11-26 14:15:49 +0000
  • b1fba8e76c test: add unit tests for pkg/tlsutil rcourtman 2025-11-26 14:14:34 +0000
  • 35412b63d8 test: add unit tests for system package rcourtman 2025-11-26 14:11:25 +0000
  • 61b2bfe624 test: add unit tests for types package rcourtman 2025-11-26 14:10:21 +0000
  • 0396053b73 test: add unit tests for hostagent package rcourtman 2025-11-26 14:09:55 +0000
  • 159a1cb3a3 test: add unit tests for errors package rcourtman 2025-11-26 14:09:14 +0000
  • ae876b4a10 test: add unit tests for sensors parser rcourtman 2025-11-26 14:06:56 +0000
  • 4bdf1664bb test: add unit tests for utils package rcourtman 2025-11-26 13:56:30 +0000
  • d37247d220 test: add unit tests for crypto package rcourtman 2025-11-26 13:52:05 +0000
  • 16d70123bf test: add unit tests for auth package rcourtman 2025-11-26 13:51:13 +0000
  • 1ccbdfe046 test: add unit tests for agentupdate security features rcourtman 2025-11-26 13:50:19 +0000
  • 31965988f4 security: harden Windows installer script rcourtman 2025-11-26 13:42:45 +0000
  • 09ec0c3f01 security: harden agent installers and auto-update mechanism rcourtman 2025-11-26 13:14:58 +0000
  • 2b19127c0c feat: add responsive column hiding to Docker table rcourtman 2025-11-26 10:58:12 +0000
  • d12d4b3530 Auto-update Helm chart version to 4.33.0 rcourtman 2025-11-26 10:49:02 +0000
  • 58a03da3d8 Auto-update Helm chart documentation rcourtman 2025-11-26 10:49:01 +0000
  • 7f449d30e0 fix: cache daemon ID at init to prevent Podman token binding conflicts rcourtman 2025-11-26 10:23:22 +0000
  • d07ad8fd3e fix: use correct script paths in unified agent handlers rcourtman 2025-11-26 10:05:43 +0000
  • 21c033c144 fix: remove references to deleted install-host-agent.sh script rcourtman 2025-11-26 09:57:06 +0000
  • c12aa2c404 Prepare v4.33.0 release rcourtman 2025-11-26 09:50:58 +0000
  • 507ad730e2 fix: use responsive max-width for better scaling on all displays rcourtman 2025-11-26 09:46:56 +0000
  • f6fe95c77c fix: constrain max layout width to 1768px on wide screens rcourtman 2025-11-26 09:37:20 +0000
  • 17c99377f6 fix: restore I/O column styling to match v4.32.5 release rcourtman 2025-11-26 09:32:58 +0000
  • 34137aeca5 fix: resolve TypeScript errors in frontend components rcourtman 2025-11-26 09:11:25 +0000
  • c110a3b803 fix: replace stale agent tests with UnifiedAgents tests rcourtman 2025-11-26 09:06:15 +0000
  • e467523a61 feat: serve install scripts from GitHub releases instead of main branch rcourtman 2025-11-26 08:59:59 +0000
  • 0f0832d30f fix: propagate unified agent version and improve legacy cleanup rcourtman 2025-11-25 23:39:10 +0000
  • 920f271b41 feat: improve legacy agent detection and migration UX rcourtman 2025-11-25 23:26:22 +0000
  • ee35d9e5a5 feat: add auto-update support for unified agent rcourtman 2025-11-25 23:15:03 +0000
  • 661ca22eab fix: adapt NodeSummaryTable column widths per tab context rcourtman 2025-11-25 22:31:59 +0000
  • 5dce402d62 fix: make I/O metrics reactive to WebSocket updates rcourtman 2025-11-25 21:36:27 +0000
  • bc3bb7a7ac fix: restore intensity-based coloring for I/O columns rcourtman 2025-11-25 21:29:06 +0000
  • b43354a3d7 fix: auto-hide sublabel when progress bar text overflows rcourtman 2025-11-25 20:45:11 +0000
  • 98b0721461 feat: improve responsive table layout with tighter columns rcourtman 2025-11-25 20:37:28 +0000
  • 3dc2bc3f56 chore: update go.mod to make golang.org/x/sync a direct dependency courtmanr@gmail.com 2025-11-25 17:26:44 +0000
  • ebcafa1dac feat: adaptive node table layout, guest row fixes, and legacy agent detection courtmanr@gmail.com 2025-11-25 17:19:36 +0000
  • b68bfa8696 feat: auto-remove legacy agents during unified installation courtmanr@gmail.com 2025-11-25 12:56:31 +0000
  • a8949dbfba feat: add managed agents list and cleanup legacy scripts courtmanr@gmail.com 2025-11-25 12:54:13 +0000
  • ceb5f1936a feat: unify agent installation UI and scripts courtmanr@gmail.com 2025-11-25 12:23:22 +0000
  • 26ebd476da WIP: Save all pending changes including frontend updates and unified agent scaffolding courtmanr@gmail.com 2025-11-25 11:27:07 +0000
  • af2caa4b81 Register unified installer routes courtmanr@gmail.com 2025-11-25 11:25:10 +0000
  • 3599c6592e Improve installer UX with pauses and popups on failure courtmanr@gmail.com 2025-11-25 11:17:37 +0000
  • ac747ddf11 Enhance UI responsiveness for tables: apply percentage-based widths and selective column hiding courtmanr@gmail.com 2025-11-25 10:57:33 +0000
  • 809676cb4f Further reduce setup script verbosity: silence token checks and consolidate permission logs courtmanr@gmail.com 2025-11-25 10:20:17 +0000
  • 005a878681 Suppress 'User already exists' message in setup script courtmanr@gmail.com 2025-11-25 10:16:08 +0000
  • 1f57a8c77a Improve setup script clarity: reduce verbosity and fix confusing messages courtmanr@gmail.com 2025-11-25 10:13:20 +0000
  • 6887773b45 Improve setup script output by hiding irrelevant Docker/proxy info courtmanr@gmail.com 2025-11-25 10:01:41 +0000
  • 67e41f102b chore: ignore .agent directory courtmanr@gmail.com 2025-11-25 09:36:25 +0000
  • 2d7d561bab Fix checksum verification on macOS by replacing awk with grep courtmanr@gmail.com 2025-11-25 09:36:21 +0000
  • ed06b0a1b6 Add issue triage rules courtmanr@gmail.com 2025-11-25 09:13:44 +0000
  • 75a9929afc Refactor: Parallelize PVE node polling courtmanr@gmail.com 2025-11-25 08:38:03 +0000
  • afbfae5a6a refactor(scripts): replace legacy install-docker-agent.sh with bundled v2 script courtmanr@gmail.com 2025-11-25 08:36:24 +0000
  • be148d8990 fix(scripts): improve checksum verification robustness against whitespace courtmanr@gmail.com 2025-11-25 08:24:26 +0000
  • 3acd29c3f3 Implement UI toggle for Hide Local Login (related to issue #750) courtmanr@gmail.com 2025-11-25 08:14:19 +0000
  • 8b7ff2ad48 Relax container SSH check for temperature monitoring (ref #727) courtmanr@gmail.com 2025-11-25 08:00:08 +0000
  • 15e96458e2 refactor: finalize documentation overhaul courtmanr@gmail.com 2025-11-25 00:45:20 +0000
  • 53bfa2b2fd Refactor remaining docs and standardize naming courtmanr@gmail.com 2025-11-25 00:28:33 +0000
  • 6bb11270a1 Refactor auth and monitoring docs to be concise courtmanr@gmail.com 2025-11-25 00:26:00 +0000
  • 3da07c2c66 Refactor integration docs (K8s, Proxy, Webhooks) to be concise courtmanr@gmail.com 2025-11-25 00:19:34 +0000
  • 25eaa2ca18 Refactor agent and troubleshooting docs to be modern and concise courtmanr@gmail.com 2025-11-25 00:18:10 +0000
  • f5c3955f3f Remove redundant docs (DOCKER_HUB_README, PORT_CONFIGURATION) and update index courtmanr@gmail.com 2025-11-25 00:16:29 +0000
  • 191f9d3161 Refactor FAQ and API docs to be concise and modern courtmanr@gmail.com 2025-11-25 00:14:22 +0000
  • abeae45ebd Refactor core docs (INSTALL, CONFIGURATION, DOCKER) to be modern and concise courtmanr@gmail.com 2025-11-25 00:13:07 +0000
  • 18a43ebcc4 Polish documentation: fix links, use local images, and beautify docs index courtmanr@gmail.com 2025-11-25 00:11:30 +0000
  • 9bfc259d6b Refactor README.md to be more concise and modern courtmanr@gmail.com 2025-11-25 00:07:33 +0000
  • 66e9c9c75e chore: optimize PNG images and add .gitattributes courtmanr@gmail.com 2025-11-24 23:44:55 +0000
  • c79fd4cb40 chore: remove mcp-server directory courtmanr@gmail.com 2025-11-24 23:13:42 +0000
  • a17cd53111 chore: remove unnecessary development files and docs courtmanr@gmail.com 2025-11-24 23:09:22 +0000
  • 9fdea3c9cd fix: filter out qdevice from cluster node discovery courtmanr@gmail.com 2025-11-24 22:54:58 +0000
  • ea8ae63d70 Fix: Prevent unnecessary config reloads by checking file content hash courtmanr@gmail.com 2025-11-24 22:41:55 +0000
  • 8175e36d60
    Merge pull request #752 from olagrasli/patch-1 rcourtman 2025-11-24 22:40:25 +0000
  • a3c36921e5
    Update install-docker-agent.sh to handle log_error and calculated checksum containing linebreak olagrasli 2025-11-24 21:09:44 +0100
  • 30d2d4ecd3 chore: remove outdated docs, update cleanup script and release workflow courtmanr@gmail.com 2025-11-24 19:14:54 +0000
  • 875c64ecbc Fix workflow name in trigger-release.sh courtmanr@gmail.com 2025-11-24 18:10:13 +0000
  • 561db13f23 Bump version to 4.32.7 courtmanr@gmail.com 2025-11-24 18:06:14 +0000
  • 5031ba481b Fix: Allow double slashes in install script URLs courtmanr@gmail.com 2025-11-24 17:58:00 +0000
  • 6b84b9a2bf Add PULSE_AUTH_HIDE_LOCAL_LOGIN option to hide password form courtmanr@gmail.com 2025-11-24 17:40:43 +0000
  • 9caba86389 Fix #735: Allow HEAD requests for download endpoints and fix routing courtmanr@gmail.com 2025-11-24 15:16:14 +0000
  • 07d8381858 Fix host agent registration verification issues (#746) courtmanr@gmail.com 2025-11-24 14:28:09 +0000
  • efad01b717 Fix dashboard layout on wide screens and remove wasted whitespace #643 courtmanr@gmail.com 2025-11-24 08:09:52 +0000
  • 08a83c9adb Add host agent checksum route and bump version to 4.32.6 courtmanr@gmail.com 2025-11-24 07:57:17 +0000
  • 60721cbc22 Add mutex protection for config watcher reloads (re #748) courtmanr@gmail.com 2025-11-24 07:45:21 +0000
  • 0c7af34ad2 Implement status bars for Storage, Backups, and Hosts tabs #744 courtmanr@gmail.com 2025-11-23 22:53:33 +0000
  • 68ffa1bc0b Feat: Add support for Raspberry Pi RP1 ADC temperature sensor (Fixes #745) courtmanr@gmail.com 2025-11-23 22:33:16 +0000
  • af7eabb56d Fix: Correct context cancellation in loop (Fixes #727) courtmanr@gmail.com 2025-11-23 22:28:28 +0000
  • b34e18e839 Fix: Prevent single node auth failure from disabling global SSH temperature collection courtmanr@gmail.com 2025-11-23 22:24:15 +0000
  • 35392c1f96 Improve agent update logging and installer warnings (related to #737) courtmanr@gmail.com 2025-11-23 22:07:37 +0000
  • d0a725fde5 fix: Add dev environment fallback paths for Docker agent downloads courtmanr@gmail.com 2025-11-23 16:01:40 +0000
  • 6e404b24eb Fix install-host-agent.sh function order, remove duplicate, and improve dev serving courtmanr@gmail.com 2025-11-23 12:27:11 +0000
  • 4bf9c42dbc Fix temperature collection regression for cluster nodes. Related to #727 courtmanr@gmail.com 2025-11-23 12:13:57 +0000
  • 0c7b61c989 Fix: let GitHub API create the tag, don't pre-create it rcourtman 2025-11-23 09:51:51 +0000
  • 9dc7990fbe Add target_commitish to release API call rcourtman 2025-11-23 09:37:35 +0000
  • db120a8e9b Fix: use GitHub API directly for release creation rcourtman 2025-11-23 09:24:04 +0000
  • a5fb98e7c6 Fix: create git tag explicitly before release rcourtman 2025-11-23 09:09:37 +0000
  • b484ba1f5d Fix release workflow to create tag automatically rcourtman 2025-11-23 08:54:35 +0000
  • 2c00cd7806 chore(ci): keep release as draft for manual review courtmanr@gmail.com 2025-11-23 08:25:37 +0000
  • 53836ea9b0 fix(sensor-proxy): relax pvecm status parsing to support decimal node IDs courtmanr@gmail.com 2025-11-23 08:21:58 +0000
  • dedce8796b fix(ci): robustly handle existing and untagged releases in workflow courtmanr@gmail.com 2025-11-23 08:05:11 +0000
  • 413e84b925 Auto-publish release after validation for v4.32.4 courtmanr@gmail.com 2025-11-23 00:21:15 +0000
  • 2312345a02 feat: add degraded status dot to Proxmox and Docker tabs (fixes #744) courtmanr@gmail.com 2025-11-23 00:10:58 +0000