-
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
Dashboard: allow to update workspace config without workpace restarting #8505
Conversation
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Component che-edit-mode-overlay is used on the Workspace Details page intead of workspace-edit-mode-overlay. Unit tests are added. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
ci-test |
ci-test build report: |
ci-test |
ci-test build report: |
…3613 to master * commit 'd800fb816af6ed6f2d67702ac55ff5f8a8be3630': (34 commits) fixed version added new aws run script Prevents displaying installers with empty names and descriptions (eclipse-che#8536) adapt selenium tests according to changes with workspace config updating (eclipse-che#8561) Fix docs link. Dash instead underscore (eclipse-che#8548) fix aws ST-3613 custom keycloak image Dashboard: allow to update workspace config without workpace restarting (eclipse-che#8505) eclipse-che#8509 handle keybinding inside FileStructure Window (eclipse-che#8528) RELEASE: Set next development version (eclipse-che#8496) Add extra steps in the 'prepare()' to increase stability Renew URLs of CI servers to compare local selenium testing results (eclipse-che#8541) Selenium: Add ability to catch Chrome browser`s console logs (eclipse-che#8502) CHE-6923: Provide more space for committer fields in Preferences dialog. (eclipse-che#8480) Restore support of single-port Che mode (on docker infra) Factories links (eclipse-che#8530) CHE-7555 fix resolve factory flow Update policy of installers update (eclipse-che#8406) Improves debug panel, fixes UI of configure breakpoints popup (eclipse-che#8520) Update ProjectExplorerPresenter.java ...
…ng (#8505) * code clean-up Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * add che-edit-mode-overlay directive, unit test Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * use che-edit-mode-overlay component Component che-edit-mode-overlay is used on the Workspace Details page instead of workspace-edit-mode-overlay. Unit tests are added. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * prevent removing projects on stopped workspace Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * fix cropping of recent workspace names in left navbar Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * fixup! use che-edit-mode-overlay component
What does this PR do?
This PR allows
What issues does this PR fix or reference?
resolve #7916
fix #8312
Release Notes
Docs PR