-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python v3.0.0 and Spring Boot stack sample doesn't show composite commands in Eclipse Che #1524
Comments
I can confirm the same case happens for all the devfile having commands using the |
Spring Boot also affected, see #1526 (comment) |
Closing this issue as not completed after discussion here in Slack. The only commands that are intended to run via command line are While true that you should be able to run If things change or I am incorrect in my reasoning we can re-open this issue! |
@Jdubrick : do you happen to know the propose of composite commands
? |
@dmytro-ndp From my understanding the purpose of those I'm tagging the rest of the team in this comment incase any of them want to fill in any knowledge gaps I may have on this topic! @devfile/devfile-services-team |
@dmytro-ndp Does the above response answer your question? |
@Jdubrick : thank you for the answer Shouldn't there be exec commands to build and deploy the Python container, or |
@dmytro-ndp the commands are useful but I believe they may be intended for use with For example, running |
@azatsarynnyy could you please take a look? is it related to eclipse-che/che#21859 |
Going to move this issue out of sprint as it awaits the investigation from Che and eclipse-che/che#21859. I'll keep myself assigned and can pull it back in if it comes back to the Devfile side. fyi @ibuziuk |
cc @devfile/che-team |
@Jdubrick Any updates on this? Should this be in waiting or a blocker? |
@maysunfaisal no updates so far regarding this issue. IMO it should be in waiting as it is pending a look from the Che side as the missing functionality is most likely not on the Devfile side and more on limitations of the in browser IDE |
@Jdubrick should the priority be downgraded from a blocker if there is no plan for working on it currently? |
@maysunfaisal Yes most likely, I think major would be appropriate for this issue |
Moving to backlog as it has been waiting for some time and there is no timeline for when it will move forward |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
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 create workspace using devfile https://github.com/devfile/registry/blob/main/stacks/python/3.0.0/devfile.yaml Eclipse Che 7.85.0 / Dev Spaces 3.12.0, I see 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/python/3.0.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: