Tags: ysq5202121/grpc-gateway
Tags
protoc-gen-openapiv2: support overriding path parameter names (grpc-e… …cosystem#2562) * Support overriding path parameter names. * Support overriding path parameter names. * Revert using annotations in `message.proto` * Moved path_param_name to inner message as it is not defined in OpenAPIv2 * Added documentation for path_param_name * Moved pathParamName to FieldConfiguration struct to follow same pattern as in JSONSchema. * Fix tests. * Remove fieldConfiguration from openapiSchemaObject
Remove duplicated endraw statement for documentation generation (grpc… …-ecosystem#2589) * Remove duplicated endraw statement for documentation generation This was accidentally copy pasted in my last PR, breaking documentation generation. grpc-ecosystem#2578 * Remove proto3 reference for code block * Fix code block format * proto -> protobuf
protoc-gen-openapiv2: remove path parameters from body parameters (gr… …pc-ecosystem#2553) * Upgrade Bazel to support compiling protoc on macOS 12. See protocolbuffers/protobuf#8884 * Fix 404 error for rules_proto * Remove path parameters from body parameters. Fixes grpc-ecosystem#1670 * Updated generated files * Update protoc-gen-openapiv2/internal/genopenapi/template.go Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> * Update protoc-gen-openapiv2/internal/genopenapi/template.go Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> * fix(deps): update google.golang.org/genproto commit hash to 43724f9 * fix(deps): update golang.org/x/oauth2 commit hash to ee48083 * -Use location when looking up message for field. -Align tests with new behaviour. * Add new generated files. * - Return errors instead of panic() - Use field comments instead of message when available * Generated files without re-formatting. * -Fix missing reference to schema for body field (regression in this PR) -Started in fixing generated "required" containing "snake_case" * -Fix documentation -Update generated files * -Fix description -Update generated files -Use JsonName where available -Added test for subPathParams * Fix test * Fix linter error. * Paragraph deliminator as a constant. Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
Revert "support grpc.ClientConnInterface in RegisterXXXHandler (grpc-… …ecosystem#2398)" (grpc-ecosystem#2444) This reverts commit 8857147.
Add www-Authenticate header (grpc-ecosystem#2314) * add www authenticate header * Update examples/internal/proto/examplepb/echo_service.proto Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> * implement add www-authenticate header * regenerate Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Add http path defined in proto to annotated context (grpc-ecosystem#2195 ) * fix: http path option in annotator * fix: generated * fix: template test * fix: name WithPattern to WithHTTPPathPattern * refactor: descriptions * refactor: mutate context directly
Remove the changelog, simplify releases (grpc-ecosystem#2111)
PreviousNext