Mario Loriedo
Mario Loriedo
### Describe the bug  ### Che version next (development version) ### Steps to reproduce On dogfooding instance. Open a workspace and try to stop it from...
### Is your enhancement related to a problem? Please describe Today it's possible to specify `..defaultComponents` in CheCluster CR but not default commands, events or parent. It's not possible for...
### Is your enhancement related to a problem? Please describe Making PAT work at first try is hard, that's the recurrent feedback we get from customers. I have tried to...
### Is your enhancement related to a problem? Please describe Since a few months [it's not possible to edit workspaces devfile from the user dashboard anymore](https://github.com/eclipse/che/issues/22115). This is part of...
### Is your enhancement related to a problem? Please describe The feature that allow to restart a workspace from the local devfile is supported in VS Code but not IntelliJ....
### Is your enhancement related to a problem? Please describe Workspaces controlled by the che-server are shut down when inactive for a specific period of time (specified by the customCheProperty...
### Is your enhancement related to a problem? Please describe. On any given OpenShift cluster there are 2 Che based operators: That has some problems: - Users get confused on...
### Is your enhancement related to a problem? Please describe. We should check if dynamic storage and extra persistent volumes have been configured on a cluster before letting the user...
### Feature request description Option `--build-context =` of the `podman build` command allows to specify additional build contexts. The podman client doesn't send these additional build contexts as tar files...
This PR partially fixes issues with the option `--build-context =` of `podman build`. This is enough to fix https://github.com/containers/podman/issues/17313 on macOS and Windows WSL with the default machine mounts. A...