Luca Stocchi
Luca Stocchi
When starting vscode with the tekton extension, I see kubectl processes created to start watching for the tekton resources. The issue is that those processes are never closed and if...
Tekton Pipelines 0.17.0 introduced the notion of optional workspaces. The wizard should not forcely ask the user to select a workspace which is optional and it should allow user to...
Not sure if the command has been deprecated/removed but with newer kubectl cli the command is unknown and should be replaced by something else. By using kubectl 1.26 the outcome...
### Bug description If you start Desktop having the podman config file broken you see the setup button as podman is not installed. We should inform the user we were...
### What does this PR do? This PR fixes some weird behavior with the informers. So far, we were just using the context name to detect if a context was...
Suggestions taken from https://github.com/redhat-developer/intellij-tekton/pull/626#pullrequestreview-1189599754 - if image name contains protocol then an error is spawned when deploying - version has to be provided we should default it to latest
This issue was discovered on vscode. It should be verified on IJ as well to see what's the k8s/tkn client output https://github.com/redhat-developer/vscode-tekton/issues/731
This plugin only works if tekton is already installed in the cluster but we don't allow users to install/uninstall it from the plugin. We could use https://github.com/danielhelfand/tekton-install to accomplish this....
A brief summary of pipeline as code so we can discuss more about it. Pipeline as code (PAC) allows you to set up workflows (similar to github actions workflows) in...