Andrea Panattoni

Results 22 comments of Andrea Panattoni

Yes, we can set a default HTML report with file differences by default and let users use the tool they configure. I didn't notice the validation tasks, it seems to...

What does it mean "injection in PHPUnit test"? Are you planning to support test objects generated by the DI container?

Hi, I think I reproduced this issue also with a basic go-prompt program. In both ways (running bit and with adoc program) I can hit the problem only if I...

> > The dependency on latest has just caused our build to suddenly fail without us changing anything: > > ``` > > 22:45:19 > Downloading sigs.k8s.io/controller-runtime/tools/setup-envtest@latest > > go:...

IIUC, if the device plugin exits and leaves the resources unhealthy (for a while I guess), any deployed Pod will get an admission error. If the Pod comes from a...

Looks good to me! We already have examples of upstream-no-vendor/downstream-vendored projects. (https://github.com/metallb/metallb-operator / https://github.com/openshift/metallb-operator). Getting rid of the vendor folder in `opeshift/*` forks requires a little more work (don't have...

hi @jaypipes , can you please rebase and run ``` go mod tidy ```

similar PR didn't work on sriov-device-plugin https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/actions/runs/9091929799 /hold

The problems comes from a dependency that has a file with a whitespace - https://github.com/blizzy78/varnamelen/pull/26 We can fix this by bumping the dependency, but I think it would be cleaner...

I think this will not be an easy fix, as `github.com/blizzy78/varnamelen v0.8.0` dependency is used by golangci-lint, which [sticks to v0.8.0](https://github.com/golangci/golangci-lint/blob/master/go.mod#L22). We need to refactor the build mechanism a bit....