fix: register missing updater commands #99
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sarman/tftsr-devops_investigation#99
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/updater-issues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes the 'Command check_app_updates not found' and 'Failed to update channel' errors reported in the latest build.
Automated PR Review (qwen3-coder-next via liteLLM):\n\nSummary
The PR adds four previously-unregistered Tauri commands (
check_app_updates,install_app_updates,get_update_channel,set_update_channel) to thegenerate_handler!macro inlib.rs, and implements the Rust command handlers insystem.rs. Unit tests were added for the update channel functionality.After reviewing all changed files and the codebase index:
commands/system.rs.generate_handler!macro inlib.rsnow includes all four new commands.checkAppUpdatesCmd, etc.) already exist insrc/lib/tauriCommands.ts, indicating the frontend-side contract is already established.No compilation errors, logic errors, or security issues are present in the changes.
Findings
No findings.
Verdict: APPROVE