Oleksii Kurinnyi
Oleksii Kurinnyi
### Is your task related to a problem? Please describe Module [devWorkspaceClient](https://github.com/eclipse-che/che-dashboard/blob/main/packages/dashboard-frontend/src/services/workspace-client/devworkspace/devWorkspaceClient.ts) propagates only the [subset of the update](https://github.com/eclipse-che/che-dashboard/blob/main/packages/dashboard-frontend/src/services/workspace-client/devworkspace/devWorkspaceClient.ts#L901-L906) it receives, and that doesn't allow the Dashboard to correctly handle...
### Is your enhancement related to a problem? Please describe. The name of resources in K8s is immutable, which means we won't be able to rename workspaces if we use...
### Is your task related to a problem? Please describe The problem is that these notifications seem to be something optional and can be easily closed so the workspace loading...
### Describe the bug While working in che-code, I encountered a lot of processes labeled `` in my workspace container. I noticed that every time a devfile task or corresponding...
### Describe the bug On the workspace details page, clicking on some action menu items doesn't close the menu. I tried the following actions: Open, Open in Debug mode, Open...
### Is your enhancement related to a problem? Please describe I have a running workspace opened in a separate tab. If I go to the dashboard tab and select this...
### Describe the bug The PR check fails with this error: ```sh Error: writing blob: adding layer with blob "sha256:c82a25d607e930b0b248e8abcd8e67434c0d5416ab33d81964a96c6df9573e52": Error processing tar file(exit status 1): potentially insufficient UIDs or...
### Is your enhancement related to a problem? Please describe Right now, the dashboard can only get raw devfiles from registries (defined in CR). The che-server is responsible for resolving...
### Is your task related to a problem? Please describe Some essential dashboard dependencies need to be upgraded to the latest major versions. ### Describe the solution you'd like -...
### Describe the bug Sometimes the Dashboard cannot re-establish the WebSocket connection for a long time even though the dashboard backend is available (users can create new workspaces). ### Che...