-
Notifications
You must be signed in to change notification settings - Fork 52
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
Rework switcher for ephemeral mode to the dropdown with storage types #58
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: Vitalii Parfonov <[email protected]>
Signed-off-by: Vitalii Parfonov <[email protected]>
Signed-off-by: Vitalii Parfonov <[email protected]>
vparfonov
changed the title
Rework switcher fro ephemeral mode to the dropdown with storage types
WIP: Rework switcher fro ephemeral mode to the dropdown with storage types
Jun 16, 2020
vparfonov
changed the title
WIP: Rework switcher fro ephemeral mode to the dropdown with storage types
Rework switcher fro ephemeral mode to the dropdown with storage types
Jun 16, 2020
Signed-off-by: Vitalii Parfonov <[email protected]>
Signed-off-by: Vitalii Parfonov <[email protected]>
Signed-off-by: Vitalii Parfonov <[email protected]>
vparfonov
changed the title
Rework switcher fro ephemeral mode to the dropdown with storage types
Rework switcher for ephemeral mode to the dropdown with storage types
Jun 17, 2020
Signed-off-by: Vitalii Parfonov <[email protected]>
22 tasks
Signed-off-by: Vitalii Parfonov <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
sleshchenko
reviewed
Jun 19, 2020
olexii4
reviewed
Jun 22, 2020
...-started/custom-workspace-tab/infrastructure-namespace-row/infrastructure-namespace-row.html
Outdated
Show resolved
Hide resolved
olexii4
reviewed
Jun 22, 2020
...p/get-started/custom-workspace-tab/temporary-storage-row/temporary-storage-row.controller.ts
Outdated
Show resolved
Hide resolved
olexii4
reviewed
Jun 22, 2020
src/app/get-started/get-started-tab/get-started-tab.controller.ts
Outdated
Show resolved
Hide resolved
olexii4
reviewed
Jun 22, 2020
...app/workspaces/workspace-details/workspace-overview/workspace-details-overview.controller.ts
Outdated
Show resolved
Hide resolved
olexii4
reviewed
Jun 22, 2020
...app/workspaces/workspace-details/workspace-overview/workspace-details-overview.controller.ts
Outdated
Show resolved
Hide resolved
olexii4
reviewed
Jun 22, 2020
...app/workspaces/workspace-details/workspace-overview/workspace-details-overview.controller.ts
Outdated
Show resolved
Hide resolved
olexii4
reviewed
Jun 22, 2020
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Fix proxying requests to API in case if target ends with "/" Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Show available options of storage type as a select instead of switch. Signed-off-by: Oleksii Kurinnyi <[email protected]>
temporary-storage-row => storage-type-row Signed-off-by: Oleksii Kurinnyi <[email protected]>
replace "select" with "che-select" Signed-off-by: Oleksii Kurinnyi <[email protected]>
akurinnoy
force-pushed
the
toggelStorageType
branch
from
July 14, 2020 07:35
89ba3fd
to
11d0fc7
Compare
Signed-off-by: Oleksii Kurinnyi <[email protected]>
akurinnoy
force-pushed
the
toggelStorageType
branch
from
July 14, 2020 07:39
11d0fc7
to
cb97575
Compare
Signed-off-by: Oleksii Kurinnyi <[email protected]>
akurinnoy
approved these changes
Jul 23, 2020
olexii4
reviewed
Jul 24, 2020
@olexii4 it's expected because openshift.io doesn't support this feature yet. Try to test it using nightly Che as a target. |
LGTM |
Tested with v7.17.0 |
olexii4
approved these changes
Jul 27, 2020
akurinnoy
pushed a commit
that referenced
this pull request
Jan 13, 2021
* improve license-tool scripts Signed-off-by: Oleksii Orel <[email protected]>
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?
Replace
Temporary Storage
switcherwith
Storage Type
selectorIn case
Ephemeral
will be added:In case
Asynchronous
:If
Persistent
attribute not requiredHow it looks like:
https://youtu.be/EU_4M1ZHELw
What issues does this PR fix or reference?
Fixes eclipse-che/che#17230
The Che Server side is done in eclipse-che/che#15960
Release Notes
Docs PR