You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Integrate app updater with UI (#57491)
* Implement `checkForUpdates`, `download`, `cancelDownload`, `changeManagingCluster` and `quitAndInstall`
* Expose new APIs through Electron IPC
* Add app updater context to store updater state
* Add `AppUpdates` dialog
* Switch "Download" button to "Starting Download..." immediately after clicking it
* Clear managing cluster on logout
* Return correct error in `GetClusterVersions`
* Do not prepend `https://` to file URL, DefaultBaseURL already contains it, trim the checksum value before validating it
* Only try to download an update if it's available
* Remove separate `will-quit` handler
* Clarify comment
* Invert condition in `preventInstallingOutdatedUpdates`
* Add comments
* Move `closeAllConnections()` out of try catch
* Add specialized functions to serialize/deserialize errors
* Add tests
* Leave TODO
* Do not wait for `maybeRemoveAppUpdatesManagingCluster` in `useClusterLogout`
* Hide app updater for .tar.gz which is not supported
* Add missing mock
(cherry picked from commit 13aa750)
* Show update widget in login dialog (#57695)
* Add app updates widget to login dialog
* Adjust compatibility warning to app updates
* Simplify widget error state, do not show full error message
* Make the widget take up 100% width both in login modal an in story
* Fix LocalWithPasswordless story
* Use `alignItems="stretch"`
* Use `SpaceProps` instead of redefining `mx` manually
* Infer type
* Display buttons in the bottom of Alert
* Avoid moving content when scrollbar appears
* Destructure `Promise.all` result
* Add comment
---------
Co-authored-by: Rafał Cieślak <[email protected]>
(cherry picked from commit c59a4e6)
* Simplify auto updates multi-cluster view (#57709)
* Simplify auto updates multi-cluster view
* Improve labels
* Fix tests
(cherry picked from commit b574045)
* Connect: Force focus after a successful SSO login
* Move login functions from ClustersService to useClusterLogin
* Remove no longer used GetResourcesParams
* Remove clusters/types.ts
* Force focus on Connect after successful SSO login
* Update SSO prompt after login but before sync
* Add test for SSO prompts
* Use `Promise.withResolvers`
Co-authored-by: Grzegorz Zdunek <[email protected]>
* Update wait-for-sync prompt message
---------
Co-authored-by: Grzegorz Zdunek <[email protected]>
* Hardcode the lowest supported Connect versions that support managed updates (#58348)
* Provide the lowest supported app versions for managed updates
* Deserialize errors in the UI code, not in preload
Otherwise, the error name is lost.
* Bump version in tests
* Lint
* Show exact version in error message
* Do not hide UnsupportedVersionError
* Fix margin
* Make alert take 100% width
(cherry picked from commit d7e1352)
---------
Co-authored-by: Rafał Cieślak <[email protected]>
0 commit comments