-
Notifications
You must be signed in to change notification settings - Fork 66
Import code flow: Start workspace from Che devfile #4538
Comments
We had a call where @skabashnyuk and @mshaposhnik presented early version of
This would create a |
Thanks @ibuziuk , this looks promising. |
@skabashnyuk @mshaposhnik ^ maybe you could comment regarding samples ? |
@ibuziuk the question is a bit unclear. Are we talking about upstream samples or something else? |
yeah, upstream samples @skabashnyuk AFAIK it is not planned to extend |
In upstream AFAIK no. |
@ibuziuk Could you help us with the API usage for passing the devfile in the payload? Also, would it need changes in che-starter? @tinakurian could get started on that if you could advise on the design. |
@sbose78 devfile implementation is on early stage currently and not yet merged to master. It will be part of the
Yes, since che-starter, plays the role of API adapter and creation of a workspace based on devfile should go through it.
Implementation should be trivial, but overall design and role of
Would be great to understand the whole picture and role of [1] #4538 (comment) |
In the first version, we are gonna use it in boosters ( CRUD specially ). No generation, will create it and place it in the repo.
Yes.
Both, if present in repo, use it. Else, if passed as payload, use the one in the payload. |
FYI our implementation will require public GitHub repo. |
I was playing around with devfile and here's what I found
|
@sbose78 should we close this issue as outdated / won't fix ? |
Right @ibuziuk . Thank you! |
If the repo has a Che devfile, the imported repo should use the devfile to start a workspace.
See eclipse-che/che#11549
The text was updated successfully, but these errors were encountered: