This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Build and package che-theia plugins during che-theia image build. #45
Labels
kind/enhancement
New feature or request
Comments
I like the proposal probably rename I think we can avoid default (no need of compatibility AFAIK) |
+1 For generic name. |
|
43 tasks
40 tasks
36 tasks
50 tasks
This was referenced Apr 8, 2019
sunix
added a commit
to sunix/che-theia-generator
that referenced
this issue
Apr 9, 2019
eclipse-che/che-theia#45 Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
sunix
added a commit
to sunix/che-theia-generator
that referenced
this issue
Apr 9, 2019
eclipse-che/che-theia#45 Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
sunix
added a commit
to sunix/che-theia-generator
that referenced
this issue
Apr 9, 2019
eclipse-che/che-theia#45 Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
sunix
added a commit
to sunix/che-theia-generator
that referenced
this issue
Apr 12, 2019
eclipse-che/che-theia#45 Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
25 tasks
sunix
added a commit
that referenced
this issue
May 2, 2019
…yml files that handles also plugins. For build and package che-theia plugins during che-theia image build. #45 Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
sunix
added a commit
that referenced
this issue
May 3, 2019
…yml files that handles also plugins. For build and package che-theia plugins during che-theia image build. #45 Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The same way we are building extensions, we would build che-theia plugins from sources and package them so they are available right away.
che:theia
generatorche:theia init
would also clone plugins projectsextensions.yml
file. we would specify which project is plugin:- move
extensions/extensions.yml
toche-theia-init-sources.yml
- renamed
folders
toextensions
, rootextensions
tosources
and adding new folders for plugins:plugins
${theia}/plugins
with a single command: provides a script located in plugins folder that would performyarn
on each plugins./default-theia-plugins/
: the scriptforeach_yarn
is also copying the .theia files in production/plugins folder.The text was updated successfully, but these errors were encountered: