John Collier

Results 5 issues of John Collier

Currently, setting up an app to use ingress over HTTPS in Codewind requires some manual effort for the user: - Either retrieve or generate SSL certificates for the ingress -...

kind/enhancement
area/iterative-dev

We need test automation for Kube to verify that the ingress is created properly. Easiest route for testing is to first verify that the `appBaseURL` field exists in the project...

area/iterative-dev
kind/test

As part of https://github.com/eclipse/codewind/issues/37, the BATS-based functional tests for the Codewind Che sidecar were delivered. However, we're seeing issues running the tests on macOS, which use a backlevel version of...

area/iterative-dev
kind/test

Once https://github.com/eclipse/codewind-che-plugin/pull/31 has been merged, we need to look at two sets of changes that couldn't make it into that PR for the Golang `pfe-deploy` utility: - Use the client-go...

kind/enhancement
area/iterative-dev

## Problem description When I build and push OCI images using the `buildah` CLI to dockerhub, they get pushed fine (and can be pulled with `buildah pull ...`), but they...