Skip to content
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

Merged
merged 4 commits into from
Feb 10, 2020

Conversation

akurinnoy
Copy link
Contributor

@akurinnoy akurinnoy commented Feb 3, 2020

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:

{
  "configuration": {
    "features": {
      "disabled": ["kubernetesNamespaceSelector"]
    }
  }
}

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

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]>
@che-bot
Copy link
Contributor

che-bot commented Feb 3, 2020

Can one of the admins verify this patch?

@che-bot che-bot added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/task Internal things, technical debt, and to-do tasks to be performed. labels Feb 3, 2020
@che-bot
Copy link
Contributor

che-bot commented Feb 3, 2020

✅ E2E Happy path tests succeed 🎉

See Details

Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)

@che-bot
Copy link
Contributor

che-bot commented Feb 3, 2020

E2E tests of Eclipse Che Multiuser on OCP has failed:

@SkorikSergey
Copy link
Contributor

[test]

@che-bot
Copy link
Contributor

che-bot commented Feb 4, 2020

✅ E2E Happy path tests succeed 🎉

See Details

Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)

@che-bot
Copy link
Contributor

che-bot commented Feb 4, 2020

E2E tests of Eclipse Che Multiuser on OCP has been successful:

@akurinnoy akurinnoy merged commit 0dfe9be into master Feb 10, 2020
@akurinnoy akurinnoy deleted the ud-configuration branch February 10, 2020 15:26
@che-bot che-bot removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Feb 10, 2020
@che-bot che-bot added this to the 7.9.0 milestone Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants