-
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
che:theia init should have an option to use local sources instead of cloning the che-theia repo #13738
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
status/in-progress
This issue has been taken by an engineer and is under active development.
Milestone
Comments
l0rd
added
team/ide2
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
labels
Jul 24, 2019
l0rd
added
the
kind/enhancement
A feature request - must adhere to the feature request template.
label
Jul 24, 2019
evidolob
added
the
status/in-progress
This issue has been taken by an engineer and is under active development.
label
Jul 25, 2019
evidolob
added a commit
to eclipse-che/che-theia
that referenced
this issue
Jul 25, 2019
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
evidolob
added a commit
to ws-skeleton/che-theia-generator
that referenced
this issue
Jul 25, 2019
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
evidolob
added a commit
to eclipse-che/che-theia
that referenced
this issue
Jul 25, 2019
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
@evidolob now that eclipse-che/che-theia#369 has been merged can we close this issue or is there something missing? |
PR was merged during the move |
evidolob
added a commit
to eclipse-che/che-theia
that referenced
this issue
Jul 30, 2019
during docker image build Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
evidolob
added a commit
to eclipse-che/che-theia
that referenced
this issue
Jul 31, 2019
* eclipse-che/che#13738 Include current che-theia sources during docker image build Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com> * Remove un needed docker cache invalidation Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com> * Fix review comments Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com> * Remove changes Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com> * use ADD instead of COPY, make shure that git ls-files are run from rigth context Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
status/in-progress
This issue has been taken by an engineer and is under active development.
Description
Following the work done in eclipse-che/che-theia#45 , when running the command
che:theia init
, it would be nice to set a local folder to be used instead of cloning the che-theia repo:It would solve the problem some developer are having with CI where they run a build on a PR but the changes are not taken in account because the build is fetching master branch of the same repo
It would also solve some issue when working locally and developer would like to use a local cloned che-theia repo
The text was updated successfully, but these errors were encountered: