-
Notifications
You must be signed in to change notification settings - Fork 111
Change way of storage runtime info for che tasks #419
Conversation
ec29fcb
to
cd671f0
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
cd671f0
to
12a470f
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
12a470f
to
3babeb3
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
3babeb3
to
9f86034
Compare
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:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
eacd2d2
to
03f218b
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Signed-off-by: Roman Nikitenko <[email protected]>
03f218b
to
c739b65
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
crw-ci-test |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
So this is working without your changes. So this is refactoring right ? |
This is refactoring which allows to not lose runtime info at page refreshing. |
What does this PR do?
Improves the way of storage runtime info for Che tasks.
We keep runtime info for Che tasks on plugin side. The problem is the plugin side is reloaded each time the browser refreshes and we lose runtime info at this step. For more details please see eclipse-che/che#13722 (comment).
The changes suggest to store runtime info on node side of
eclipse-che/theia-plugin-ext
.What issues does this PR fix or reference?
eclipse-che/che#13722
How to test
The changes are related to che tasks, so please try to run any che task from
My Workspace
panel and fromTerminal
->Run Task
menu as wellSigned-off-by: Roman Nikitenko [email protected]