Jingfu Wang

Results 27 comments of Jingfu Wang

@makandre I think this can be boiled down to `Merge all extensions into same class and add lots of conditions into the same class for different extensions` VS `Use extension...

For naming, I think if we choose the latter as I mention above. Given we have a generic interface `IExtensionProject`, then it makes sense we have extension specific naming for...

If we let our Turbine Functional Tests still work without `.cw-settings` we may have two problems: - We are not able to catch the issue https://github.com/eclipse/codewind/issues/1829 any more, although it's...

Investigate this with this issue: https://github.com/eclipse/codewind/issues/710 together, both issues are from Jag's cluster only.

Okay, I figure this out, there are two different issues described under this issue: 1 Dangling odo project PVC after project deletion 2 Dangling odo project PVC after workspace deletion...

@sujeilyfonseca @DavidG1011 let us do two things: 1. To get the SHA of PFE image by running `oc get po --selector=app=codewind-pfe -o jsonpath='{.items[*].status.containerStatuses[*].imageID}'` to ensure we are testing the same...

Also one more note is currently we rely on `odo` to delete odo project PVC and reclaim the corresponding PV, but `odo` doesn't add `blockOwnerDeletion: true` in the owner reference...

@malincoln There is no additional fixes for this issue, let me confirm Sujeily then I can close this issue.