Mooli Tayer

Results 5 issues of Mooli Tayer

reproduces on several vms running on top of rehv; ``` # systemctl status docker-storage-setup ● docker-storage-setup.service - Docker Storage Setup Loaded: loaded (/usr/lib/systemd/system/docker-storage-setup.service; disabled; vendor preset: disabled) Active: failed (Result:...

**Describe The Bug** ReadPartitions returns an empty list when ACL permissions are missing to list topics (topic read). It takes a long time to figure out the reason for the...

help wanted

When services have only one servicePort it's name may be omitted. If it's name is omitted it must be omitted from it's proxy url as well. add option to support...

enhancement
help wanted

## Explain your user case and expected results Gorm tries to migrate between equivalent types. In this example, `type:character varying` will get remigrated everytime (to `type:varchar`). ``` GORM_DIALECT=postgres ./test.sh| grep...

## Explain your user case and expected results When we have a gorm object with a varchar colum and a '' default value, gorm constantly tries to alter the table,...