-
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
Fix load-factory redirection in case of policies.create='peruser' #14836
Conversation
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
This PR also included a fix for #14552 |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
dashboard/src/app/factories/load-factory/load-factory.controller.ts
Outdated
Show resolved
Hide resolved
dashboard/src/app/factories/load-factory/load-factory.controller.ts
Outdated
Show resolved
Hide resolved
dashboard/src/app/factories/load-factory/load-factory.controller.ts
Outdated
Show resolved
Hide resolved
dashboard/src/app/factories/load-factory/load-factory.controller.ts
Outdated
Show resolved
Hide resolved
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
ci-build |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
ci-build |
Signed-off-by: Oleksii Orel <oorel@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
Signed-off-by: Oleksii Orel oorel@redhat.com
What does this PR do?
This PR fixed load-factory redirections for the cases with policies.create="peruser".
What issues does this PR fix or reference?
Needed for #14554