|
Some checks failed
PR Review Automation / review (pull_request) Successful in 3m57s
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
- Add release-beta.yml: triggers on push to beta, creates
v{CARGO}-beta.N pre-release tags with prerelease: true, builds all
four platforms; tag counter resets when Cargo.toml version bumps
- Add beta to test.yml push triggers so CI runs on direct pushes to
beta (pull_request already covers PRs targeting beta)
- Implement update_channel in AppSettings (state.rs) with serde
default "stable"; wire get/set_update_channel commands to AppState
instead of returning hardcoded stubs
- Implement channel-aware check_app_updates: queries /releases?limit=20
and picks first non-draft release matching the active channel
(stable = !prerelease, beta = prerelease), skipping drafts
- Document two-channel strategy in docs/wiki/CICD-Pipeline.md
Manual steps still required in Gitea UI:
1. Create beta branch from master
2. Apply same branch protection rules as master to beta
3. Set repo default PR target branch to beta
|
||
|---|---|---|
| .. | ||
| architecture | ||
| proxmox | ||
| wiki | ||
| KUBERNETES-MANAGEMENT-IMPLEMENTATION-PLAN.md | ||
| MCP_SERVER_SUPPORT.md | ||
| PROXMOX-COMPLETE.md | ||
| PROXMOX-FEATURE-PARITY-STATUS.md | ||
| PROXMOX-IMPLEMENTATION-SUMMARY.md | ||
| PROXMOX-IMPLEMENTATION.md | ||
| PROXMOX-QUICK-REFERENCE.md | ||
| RELEASE_NOTES.md | ||
| TICKET-attachment-db-storage-recall.md | ||
| ticket-git-cliff-changelog.md | ||
| TICKET-pii-bypass-chat-attachments.md | ||
| TICKET-proxmox-integration.md | ||