-
Notifications
You must be signed in to change notification settings - Fork 4
Add buttons to "Open in Che" #67
Comments
@gorkem can you advise on this with the necessary parameters? |
@l0rd @skabashnyuk Can we use devfile for this integration? It would be good if we can offer something that will not change soonish |
Ping on this issue; we'd really like to be open newly-created codebases in Che, straight from the welcome app. |
@ALRubinger here is the devfile doc we have currently. Basically you need to create a devfile, name it |
Brilliant. Thanks for that URL format, @l0rd! Followup: does the So now it's on us to ensure all projects have a devfile. We can split this into 3 areas:
|
@ALRubinger you can put |
@skabashnyuk imagine that in a single repo you have a folder containing an Angular frontend and a folder containing a Vertx backend. Is htat something that can be described using the (I'm trying to figure out if those files will have to be generated or if they can be mostly static) |
@quintesse one devfile describe one Che workspace. So it depends if you want one Che workspace with both applications or if you want to separate the Che workspaces. I would say that the choice depends on the team organization: will the code be own by the same team or by 2 separated teams? For launchers I think a single .devfile should be preferred (i.e. one workspace with both applications). For the devfile format refer to this issue here eclipse-che/che#12719 (PR to support has already been opened and should be merged in a few days). |
Should be alongside the "View Source on GitHub" buttons/links wherever source is referenced.
TBD from the DevTools team what that link should point to.
The text was updated successfully, but these errors were encountered: