486 Commits

Author SHA1 Message Date
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
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
courtmanr@gmail.com 9a8f5d011e feat(install): make .env overwrite prompt friendlier and less alarming for users 2025-04-23 14:41:04 +01:00
courtmanr@gmail.com 0c32aef69e fix(install): always prompt for auto-update if no cron job found, even if crontab is empty 2025-04-23 14:30:53 +01:00
courtmanr@gmail.com 21f48cf7b1 fix(install): show actual cron command and comment in schedule prompt 2025-04-23 14:25:03 +01:00
courtmanr@gmail.com 807baa37e2 feat(install): clarify .env overwrite and cron schedule prompts for user safety 2025-04-23 14:20:44 +01:00
courtmanr@gmail.com 7371291252 feat(install): improve .env overwrite prompt with diff and explicit warning 2025-04-23 14:15:24 +01:00
courtmanr@gmail.com 2d79ed81b4 feat(install): full script refactor with atomic update, backup, health check, and UX improvements 2025-04-23 14:10:27 +01:00
courtmanr@gmail.com 99c4a1ee2f Bump version to 2.4.0 for Tailwind npm/PostCSS and dev workflow changes v2.4.0 2025-04-23 13:48:30 +01:00
courtmanr@gmail.com 24dc003c59 Switch Tailwind to npm/PostCSS, remove CDN, add concurrent dev workflow, and fix config errors 2025-04-23 13:46:06 +01:00
courtmanr@gmail.com f989335878 chore(release): bump version to 2.3.4 v2.3.4 2025-04-23 12:31:45 +01:00
dependabot[bot] 9340a173c0 chore(deps): bump express from 4.21.2 to 5.1.0 in /server (#49)
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.1.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v5.1.0)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-23 12:29:08 +01:00
courtmanr@gmail.com 0260b7c748 chore(release): bump version to 2.3.3 v2.3.3 2025-04-23 12:23:40 +01:00
courtmanr@gmail.com 3fea6b3d7c refactor(app): only load/save used sort states in localStorage 2025-04-23 12:21:14 +01:00
courtmanr@gmail.com 1f3ba7ce9d fix(app): remove sorting setup for non-existent tables 2025-04-23 12:18:44 +01:00
courtmanr@gmail.com 8cdb7c375e feat(install): improve cron setup prompt in install script Check for existing cron job during install and provide options to change, remove, or keep the existing schedule. 2025-04-23 12:14:42 +01:00
courtmanr@gmail.com b2f65c47ed chore: Bump version to 2.3.2 v2.3.2 2025-04-23 12:05:00 +01:00
courtmanr@gmail.com 85487d3c9c refactor: Remove temporary sort state debugging logs 2025-04-23 12:03:09 +01:00
courtmanr@gmail.com 77471568e4 chore: Bump version to 2.3.1 v2.3.1 2025-04-23 11:41:04 +01:00
courtmanr@gmail.com 362b1b6ec9 feat: Add API retry logic (#51) and sort persistence (#50) 2025-04-23 11:39:49 +01:00
courtmanr@gmail.com ba9348ec3f docs: update dashboard screenshot 2025-04-21 21:50:27 +01:00
courtmanr@gmail.com 589227862e chore: bump version to 2.3.0 v2.3.0 2025-04-21 21:45:08 +01:00
courtmanr@gmail.com fdd700551b Adjust progress bar widths 2025-04-21 21:43:17 +01:00
courtmanr@gmail.com 8e50f040a8 fix: prevent storage header transparency in dark mode 2025-04-21 21:17:26 +01:00
courtmanr@gmail.com 8a23dd55ae fix(docs): Correct community script curl command 2025-04-21 20:27:04 +01:00
courtmanr@gmail.com ff7a054fb4 docs: Update LXC install instructions and document auto-updates 2025-04-21 20:22:50 +01:00
courtmanr@gmail.com b5acc5a42d fix: Reliably determine script path for cron setup 2025-04-21 20:18:53 +01:00
courtmanr@gmail.com 7fc4b5149a fix: Allow script to continue after interactive update for cron prompt 2025-04-21 20:16:54 +01:00