grpc-gateway icon indicating copy to clipboard operation
grpc-gateway copied to clipboard

gRPC to JSON proxy generator following the gRPC HTTP spec

Results 179 grpc-gateway issues
Sort by recently updated
recently updated
newest added

switch ci build env version to 1.19, mentioned in [this reply](https://github.com/grpc-ecosystem/grpc-gateway/pull/2829#issuecomment-1209836531) I've run the following commands to regenerate the files. It didn't make any difference. ``` docker run -v $(pwd):/grpc-gateway...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/grpc-ecosystem/grpc-gateway). - WARN:...

It seems that the `service` option in OpenAPI configuration file is not working, or at least I am unable to get it to work. The `protoc` compiles and successfully generates...

enhancement
openapi
good first issue

## 🐛 Bug Report Two problems: * Wrong Pattern Generated The http rule: "/v1/{name=operations}" was generated a wrong pattern: ``` pattern_Operations_ListOperations_0 := runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 4, 1, 5,...

## 🐛 Bug Report Message properties marked with `[(google.api.field_behavior) = REQUIRED]` get ignored when generating OpenAPI spec, if properties reference other messages (schemas). ## To Reproduce Create a proto with...

bug
help wanted
openapi
good first issue

#### References to other Issues or PRs This PR Fixes the issue #2635 #### Have you read the [Contributing Guidelines](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/CONTRIBUTING.md)? YES #### Brief description of what is fixed or changed...

## 🚀 Feature Extend google.protobuf.EnumOptions so we can set examples on enums. ```protobuf enum State { option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_enum) = { example: "ACTIVE" }; NONE = 0; ACTIVE = 1; INACTIVE...

enhancement
help wanted
openapi
good first issue

As part of #2825, @oyvindwe mentioned that the HTTPRule parser may allow templates that will cause the OpenAPIv2 generator to generate invalid paths. Specifically: > Does the HttpRule parser also...

bug
help wanted
question

## 🐛 Bug Report ``` syntax = "proto3"; package test.v1; import "google/api/annotations.proto"; import "google/protobuf/empty.proto"; import "protoc-gen-openapiv2/options/annotations.proto"; option go_package = "api/test/v1;v1"; service TestsService { // GetTest rpc GetTest (GetTestRequest) returns (google.protobuf.Empty){...

bug
help wanted
openapi
good first issue