Valerii Svydenko
Valerii Svydenko
### Is your task related to a problem? Please describe Workspaces with Che-Code should provide the same functionality by plugins as it was done with Che-Theia editor. For this when...
### Is your task related to a problem? Please describe We should have a dogfooding devfile version 2 for the che-plugin-registry. It would be nice to have additional commands to:...
### Is your task related to a problem? Please describe Before switching to the Che-Code as a default editor we need to make sure that all functionality works on AirGap...
### Is your task related to a problem? Please describe Che OAuth flow should support Bitbucket SaaS ### Describe the solution you'd like Need to verify if current OAuth flow...
### Describe the bug After each restart of the workspace, preferences of Theia Theme Color are set to default: ``` { "workbench.appearance.colorTheme": "dark", "workbench.colorTheme": "dark" } ``` It is reproducible...
### Describe the bug In some cases users could have **devfile.yaml** file in the branch that contains `/` sign. The problem is that it is not possible to create a...
### What does this PR do? Adds devworkspace-generator tooling into che-devfile-registry to generate DevWorksapces that will be included into the resulted image and support [container contribution feature](https://github.com/devfile/devworkspace-operator/issues/656). This generator tool...
Signed-off-by: Valerii Svydenko ### What does this PR do? Since spring boot framework was updated on [openvsx](https://github.com/che-incubator/che-openvsx/commit/b540859614e2315ec8ffdf4eaf407d861af8bb6f#diff-56915d53ea588a229a43cca18bc96695cb3aec2812cb24f8514062ca0d9ccb41R12) we have to disable embedded elastic searh. - updates ovsx to 0.5.0 -...
Signed-off-by: Valerii Svydenko ### What does this PR do? Updates custom-resources.yaml for OS ci ### Screenshot/screencast of this PR ### What issues does this PR fix or reference? ### How...
Che doesn't redirect to GitLab OAuth authorization page when an authorized application was revoked
### Describe the bug If an user revokes previous authorized GitLab application, Che won't ask about the authorization and it won't possible to start a workspace with a private GitLab...