39 Commits

Author SHA1 Message Date
courtmanr@gmail.com b214413182 chore: Remove CI workflows and update changelog for v3.2.3 2025-05-01 09:57:31 +01:00
courtmanr@gmail.com 4cf736aed6 fix(workflow): use CHANGELOG.md for release notes instead of auto-generating 2025-04-30 23:00:20 +01:00
courtmanr@gmail.com 35bb7c535b fix(workflow): remove comment from docker tag in release workflow 2025-04-30 22:47:59 +01:00
courtmanr@gmail.com 39afe7dcc1 fix(workflow): remove non-existent label from prepare release PR creation 2025-04-30 20:47:27 +01:00
courtmanr@gmail.com 763c7ede4c 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
courtmanr@gmail.com 3b4aac45a2 feat(workflow): use conventional changelog file for release body 2025-04-30 20:36:40 +01:00
courtmanr@gmail.com 4710aabea3 feat(workflow): require tag input for manual release creation 2025-04-30 20:34:57 +01:00
courtmanr@gmail.com b25d021503 refactor(workflow): delete remote tag before pushing in prepare release 2025-04-30 20:30:31 +01:00
courtmanr@gmail.com f2721b72d0 feat: require version and changelog for prepare release workflow
Adds changelog for v3.3.0.
2025-04-30 20:27:21 +01:00
courtmanr@gmail.com cbf246207d feat: allow manual triggering of release workflow 2025-04-30 19:53:47 +01:00
courtmanr@gmail.com d3e1f4ad5f ci: Add workflow for preparing releases 2025-04-30 18:22:36 +01:00
courtmanr@gmail.com 770d890259 fix: Correct invalid tags in release workflow 2025-04-30 17:22:12 +01:00
courtmanr@gmail.com 8159646711 fix: Revert broken test, remove CI debug steps 2025-04-30 17:15:36 +01:00
courtmanr@gmail.com 1130ca16db ci: Add extra cat debug to test step 2025-04-30 17:13:17 +01:00
courtmanr@gmail.com 292990a024 ci: Force clean npm install, remove caching 2025-04-30 17:11:42 +01:00
courtmanr@gmail.com e894a2dbc0 ci: Clear Jest cache before running tests 2025-04-30 17:08:00 +01:00
courtmanr@gmail.com 5c0ba300fa ci: Add debug steps to release workflow 2025-04-30 17:05:52 +01:00
courtmanr@gmail.com a5c85d12b1 ci: Explicitly checkout ref in release workflow 2025-04-30 17:02:51 +01:00
courtmanr@gmail.com 27ffa690cd ci: Add Docker build/push to release workflow 2025-04-30 16:58:02 +01:00
courtmanr@gmail.com 7341e51672 ci: Add workflow for creating GitHub releases 2025-04-30 16:42:38 +01:00
courtmanr@gmail.com 3f74647fac ci: Pass secrets as environment variables to test step 2025-04-30 16:23:10 +01:00
courtmanr@gmail.com f94c19218e feat: Add test improvements and CI workflow 2025-04-30 16:18:37 +01:00
courtmanr@gmail.com 7efd6164b9 ci(dependabot): Ignore tailwindcss >= v4 due to build issues 2025-04-28 11:07:43 +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 1eaf0eeacb ci: Add Dependabot configuration for version updates 2025-04-20 19:43:56 +01:00
courtmanr@gmail.com 3b564fb330 feat: Replace codebase entirely with simplified version 2025-04-20 13:17:10 +01:00
courtmanr@gmail.com ee9969cf97 Remove GitHub Actions from Dependabot configuration 2025-03-10 17:18:26 +00:00
courtmanr@gmail.com 0ac4b30916 Remove GitHub Actions workflow and update SECURITY.md contact method 2025-03-10 17:16:10 +00:00
courtmanr@gmail.com 4f87f6932f Add repository improvements: GitHub Actions, PR template, SECURITY.md, Dependabot, and funding configuration 2025-03-10 17:14:19 +00:00
rcourtman f8f727bcbf docs: update all files to ensure proper Proxmox trademark usage - Update documentation, comments, and text to properly acknowledge Proxmox trademark and use correct terminology 2025-03-10 09:22:08 +00:00
courtmanr@gmail.com 81426e54c0 Add GitHub templates and developer documentation 2025-03-04 12:11:44 +00:00
courtmanr@gmail.com 770fe7cb24 Simplify repository: Remove GitHub workflows and simplify Docker for production only
- Remove GitHub workflows and related files

- Simplify Dockerfile to focus on production build only

- Update README to focus on local development with Docker for production

- Remove docker-compose and other Docker-related files

- Clean up documentation to match new simplified approach
2025-03-03 15:18:55 +00:00
courtmanr@gmail.com 7716d0ad37 Disable Docker publish workflow (will be managed manually) 2025-03-03 15:03:14 +00:00
courtmanr@gmail.com b83d5cd765 Update Docker publish workflow to trigger on release events 2025-03-03 15:02:07 +00:00
courtmanr@gmail.com e8617bb58e Disable update-version workflow (will be managed manually) 2025-03-03 14:59:20 +00:00
courtmanr@gmail.com a42e50918c Simplify development setup and fix Docker workflow 2025-03-02 19:39:37 +00:00
courtmanr@gmail.com 6eb14a8815 Update Docker publish workflow to build multi-architecture images 2025-03-02 00:20:05 +00:00
courtmanr@gmail.com f46261c2e1 Add Docker Hub integration and GitHub workflows 2025-03-01 23:32:57 +00:00
courtmanr@gmail.com 5da853c516 Add automatic version display and documentation
- Update README with versioning workflow details
- Implement dynamic version display in App.jsx using imported VERSION
- Prepare infrastructure for automated version updates via GitHub Actions
2025-03-01 23:11:45 +00:00