courtmanr@gmail.com
|
b2b6f48dd9
|
fix: Use explicit copy for metrics data point to prevent stale disk values
|
2025-04-24 13:32:29 +01:00 |
|
courtmanr@gmail.com
|
27c0cdbb58
|
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
|
a8e79c9c1c
|
fix(frontend): Prevent metrics update overwriting PBS status
|
2025-04-24 12:56:01 +01:00 |
|
courtmanr@gmail.com
|
5a8384116c
|
fix: Ensure correct PBS status is emitted to frontend
|
2025-04-24 12:53:38 +01:00 |
|
courtmanr@gmail.com
|
195d8a15ee
|
docs: Add alternative docker-compose example to README
|
2025-04-24 11:42:11 +01:00 |
|
courtmanr@gmail.com
|
0f48f6853f
|
build: Ignore compiled CSS output
|
2025-04-24 11:28:09 +01:00 |
|
courtmanr@gmail.com
|
bdff5d01a4
|
docs: Fix logo path in README after refactor
|
2025-04-24 11:24:45 +01:00 |
|
courtmanr@gmail.com
|
7e174e78ce
|
fix: Resolve Tailwind content path issue after refactor
|
2025-04-24 11:23:34 +01:00 |
|
courtmanr@gmail.com
|
665b92b377
|
fix: Correct paths after frontend asset refactor
|
2025-04-24 11:19:57 +01:00 |
|
courtmanr@gmail.com
|
c4cc4e5725
|
refactor: Move frontend assets (public/, configs) into src/
|
2025-04-24 11:18:05 +01:00 |
|
courtmanr@gmail.com
|
67eba55cf7
|
build: Add .DS_Store to gitignore
|
2025-04-24 11:15:08 +01:00 |
|
courtmanr@gmail.com
|
eddab3a7db
|
docs: Add community health files and improve README
|
2025-04-24 10:54:13 +01:00 |
|
courtmanr@gmail.com
|
7bb7340a57
|
chore: Ignore .cursor directory
|
2025-04-24 10:44:12 +01:00 |
|
rcourtman
|
2e931cf9aa
|
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
|
5890f637ad
|
chore: Update version to v3.0.2 and refine logging
|
2025-04-24 10:12:30 +01:00 |
|
courtmanr@gmail.com
|
049bb87f48
|
chore: Ignore release procedure file
|
2025-04-24 09:40:33 +01:00 |
|
courtmanr@gmail.com
|
b46401949e
|
chore: Update version to 3.0.1 in package.json
|
2025-04-24 09:38:01 +01:00 |
|
courtmanr@gmail.com
|
233f8e5bb5
|
feat: Configure Tailwind CSS for class-based dark mode
|
2025-04-24 09:35:00 +01:00 |
|
dependabot[bot]
|
43fd80886e
|
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
|
bf1ebe0a24
|
refactor(script): Check install status early, exit early on remove/cancel
|
2025-04-23 20:43:59 +01:00 |
|
courtmanr@gmail.com
|
b8aa564906
|
fix(script): Use explicit path for EnvironmentFile in systemd
|
2025-04-23 20:38:41 +01:00 |
|
courtmanr@gmail.com
|
30f6571af4
|
fix(script): Improve service cleanup and fix final instructions
|
2025-04-23 20:29:25 +01:00 |
|
courtmanr@gmail.com
|
d7539ab43d
|
fix(script): Prevent git clean from removing ignored .env file
|
2025-04-23 20:22:37 +01:00 |
|
courtmanr@gmail.com
|
5dfac8582d
|
fix(script): Load .env file via systemd EnvironmentFile
|
2025-04-23 20:19:14 +01:00 |
|
courtmanr@gmail.com
|
526a6e87f5
|
fix(script): Update .env file paths in configure_environment
|
2025-04-23 20:08:26 +01:00 |
|
courtmanr@gmail.com
|
afe00ac684
|
fix: Ensure systemd service is configured during update
|
2025-04-23 20:04:36 +01:00 |
|
courtmanr@gmail.com
|
78fa07e8f1
|
fix: Use git reset --hard for robust script updates
|
2025-04-23 19:59:55 +01:00 |
|
courtmanr@gmail.com
|
b9838be86e
|
chore: Bump version to v3.0.0
|
2025-04-23 19:48:48 +01:00 |
|
courtmanr@gmail.com
|
61ed96779c
|
Refactor: Centralize .env handling and update Docker/dev setup
|
2025-04-23 19:45:58 +01:00 |
|
courtmanr@gmail.com
|
989f784f7b
|
feat: Add multi-endpoint monitoring support (v2.5.0)
|
2025-04-23 17:37:54 +01:00 |
|
courtmanr@gmail.com
|
e76257e631
|
Fix: Align LXC script service name with README
|
2025-04-23 16:37:42 +01:00 |
|
courtmanr@gmail.com
|
c06e54681b
|
feat(install): Add URL validation and update prompt defaults
|
2025-04-23 15:55:02 +01:00 |
|
courtmanr@gmail.com
|
5f94d99daf
|
revert(install): Revert install-pulse.sh to pre-April 23rd state (bdd2eda)
|
2025-04-23 15:39:24 +01:00 |
|
courtmanr@gmail.com
|
b452457dc7
|
debug: Add trace logging to perform_update
|
2025-04-23 15:34:20 +01:00 |
|
courtmanr@gmail.com
|
96c2a32787
|
Stop tracking server/.env file
|
2025-04-23 15:19:05 +01:00 |
|
courtmanr@gmail.com
|
3eafcd8001
|
refactor: Replace pulse-proxmox branding with pulse-monitor
|
2025-04-23 15:12:05 +01:00 |
|
courtmanr@gmail.com
|
655c6e8d24
|
fix: Add rsync to dependencies for update function
|
2025-04-23 15:04:37 +01:00 |
|
courtmanr@gmail.com
|
c2f626a693
|
fix: Prevent set -e exit on grep in prompt_for_cron_setup
|
2025-04-23 15:00:09 +01:00 |
|
courtmanr@gmail.com
|
e14e3c0a95
|
feat: Add debug logging to prompt_yes_no
|
2025-04-23 14:57:54 +01:00 |
|
courtmanr@gmail.com
|
635a660d03
|
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
|
6d11f554a5
|
feat(install): make .env overwrite prompt friendlier and less alarming for users
|
2025-04-23 14:41:04 +01:00 |
|
courtmanr@gmail.com
|
63bc98d67a
|
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
|
33c07380b0
|
fix(install): show actual cron command and comment in schedule prompt
|
2025-04-23 14:25:03 +01:00 |
|
courtmanr@gmail.com
|
0313a2f620
|
feat(install): clarify .env overwrite and cron schedule prompts for user safety
|
2025-04-23 14:20:44 +01:00 |
|
courtmanr@gmail.com
|
c03f941700
|
feat(install): improve .env overwrite prompt with diff and explicit warning
|
2025-04-23 14:15:24 +01:00 |
|
courtmanr@gmail.com
|
ff7f1f03b8
|
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
|
7a74983043
|
Bump version to 2.4.0 for Tailwind npm/PostCSS and dev workflow changes
|
2025-04-23 13:48:30 +01:00 |
|
courtmanr@gmail.com
|
1a2710801a
|
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
|
d2b04c3e28
|
chore(release): bump version to 2.3.4
|
2025-04-23 12:31:45 +01:00 |
|
dependabot[bot]
|
f03de8e563
|
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 |
|