[UD] Improve handling changes in devworkspaces #21607
Labels
area/dashboard
kind/task
Internal things, technical debt, and to-do tasks to be performed.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe
Module devWorkspaceClient propagates only the subset of the update it receives, and that doesn't allow the Dashboard to correctly handle changes in devworkspaces, i.e., fetching changes of
mainUrl
, and the devworkspace status messages.The current implementation is prone to bugs like #21308
Describe the solution you'd like
A better solution will be to propagate the whole
devworkspace
object, and update the Redux store with the correct data.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: