-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Starting a workspace from a repository without devfile is not adding/cloning the project #20893
Comments
are you able to clone the project manually from Theia? |
@skabashnyuk yes Also resolver API returns {
"v": "4.0",
"source": "repo",
"devfile": {
"metadata": {
"generateName": "spring-petclinic"
},
"projects": [
{
"name": "spring-petclinic",
"source": {
"location": "https://github.com/spring-projects/spring-petclinic.git",
"type": "github"
}
}
],
"apiVersion": "1.0.0"
}
} but |
And the clone is done by |
@akurinnoy could you please confirm that eclipse-che/che-dashboard#420 should also fix this problem? |
yes, that PR will fix this issue as well |
Describe the bug
Starts with the link
http://che-server#https://github.com/spring-projects/spring-petclinic
on a DevWorkspaces enabled che instanceI expect to see spring-petclinic sample being cloned
I've only Theia that is started.
8j5csV35Ov.mp4
Che version
next (development version)
Steps to reproduce
Click on
http://che-server#https://github.com/spring-projects/spring-petclinic
project is not added by Dashboard
Expected behavior
project is being cloned
Runtime
OpenShift, other (please specify in additional context)
Screenshots
No response
Installation method
chectl/next
Environment
other (please specify in additional context)
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: