vscode-openshift-tools
vscode-openshift-tools copied to clipboard
OpenShift extension for Visual Studio Code
Env. Linux, Fedora 36, OCP: local CRC 2.9.0. 1. Connect to the cluster (crc) 2. Create a quarkus component 3. Run start Dev on the component 4. Assert: Component is...
Once the DefaultDevfile Registry is shown, there should be an action added to Open the registry in the editor webview. - Add `Browser Registries` action - This open the Registry...
Signed-off-by: Ondrej Dockal
Add OpenShift Action on the status bar. Once the user clicks on it, the following happens. 1. Select Drop Down of VSCode pops out 2. Following are the contents of...
For a given component, odo describe mentions that deploy and debug parameters are either true or false. - The `debug` command should be shown for a component if the debug...
The Application Explorer has Deployments and Deployment Configs. These resources should have 2 Actions in the Context Menu. 1. Open in Developer Console -> This should open the specified resource...
With the release of 1.0.0 version of the extension it will be rebranded as OpenShift Toolkit. We need to update the Readme, gifs, reference docs and Jenkins. The package.json should...
As we migrate to using the odo v3 workflow with the OpenShift extension, there would be scenarios for users who are using the older version of the extension that can...
Once the user provides the Git repo, alizer will detect the component type and recommend the default devfile to the user. The UI will showcase the recommended devfile and user...