Commit Graph

512 Commits

Author SHA1 Message Date
courtmanr@gmail.com ee379d080a chore: Remove remaining diagnostic logs 2025-04-24 13:57:22 +01:00
courtmanr@gmail.com 45128ddd76 chore: Remove diagnostic logs for disk read rate 2025-04-24 13:54:52 +01:00
courtmanr@gmail.com b414d2ea3e fix: Restore rate calc and improve history reset logic
Removes debug code related to diskread rate calculation.
2025-04-24 13:49:06 +01:00
courtmanr@gmail.com 2b72dacf39 fix(debug): Place guestId_temp inside deep copy 2025-04-24 13:46:10 +01:00
courtmanr@gmail.com 1c70ef0915 chore: Refine debug logic for diskread rate calc 2025-04-24 13:45:12 +01:00
courtmanr@gmail.com 9fc79b764e chore: Add debug logic to rate calc for diskread 2025-04-24 13:43:30 +01:00
courtmanr@gmail.com 0b3fdcb528 fix: Use deep copy for metrics data point
chore: Restore filtering in rate calculation
2025-04-24 13:41:52 +01:00
courtmanr@gmail.com 4e0e9fb892 chore: Temporarily remove filter in rate calc for debugging 2025-04-24 13:39:08 +01:00
courtmanr@gmail.com 9c8d830241 chore: Log history array contents before/during rate calc 2025-04-24 13:35:43 +01:00
courtmanr@gmail.com 12e4391f4e chore: Log calculated disk read rate in processGuest 2025-04-24 13:34:36 +01:00
courtmanr@gmail.com 00f0500b88 chore: Add logging to createGuestRow for disk read value 2025-04-24 13:33:33 +01:00
courtmanr@gmail.com 2b7a8233ed fix: Use explicit copy for metrics data point to prevent stale disk values 2025-04-24 13:32:29 +01:00
courtmanr@gmail.com c8afc7e35b Fix: Improve PBS tab handling and UI data stability. Ensure PBS tab always visible with correct status. Send initial PBS status immediately. Prevent metric/storage data flashing. Correct Nodes tab mem/disk data source. 2025-04-24 13:20:25 +01:00
courtmanr@gmail.com a535d82b7c fix(frontend): Prevent metrics update overwriting PBS status 2025-04-24 12:56:01 +01:00
courtmanr@gmail.com 9224c46add fix: Ensure correct PBS status is emitted to frontend 2025-04-24 12:53:38 +01:00
courtmanr@gmail.com c1edac60b6 docs: Add alternative docker-compose example to README 2025-04-24 11:42:11 +01:00
courtmanr@gmail.com 710e58279b build: Ignore compiled CSS output 2025-04-24 11:28:09 +01:00
courtmanr@gmail.com 3135e9492d docs: Fix logo path in README after refactor 2025-04-24 11:24:45 +01:00
courtmanr@gmail.com fe998d95a7 fix: Resolve Tailwind content path issue after refactor 2025-04-24 11:23:34 +01:00
courtmanr@gmail.com 7531b38d1f fix: Correct paths after frontend asset refactor 2025-04-24 11:19:57 +01:00
courtmanr@gmail.com 92e73a1254 refactor: Move frontend assets (public/, configs) into src/ 2025-04-24 11:18:05 +01:00
courtmanr@gmail.com 0b3094838a build: Add .DS_Store to gitignore 2025-04-24 11:15:08 +01:00
courtmanr@gmail.com e09c00de4e docs: Add community health files and improve README 2025-04-24 10:54:13 +01:00
courtmanr@gmail.com ff0cb45e82 chore: Ignore .cursor directory 2025-04-24 10:44:12 +01:00
rcourtman 521b7987ff Merge pull request #52 from rcourtman/dependabot/npm_and_yarn/main/tailwindcss-4.1.4
chore(deps): bump tailwindcss from 3.4.4 to 4.1.4
2025-04-24 10:27:56 +01:00
courtmanr@gmail.com ede30f71e7 chore: Update version to v3.0.2 and refine logging v3.0.2 2025-04-24 10:12:30 +01:00
courtmanr@gmail.com 769bd889a1 chore: Ignore release procedure file 2025-04-24 09:40:33 +01:00
courtmanr@gmail.com 03a47302a8 chore: Update version to 3.0.1 in package.json v3.0.1 2025-04-24 09:38:01 +01:00
courtmanr@gmail.com ca63a03f75 feat: Configure Tailwind CSS for class-based dark mode 2025-04-24 09:35:00 +01:00
dependabot[bot] 1c9b77a479 chore(deps): bump tailwindcss from 3.4.4 to 4.1.4
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.4 to 4.1.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.4/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 00:45:16 +00:00
courtmanr@gmail.com d912233088 refactor(script): Check install status early, exit early on remove/cancel 2025-04-23 20:43:59 +01:00
courtmanr@gmail.com 3c6b9d97f0 fix(script): Use explicit path for EnvironmentFile in systemd 2025-04-23 20:38:41 +01:00
courtmanr@gmail.com 90c64a8b1a fix(script): Improve service cleanup and fix final instructions 2025-04-23 20:29:25 +01:00
courtmanr@gmail.com 09822650b0 fix(script): Prevent git clean from removing ignored .env file 2025-04-23 20:22:37 +01:00
courtmanr@gmail.com 1f953cc9f1 fix(script): Load .env file via systemd EnvironmentFile 2025-04-23 20:19:14 +01:00
courtmanr@gmail.com c1be336b1b fix(script): Update .env file paths in configure_environment 2025-04-23 20:08:26 +01:00
courtmanr@gmail.com e1b1acd976 fix: Ensure systemd service is configured during update 2025-04-23 20:04:36 +01:00
courtmanr@gmail.com c0fc47e0a4 fix: Use git reset --hard for robust script updates 2025-04-23 19:59:55 +01:00
courtmanr@gmail.com 4d4af1099a chore: Bump version to v3.0.0 v3.0.0 2025-04-23 19:48:48 +01:00
courtmanr@gmail.com ab5b713461 Refactor: Centralize .env handling and update Docker/dev setup 2025-04-23 19:45:58 +01:00
courtmanr@gmail.com dc38ba5e3f feat: Add multi-endpoint monitoring support (v2.5.0) v2.5.0 2025-04-23 17:37:54 +01:00
courtmanr@gmail.com 6a54fdb731 Fix: Align LXC script service name with README 2025-04-23 16:37:42 +01:00
courtmanr@gmail.com 64ce21591e feat(install): Add URL validation and update prompt defaults 2025-04-23 15:55:02 +01:00
courtmanr@gmail.com 0a28268986 revert(install): Revert install-pulse.sh to pre-April 23rd state (bdd2eda) 2025-04-23 15:39:24 +01:00
courtmanr@gmail.com 262cb85dff debug: Add trace logging to perform_update 2025-04-23 15:34:20 +01:00
courtmanr@gmail.com 8358e24c1e refactor: Replace pulse-proxmox branding with pulse-monitor 2025-04-23 15:12:05 +01:00
courtmanr@gmail.com 989f77b295 fix: Add rsync to dependencies for update function 2025-04-23 15:04:37 +01:00
courtmanr@gmail.com c129d37b13 fix: Prevent set -e exit on grep in prompt_for_cron_setup 2025-04-23 15:00:09 +01:00
courtmanr@gmail.com 20df770df1 feat: Add debug logging to prompt_yes_no 2025-04-23 14:57:54 +01:00
courtmanr@gmail.com f6b17d15c3 fix(install): always prompt for cron setup at end of script, add debug print 2025-04-23 14:48:40 +01:00