Commit Graph

9 Commits

Author SHA1 Message Date
Pulse Monitor b34eecea5c chore: clean up repository
- Remove test binaries (pulse-test, test-pulse)
- Remove internal DOCKER_PUSH_INSTRUCTIONS.md
- Remove empty testing-tools folder
- Update .gitignore to exclude test files and internal docs
- Clean up unnecessary files from repo
2025-08-06 21:55:36 +00:00
Pulse Monitor 5cef2fb4a9 chore: remove RELEASE_CHECKLIST.md from repo and re-ignore it
- This is an internal document, not for public repo
- Re-added to .gitignore
2025-08-06 07:33:22 +00:00
Pulse Monitor 92f83d23a5 docs: add consistent release notes template and track RELEASE_CHECKLIST.md
- Standardized release notes format for all releases
- Removed emoji from headers (keep it professional)
- Only mention specific Docker version tag (not all variants)
- Clear sections for Features, Fixes, Improvements, Breaking Changes
- Consistent installation instructions format
- Remove RELEASE_CHECKLIST.md from gitignore so it's tracked
2025-08-06 07:32:59 +00:00
Pulse Monitor 97d4fb989b chore: clean up repository for v4.0.0 release
- Remove development scripts (monitor-v4.sh, build-release-simple.sh)
- Remove build artifacts and release directory
- Remove log files
- Add temp/ to .gitignore
- Clean up root directory
2025-08-04 20:44:05 +00:00
Pulse Monitor 1381bd2a77 feat: implement multi-arch release process and v3→v4 migration blocking
- Add multi-architecture build support (amd64, arm64, armv7)
- Create pulse-wrapper.sh for automatic architecture detection
- Implement v3→v4 migration blocking in install.sh and update manager
- Add clear migration instructions for users
- Update build scripts to create universal release tarballs
- Add development auto-reload script for backend
- Document release strategy to keep v4 in private repo until ready
2025-08-04 12:52:39 +00:00
Pulse Monitor 89e43fc1d9 fix: update to serve on port 7655 and fix version handling 2025-08-03 21:16:05 +00:00
Pulse Monitor 8ffccda369 Remove unnecessary files from repository
- Remove backend binary (should be built, not committed)
- Remove api.ts.bak backup file
- Add backend binary to .gitignore
- Repository now only contains source files, not build artifacts
2025-08-03 16:07:48 +00:00
Pulse Monitor 305e1e91bc Fix intermittent backup display issue and move frontend to port 7655
- Reduce backup polling interval from 60s to 20s
- Add immediate polling on first cycle for faster initial load
- Add loading spinner UI while waiting for backup data
- Update frontend port from 3001 to 7655 in vite config
- Add .vite directory to gitignore
- Update CLAUDE.md with service management commands
2025-07-29 07:31:15 +00:00
Pulse Monitor 5665106a7d Initial clean Go + TypeScript rewrite
- Go backend with Proxmox/PBS integration
- Modern TypeScript/SolidJS frontend
- WebSocket real-time updates
- Clean project structure with no legacy code
2025-07-28 21:24:33 +00:00