-
Notifications
You must be signed in to change notification settings - Fork 111
Add devfile and doc for developing of Che Theia remote plugin mechanism #413
Conversation
Signed-off-by: Mykola Morhun <[email protected]>
I am going to test it :) |
Should this be part of the docs? @rkratky |
@slemeur I think this is rather part of eclipse-che/che#14126 |
@mmorhun we do have 'Contributor Guide' in the docs, and it contains https://www.eclipse.org/che/docs/che-7/developing-che-theia-plug-ins/ (Developing Che-Theia plug-ins). Let me know if you think this should also be included there? |
@rkratky this PR suggest a working environment and work flow how to develop Che Theia remote plugin mechanism, not plugins itself. So far we have a set of readme's and I think we should be consistent: keep them as is or duplicate / move all of them to docs. |
@mmorhun, fair enough. Thanks for the background info. Could you please look at the docs I linked and suggest a good place where to include the list of links? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be part of CONTRIBUTE.md file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Tested
64789bf
to
5f24d43
Compare
@sunix I've moved the doc to the main CONTRIBUTE.md file |
5f24d43
to
699ca5f
Compare
8fda9d8
to
ffb7258
Compare
c05451f
to
b31b66f
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
crw-ci-test |
1 similar comment
crw-ci-test |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
@sunix do you mind to merge this PR? |
@mmorhun could you add a command or anything that is making available a ready to use plugin in remote-plugin folder ? rather it is cloning downloading or anything else. |
Signed-off-by: Mykola Morhun <[email protected]>
b31b66f
to
0487f26
Compare
@sunix I've added a command to generate one |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmorhun I made some changes in the TOC if it is fine for you
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
…sm (#413) * Add devfile and doc for developing of Che Theia remote plugin mechanism Signed-off-by: Mykola Morhun <[email protected]> * chore(CONTRIBUTING.md): improve toc and title
What does this PR do?
Adds devfile and description for Che Theia remote plugin mechanism development.
Actually the devfile has two dev containers: one for Che Theia and one for remote plugin(s) runtime.
Due to development purposes external dependencies for the remote plugin(s) is not supported.