-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set page status for availability of an update
Model this after cockpit-packagekit. ostree sends "change" events in quick succession, and the first replies often don't include an available update. To avoid flickering between "up to date" and "update available", debounce the handler for 1s. Rework the manifest to use a simple /updates path, and preload our page. The test currently only works on fedora-coreos, as RHEL and CentOS Atomic have a too old cockpit that doesn't support page statuses yet. Closes #45
- Loading branch information
1 parent
8c0e5a1
commit f1e0d1f
Showing
4 changed files
with
105 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters