-
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
[UD] Make some features togglable, add optional FAQ button #15907
Conversation
Allows to configure in `product.json` whether to show workspace sharing tab and kubernetes namespace selector or not. Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Can one of the admins verify this patch? |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
...app/workspaces/workspace-details/workspace-overview/workspace-details-overview.controller.ts
Outdated
Show resolved
Hide resolved
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
[test] |
dashboard/src/components/branding/che-dashboard-configuration.service.ts
Show resolved
Hide resolved
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
What does this PR do?
This PR allows to configure some UD features to be disabled and hidden. E.g. following configuration disables the kubernetes namespace selector on the create workspace page and on the workspace details page:
Available values:
"workspaceSharing"
,"kubernetesNamespaceSelector"
An URL to the FAQ page is expected to be in "docs" section of
product.json
.What issues does this PR fix or reference?
#15462