Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snap] Implement Update Settings #3158

Open
benfrancis opened this issue Aug 22, 2024 · 1 comment
Open

[Snap] Implement Update Settings #3158

benfrancis opened this issue Aug 22, 2024 · 1 comment
Labels
snap Issues relating to the snap package task
Milestone

Comments

@benfrancis
Copy link
Member

In the web interface in Settings -> Updates there is a user interface which can tell the user the current version of the gateway which is running, enable them to turn automatic updates on and off, and manually check for an update to install.

This is functional on other platforms (e.g. https://github.com/WebThingsIO/gateway/blob/master/src/platforms/linux-raspbian.ts#L771), but will need re-implementing for the snap/Ubuntu Core.

May need the snap-refresh-control interface.

@benfrancis benfrancis added snap Issues relating to the snap package task labels Aug 22, 2024
@benfrancis benfrancis added this to the 2.0 milestone Aug 22, 2024
@ogra1
Copy link
Contributor

ogra1 commented Oct 23, 2024

Well, technically the user should not need to bother in the snap world ... but practically I see that it allows to set a timer for updates which is even useful in the snap world... for the general update check I'd just show a note in the UI that the snap system cares for this on its own, the timer part of it would need some patching though to go conform with the snapctl way of setting timers ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
snap Issues relating to the snap package task
Projects
Status: Sprint Backlog
Development

No branches or pull requests

2 participants