You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dmytro-ndp
changed the title
Python v2.1.0 stack sample doesn't show composite commands in Eclipse Che
Spring Boot v2.1.0 stack sample doesn't show composite commands in Eclipse Che
Apr 16, 2024
I've been investigating the reason of the commands not showing up. I've found out that the issue is happening for all devfiles that their commands use the commands.apply field and not the commands.exec field.
Example for example you can notice the same behavior for go 2.3.0, 2.2.0 etc.
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area registry
What versions of software are you using?
Eclipse Che Next (7.85.0-SNAPSHOT)
Dev Spaces 3.12.0 deployed to workspaces.openshift.com
Web browser
Operating System and version:
Browser name and version:
Bug Summary
Describe the bug:
When I created workspace using devfile https://github.com/devfile/registry/blob/main/stacks/java-springboot/2.1.0/devfile.yaml in Eclipse Che 7.85.0 / Dev Spaces 3.12.0, I saw no composite commands
build-image
,deployk8s
in the devfile task list in VS Code editor:To Reproduce:
There are only 3 commands in the list:
Expected behavior
Task list includes next composite commands described in the https://github.com/devfile/registry/blob/main/stacks/java-springboot/2.1.0/devfile.yaml:
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
Suggestion on how to fix the bug
The text was updated successfully, but these errors were encountered: