-
Notifications
You must be signed in to change notification settings - Fork 111
Fix import of zip project in case the archive is hosted on the same cluster which uses self-signed certificate #672
Conversation
I would like reviewers to try it out. |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
3edd280
to
2f9b2f2
Compare
2f9b2f2
to
dd5210d
Compare
b8832de
to
83987d3
Compare
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
50e4e4a
to
7c2b7de
Compare
Rebased |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
And would it be possible to have a corresponding PR on the |
@davidfestal yes, sure, I'll provide a backport. |
From the CI build logs:
And it is not related to current PR... |
|
@mmorhun do you also plan to remove the |
@davidfestal yes, but wait when the CI build is fixed to not to build twice |
Instead of removing
|
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
@mmorhun #676 is merged. It adapts Che Theia to the latest upstream Theia changes. |
…luster which uses self-signed certificate Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
``` -S/--show-error When used with -s it makes curl show an error message if it fails. ```
dbdfa9c
to
dd77487
Compare
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
Fixes eclipse-che/che#18183 Signed-off-by: Eric Williams <ericwill@redhat.com>
Signed-off-by: Mykola Morhun mmorhun@redhat.com
What does this PR do?
Fixes import of zip project when it is hosted in the same cluster as Che and the cluster uses self-signed certificate.