-
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
Wait the Guest Client to be connected to the workspace before executing "gp preview" on JetBrains IDEs. #10129
Wait the Guest Client to be connected to the workspace before executing "gp preview" on JetBrains IDEs. #10129
Conversation
c074589
to
0a1b509
Compare
0a1b509
to
653ff90
Compare
653ff90
to
82fa60f
Compare
f908f73
to
4ca0d14
Compare
This has been fixed by the changes on GitpodCLIService.kt |
4ca0d14
to
6bbdd06
Compare
72b6556
to
82f10ca
Compare
82f10ca
to
54dee5e
Compare
.../ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt
Outdated
Show resolved
Hide resolved
@felladrin open --wait still does not work for me I tried to perform |
.../ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt
Outdated
Show resolved
Hide resolved
Seems to be an issue with JetBrains Remote Development, cause we need to click "Release" (in the editor) for it to detect that we finished working with the file. Closing the file tab doesn't work. Let me confirm it with JetBrains team. |
8c8cdb5
to
a542b17
Compare
…onnected before executing "gp preview" on JetBrains IDEs
a542b17
to
8a1930a
Compare
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.
@felladrin Please open a follow up issue about broken gp open --wait
, assign it to yourself and add to team sycn under port management for JB. We need to fix it with help of JB.
But since it is the same on master, let's merge to fix gp preview at least.
Issue created. |
Description
Wait the Guest Client to be connected to the workspace before executing "gp preview" on JetBrains IDEs.
Related Issue(s)
Fixes #10118
How to test
https://vn-10118-j8f802b11df.preview.gitpod-dev.com/#referrer:jetbrains-gateway:intellij/https://github.com/jenkinsci/design-library-plugin/tree/73f12733d95932c333ba4155521ff78b4ed40dfc
gp tasks attach
to attach to "Preview" task. (See the project's .gitpod.yml)$(gp url 8080)/jenkins/
.Note: Sometimes the project build fails with messages like
java: error reading /workspace/m2-repository/jaxen/jaxen/1.2.0/jaxen-1.2.0.jar; zip file is empty
and the only solution is to manually delete the dependency folder (rm -rf /workspace/m2-repository/jaxen/
) and then runmvn hpi:run
again.Release Notes
Documentation
None.