-
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
Add ability to reload page after lose connection with ws agent #3431
Conversation
* Added documentation. The markdown and configuration files are used by jekyll to generate static html. This static html can be used both in the eclipse che product with the already include tomcat server and on web hosting sites such as https://www.eclipse.org/che/docs/ .
* CHE-3369 Git history panel is not opened * CHE-3369 Git history panel is not opened * CHE-3369 Git history panel is not opened
A new flow was added to handle bad connection with workspace agent. If IDE loses connection with workspace agent, then in warning dialog there is an additional option to stop whole workspace and reload entire page. This option need for normal IDE bootstrap process.
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1366/ |
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.
the branch needs to be rebased first due to history rewrite
If you need help, I can assist you
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1376/ |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1379/ |
There was new PR created #3651 |
A new flow was added to handle bad connection with workspace agent. If IDE loses connection with workspace agent, then in warning dialog there is an additional option to stop whole workspace and reload entire page. This option need for normal IDE bootstrap process.
Related issue: #3155