-
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: prevent to start and open in IDE a workspace with unsupported recipe type #8260
Conversation
ci-test |
ci-test build report: |
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Added new status - 'Not supported' Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
On Workspace Details page the user is prohibited to start a workspace or update its configuration if this workspace is built on a recipe of an unsupported type. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
The left mouse click in navbar on a recent workspace based on unsupported recipe type opens Workspace Details page instead of the IDE. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Some stacks with an unsupported recipe types are removed from quickstart list on Create Workspace page. 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: |
…ted recipe type (#8260) * code clean-up Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * rework che-button directive, add unit tests for che-button-default Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * add ability to disable workspace-status-button, add unit test Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * rework workspace-status-directive Added new status - 'Not supported' Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * prevent start and update workspace based on unsupported recipe type On Workspace Details page the user is prohibited to start a workspace or update its configuration if this workspace is built on a recipe of an unsupported type. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * prevent to open unsupported workspace from navbar The left mouse click in navbar on a recent workspace based on unsupported recipe type opens Workspace Details page instead of the IDE. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * eliminate unsupported stacks from quickstart list Some stacks with an unsupported recipe types are removed from quickstart list on Create Workspace page. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * update license Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * fixup! rework che-button directive, add unit tests for che-button-default
What does this PR do?
For a workspace with unsupported recipe type,
in navbar:
on Workspace Details page:
What issues does this PR fix or reference?
#8139
Release Notes
Docs PR