-
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
Disable autosave on Devfile editor page #14913
Conversation
dashboard/src/app/workspaces/workspace-details/devfile/workspace-devfile-editor.controller.ts
Outdated
Show resolved
Hide resolved
@slemeur |
crw-ci-test |
ci-build |
f0e9f31
to
0b275e8
Compare
Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/2747//Selenium_20tests_20report/) doesn't show any regression against this Pull request. Failed |
ci-build |
67b2ac5
to
f70bb44
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
crw-ci-test |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
ci-build |
ci-test |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
ci-test |
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Dialog window can have now only one button. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
f70bb44
to
98f1e43
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
* Remove autosave on Devfile editor page Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * update ConfirmDialogService Dialog window can have now only one button. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * fix applying changes to running workspace Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi okurinny@redhat.com
What does this PR do?
This PR disables autosave feature on devfile editor page.
Initially, autosave was added in order not to lose unsaved workspace configuration changes, mainly because of going to another Dashboard page. Now, if workspace has unsaved changes, user is not able to go to another Dashboard page nor start/stop workspace.
Demo
What issues does this PR fix or reference?
fixes #13982