Arvind Bright
|
8320224ff0
|
.*: revive from unused_parameters (#7577)
|
2024-08-30 10:41:30 -07:00 |
Arvind Bright
|
845f62caf4
|
stats/otel: upgrade grpc version that contains the experimental/stats package (#7545)
|
2024-08-29 14:34:13 -07:00 |
Gregory Cooke
|
005b092ca3
|
examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (#7474)
Add examples of advanced tls usage
|
2024-08-26 17:30:18 -07:00 |
janardhanvissa
|
3d95421758
|
Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (#7528)
* Fixed linter issues for superfluous-else, increment-decrement, indent-error-flow, var-declaration
* Reverting context-as-argument in server.go
* Revert "Optimising the code by fixing var-declaration, indent-error-flow, increment-decrement, superfluous-else"
* Optimising the code by fixing var-declaration, indent-error-flow, increment-decrement, superfluous-else
* dummy commit for re-trigger
|
2024-08-23 17:00:29 +05:30 |
Arjan Singh Bal
|
90caeb34c8
|
deps: update dependencies for all modules (#7531)
* Bump dependencies after release branch cut
* Regenerate protos
|
2024-08-19 22:54:01 +05:30 |
Easwar Swaminathan
|
6d7f07c99f
|
test/tools: update staticcheck version to latest (#7509)
|
2024-08-14 14:32:55 -07:00 |
Nathan Baulch
|
c8951abc16
|
*: fix minor typos (#7487)
* Fix typos
* Fix reflecton tests
|
2024-08-14 22:43:01 +05:30 |
Connor Hindley
|
1013847d13
|
cmd/protoc-gen-go-grpc: fix typo pancis -> panics (#7456)
|
2024-07-31 09:15:08 -07:00 |
Doug Fawley
|
566aad1ffd
|
examples/retry: remove waitForReady from service config (#7450)
|
2024-07-29 11:06:54 -07:00 |
Doug Fawley
|
ec9dff77b1
|
cmd/protoc-gen-go-grpc: update version to 1.5.1 (#7452)
|
2024-07-29 10:04:12 -07:00 |
Arjan Singh Bal
|
bc03420be1
|
cmd/protoc-gen-go-grpc: update version for release
|
2024-07-26 21:02:21 +05:30 |
Doug Fawley
|
9671c4a8c5
|
cmd/protoc-gen-go-grpc: test the embedded struct at registration time for proper usage (#7438)
|
2024-07-24 14:52:45 -07:00 |
infovivek2020
|
e7d88223a7
|
protoc-gen-go-grpc: add period to end of generated comment (#7392)
|
2024-07-12 08:59:09 -07:00 |
Zach Reyes
|
daab56344e
|
examples: Add OpenTelemetry example (#7296)
|
2024-07-08 21:17:08 -04:00 |
Mike Kruskal
|
98e5deebae
|
cmd/protoc-gen-go-grpc: enable edition 2023 support (#7351)
|
2024-06-26 10:34:11 -07:00 |
Easwar Swaminathan
|
cd7e282e04
|
go.mod: update go-control-plane dependency for xDS fallback (#7340)
|
2024-06-21 11:30:30 -07:00 |
Abhishek Ranjan
|
b8ca2922f3
|
examples/features/retry: Improve docstring (#7331)
|
2024-06-21 07:02:47 -07:00 |
Zach Reyes
|
de51a630c1
|
examples: Add CSM Observability example (#7302)
|
2024-06-11 12:28:36 -04:00 |
Arjan Singh Bal
|
e40eb2e2c1
|
deps: update dependencies for all modules (#7310)
|
2024-06-07 09:56:56 -07:00 |
Purnesh Dixit
|
6d236200ea
|
documentation: on server, use FromIncomingContext for retrieving context and `SetHeader`, `SetTrailer` to send metadata to client (#7238)
|
2024-06-04 09:53:02 -07:00 |
Arvind Bright
|
1958fcbe2c
|
cmd/protoc-gen-go-grpc: update version for release (#7294)
|
2024-05-31 13:41:25 -07:00 |
Arvind Bright
|
32f60917be
|
*: update deps (#7282)
|
2024-05-31 13:36:20 -07:00 |
Arvind Bright
|
8bf2b3ee6e
|
grpcrand: delete all of grpcrand and call the rand package directly (#7283)
|
2024-05-31 11:32:53 -07:00 |
Arvind Bright
|
58cfe27883
|
deps: update dependencies for all modules (#7274)
|
2024-05-29 09:40:18 -07:00 |
Kailun Li
|
6e59dd1d7f
|
examples: add example to illustrate the use of file watcher interceptor (#7226)
authz: add example to illustrate the use of file watcher interceptor
|
2024-05-28 11:20:18 -04:00 |
silves-xiang
|
1adbea267b
|
protoc-gen-go-grpc: copy service comment to interfaces (#7243)
|
2024-05-22 11:38:24 -07:00 |
Doug Fawley
|
2f52f9e005
|
examples: update remaining uses of grpc.Dial to NewClient (#7248)
|
2024-05-21 14:14:17 -07:00 |
Aaron Gable
|
bb9882e6ae
|
Add an optional implementation of streams using generics (#7057)
|
2024-05-03 10:51:39 -07:00 |
Arjan Singh Bal
|
dd953fdc5f
|
examples: fix the quickstart link in the routeguide example (#7162)
|
2024-04-25 10:12:07 -07:00 |
Arjan Singh Bal
|
750e1de2a5
|
examples: improve grammar in the interceptor example (#7163)
|
2024-04-25 08:39:02 -07:00 |
Arvind Bright
|
cb9c22d501
|
vet: run staticcheck for all sub modules (#7155)
|
2024-04-23 11:47:30 -07:00 |
Elisha Silas
|
09e6fddbcd
|
Update docs and examples and tests to use NewClient instead of Dial (#7068)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
Co-authored-by: Doug Fawley <dfawley@google.com>
|
2024-04-19 10:55:23 -07:00 |
Zach Reyes
|
431436d66b
|
examples: Add custom load balancer example (#6691)
|
2024-04-17 13:04:30 -04:00 |
Arvind Bright
|
a4afd4d995
|
deps: remove dependency of github.com/golang/protobuf from main module (#7122)
|
2024-04-11 14:35:00 -07:00 |
Doug Fawley
|
f1cf6bf0b7
|
*: update http2 dependency (#7081)
|
2024-04-03 11:30:53 -07:00 |
Zach Reyes
|
ba1bf9e7e0
|
deps: update dependencies for all modules (#7061)
|
2024-03-27 14:42:11 -04:00 |
etc
|
b78c0ebf1e
|
examples: Update features/encryption/README.md file (#7045)
|
2024-03-22 16:04:20 -04:00 |
Zach Reyes
|
eb5828bae7
|
protoc: Change protoc to include generated call option (#6960)
|
2024-03-21 17:34:19 -04:00 |
yeahyear
|
4f43d2e91d
|
chore: remove repetitive words (#7036)
|
2024-03-13 09:43:37 -07:00 |
Dmitry A. Shashkin
|
c31fce824d
|
Update github.com/golang/protobuf and google.golang.org/protobuf modules (#7028)
|
2024-03-07 13:51:16 -08:00 |
Doug Fawley
|
99ded5c490
|
examples: update deps of observability example to gcp/observabliity@v1.0.1 (#7009)
|
2024-02-28 14:02:27 -08:00 |
Gina Yeh
|
27c5d98b94
|
deps: update dependencies for all modules (#7007)
|
2024-02-28 11:15:27 -08:00 |
Matthieu MOREL
|
eb880d5882
|
replace github.com/cncf/udpa/go by github.com/cncf/xds/go (#7001)
|
2024-02-27 10:48:40 -08:00 |
heesu_choi
|
c63d9258db
|
examples: fix typo in url (#6978)
|
2024-02-16 13:08:38 -08:00 |
Clément Jean
|
02858ee506
|
deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
Co-authored-by: Doug Fawley <dfawley@google.com>
|
2024-01-30 10:59:10 -08:00 |
Zach Reyes
|
5051eeae53
|
grpc: Update go mod (#6939)
|
2024-01-24 19:10:36 -05:00 |
Eyal Halpern Shalev
|
660c39467d
|
examples: Fixed the formatting in the Authentication README.md (#6908)
|
2024-01-10 10:26:36 -08:00 |
Arvind Bright
|
40c279a85d
|
deps: update dependencies for all modules (#6795)
|
2023-11-14 12:58:37 -08:00 |
Gina Yeh
|
afaf31aeeb
|
deps: update dependencies for all modules (#6698)
* deps: update dependencies for all modules
* deps: update more dependencies
|
2023-10-06 12:02:06 -07:00 |
Doug Fawley
|
c6264a9f90
|
examples: add an example of flow control behavior (#6648)
|
2023-09-27 08:03:41 -07:00 |