courtmanr@gmail.com
ab91e3f184
chore: begin development for v3.5.1
2025-05-07 10:24:10 +01:00
courtmanr@gmail.com
5bf54eecb4
chore: set release version 3.5.0
2025-05-07 09:58:31 +01:00
courtmanr@gmail.com
c5e7a8e25f
chore: begin development for v3.4.1
2025-05-06 11:21:22 +01:00
courtmanr@gmail.com
26a0f4da40
chore: set release version 3.4.0
2025-05-06 11:18:46 +01:00
courtmanr@gmail.com
701cf2a30d
chore: begin development for v3.4.1
2025-05-06 11:12:39 +01:00
courtmanr@gmail.com
122d8cd9bd
chore: set release version 3.4.0
2025-05-06 10:51:24 +01:00
courtmanr@gmail.com
f2140cadff
build: Consolidate dependencies and optimize Dockerfile
...
Consolidate server dependencies into root package.json.
Refactor Dockerfile to use multi-stage build, build CSS,
run as non-root user, and install production dependencies only.
Update .gitignore and docker-compose.yml build context.
2025-05-04 14:38:32 +01:00
courtmanr@gmail.com
39d8672b61
chore: begin development for v3.3.1
2025-05-04 12:53:57 +01:00
courtmanr@gmail.com
e8f7dcc653
chore: bump version to 3.3.0
2025-05-04 11:31:57 +01:00
rcourtman
800af62d06
feat: Add automated screenshot generation script | Implements Playwright script (scripts/take-screenshots.js) to capture UI views. Adds npm run screenshot command. Includes playwright as a dev dependency. Updates README.md to use generated screenshots. ( #73 )
2025-05-02 10:35:23 +01:00
courtmanr@gmail.com
a9cfed5c9c
chore: Bump version to 3.2.4
2025-05-01 17:15:21 +01:00
courtmanr@gmail.com
38670d4eb7
chore: Update version to 3.2.3 in package files
2025-05-01 09:59:41 +01:00
github-actions[bot]
808702bdae
chore: Prepare release v3.3.0 ( #69 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-30 22:49:38 +01:00
courtmanr@gmail.com
ec4c026f7f
fix: reset version to v3.2.2
...
Corrects package.json and package-lock.json before attempting v3.3.0 release.
2025-04-30 22:47:56 +01:00
courtmanr@gmail.com
13c0b9d288
refactor(release): split into Prepare PR and Create Release workflows
...
Prepare PR workflow creates PR with version bump and changelog. Create Release workflow triggers on tag push, builds, and creates release with generated notes.
2025-04-30 20:42:35 +01:00
github-actions[bot]
cb3e19a63b
chore: Bump version to v3.3.0
2025-04-30 19:27:39 +00:00
github-actions[bot]
693275790a
chore: Bump version to v3.3.2
2025-04-30 19:21:04 +00:00
github-actions[bot]
04e0ca7452
chore: Bump version to v3.3.1
2025-04-30 19:18:12 +00:00
github-actions[bot]
2c5627e529
chore: Bump version to v3.3.0
2025-04-30 18:39:21 +00:00
courtmanr@gmail.com
33adf44773
Revert "chore: Bump version to v3.2.3"
...
This reverts commit 40de4ce9ea .
2025-04-30 18:37:21 +01:00
github-actions[bot]
40de4ce9ea
chore: Bump version to v3.2.3
2025-04-30 17:32:32 +00:00
courtmanr@gmail.com
822d36068e
chore: Correct package version on main
2025-04-30 18:22:56 +01:00
courtmanr@gmail.com
205e993bb8
fix: Add missing axios-retry dependency
2025-04-30 16:32:00 +01:00
courtmanr@gmail.com
cc0b8008fb
fix: Add missing axios dependency
2025-04-30 16:30:08 +01:00
courtmanr@gmail.com
3e037b33d6
feat: Add test improvements and CI workflow
2025-04-30 16:18:37 +01:00
courtmanr@gmail.com
0eee2a0598
Bump version to 3.2.1
2025-04-29 23:28:27 +01:00
courtmanr@gmail.com
89e02aff41
chore: Bump version to 3.2.0 and fix PBS task fetch
2025-04-29 10:29:42 +01:00
dependabot[bot]
3a8b0a12f0
build(deps): bump concurrently from 8.2.2 to 9.1.2 ( #58 )
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 8.2.2 to 9.1.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.1.2 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-version: 9.1.2
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-28 11:08:59 +01:00
courtmanr@gmail.com
d4e20dddee
fix(pbs): Use correct colon separator for PBS API token auth
...
This resolves authentication issues (401/403 errors) when connecting to Proxmox Backup Server instances by using the correct colon separator (:) instead of an equals sign (=) between the token ID and secret in the Authorization header, as required by the PBS API.
Also bumps version to 3.1.5.
2025-04-27 19:41:26 +01:00
courtmanr@gmail.com
3c0ceb9403
fix: Handle duplicate VMIDs and bump version to 3.1.4
2025-04-26 23:32:11 +01:00
courtmanr@gmail.com
42dbf8e2c7
fix: Resolve PBS banner bug and build issues ( fixes #55 )
2025-04-26 10:20:22 +01:00
courtmanr@gmail.com
b87433e681
docs: Add comment explaining Tailwind v3 usage
2025-04-25 23:33:57 +01:00
courtmanr@gmail.com
2b11de93ca
feat: Downgrade to Tailwind v3 and restore build step
2025-04-25 23:27:59 +01:00
courtmanr@gmail.com
df86e4a1dd
revert: Remove pre-built CSS and restore build step
2025-04-25 22:55:17 +01:00
courtmanr@gmail.com
fe93c7dc59
fix: Explicitly set NODE_ENV=development for build:css
2025-04-25 22:47:01 +01:00
courtmanr@gmail.com
b270a2259c
fix: Force build:css script to mirror dev:css (no watch)
2025-04-25 22:44:06 +01:00
courtmanr@gmail.com
6b1967c0a9
fix: Adjust build process for install script (no minify, install devDeps)
2025-04-25 22:35:09 +01:00
courtmanr@gmail.com
0271884b01
fix(install): Build CSS during install/update & use npx for TW v4
2025-04-24 22:41:37 +01:00
courtmanr@gmail.com
70491c88d2
fix: Resolve UI loading issues for v3.1.2
...
- Add explicit SPA route handler in server/index.js
- Correct middleware order in server/index.js
- Build CSS locally and copy into Docker image
- Adjust Dockerfile to copy pre-built CSS
2025-04-24 19:37:36 +01:00
courtmanr@gmail.com
307dc8fb35
chore: Update version to v3.1.2
2025-04-24 18:22:50 +01:00
courtmanr@gmail.com
12e6453086
chore: Update version to v3.1.1
2025-04-24 16:29:09 +01:00
courtmanr@gmail.com
8e863fd57e
chore: Update version to v3.1.0
2025-04-24 16:22:31 +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
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
b46401949e
chore: Update version to 3.0.1 in package.json
2025-04-24 09:38:01 +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
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