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

Allow multiple devfile registries #16399

Closed
wants to merge 1 commit into from

Conversation

sleshchenko
Copy link
Member

@sleshchenko sleshchenko commented Mar 19, 2020

What does this PR do?

This PR allows multiple devfile registries to be specified as a space separated list, for example in values.yml we can have:

che: 
  workspace: 
    devfileRegistryUrl: "https://che-devfile-registry.openshift.io/ https://raw.githubusercontent.com/kabanero-io/codewind-templates/master/"

The registry location is then stored so that the devfile can be read from the correct location.

The initial implementation is taken from #16390, #14059

It contains only Dashboard related changes. Che Server and Che Operator changes will be made separately.

What issues does this PR fix or reference?

Fixes #13961

Release Notes

Docs PR

Signed-off-by: Julie Stalley <julie_stalley@uk.ibm.com>
Cosigned-off-by: Toby Corbin <corbint@uk.ibm.com>
@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/enhancement A feature request - must adhere to the feature request template. labels Mar 19, 2020
@che-bot
Copy link
Contributor

che-bot commented Mar 19, 2020

✅ E2E Happy path tests succeed 🎉

See Details

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

@akurinnoy
Copy link
Contributor

So as che-dashboard has been moved into separate repository I'm closing this PR in favour of eclipse-che/che-dashboard#5

@akurinnoy akurinnoy closed this Mar 24, 2020
@skabashnyuk skabashnyuk deleted the multipleDevfileRegistries branch June 24, 2020 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow multiple devfile registries to be added to che
4 participants