Sachin Bansal

Results 5 issues of Sachin Bansal

**Description** I am trying to define additional k8s apis in my gateway, and trying to reuse as much code from clutch as possible. However, since this `newClientsetManager` is not public,...

type: bug

**Description** I added a repeated field in schema like the following to make sure minimum 1 byte is filled in the value: ``` repeated string addresses = 1 [ (validate.rules).repeated.items.string...

type: bug
area: ci

The message to indicate port number comes as: `{"t":{"$date":"2021-04-20T17:28:20.364-07:00"},"s":"I", "c":"NETWORK", "id":23016, "ctx":"listener","msg":"Waiting for connections","attr":{"port":59432,"ssl":"off"}}` This causes memongo to not detect that it is up.

**Description** Adding a field like the following causes javascript build failure: ``` string db_type = 6 [ (validate.rules).string = {in: ["mysql", "postgres"]} ]; ``` **Expected Behavior** This should compile successfully...

type: bug

gRPC-gateway patch feature: https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/patch_feature/ It allows users to update specific fields of the request using a fieldmask With cobra framework, it will be great to support updating some fields instead...