-
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
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
benoitf
approved these changes
Jan 30, 2018
ci-test |
ci-test build report: |
olexii4
approved these changes
Jan 31, 2018
ashumilova
approved these changes
Feb 1, 2018
hkolvenbach
pushed a commit
to hkolvenbach/che
that referenced
this pull request
Mar 2, 2018
…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 ...
skabashnyuk
pushed a commit
that referenced
this pull request
Jan 3, 2020
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR allows
What issues does this PR fix or reference?
resolve #7916
fix #8312
Release Notes
Docs PR