janardhanvissa
|
eb4b687764
|
examples/features/opentelemetry: demonstrate tracing using OpenTelemetry plugin (#8056)
|
2025-04-17 10:42:51 +05:30 |
eshitachandwani
|
52c643eb74
|
deps: update dependencies for all modules (#8221)
* update deps
* protos update
|
2025-04-04 09:54:18 +05:30 |
Purnesh Dixit
|
d860daa75b
|
example/features/retry: fix grpc.NewClient call in documentation (#8163)
|
2025-03-13 10:33:28 +05:30 |
janardhanvissa
|
52a257e680
|
cleanup: replace dial with newclient (#7967)
|
2025-02-27 16:03:14 -08:00 |
Arjan Singh Bal
|
dbf92b436d
|
deps: update dependencies for all modules (#8108)
|
2025-02-25 15:21:44 -08:00 |
Arjan Singh Bal
|
65c6718afb
|
examples/features/dualstack: Demonstrate Dual Stack functionality (#8098)
|
2025-02-21 12:12:25 +05:30 |
Matthieu MOREL
|
b963f4b2da
|
deps: bump envoyproxy/go-control-plane/envoy and synchronize go.mods (#8067)
|
2025-02-06 12:11:14 +05:30 |
Arjan Singh Bal
|
990f5e0421
|
endpointsharding, lazy: Remove intermediary gracefulswitch balancers (#8052)
|
2025-02-03 12:21:25 +05:30 |
Arjan Singh Bal
|
74ac821433
|
endpointsharding: Export parsed pickfirst config instead of json string (#8007)
|
2025-01-15 08:29:36 +05:30 |
eshitachandwani
|
f9bc335fc5
|
deps: update dependencies for all modules (#7987)
deps: update dependencies for all modules
|
2025-01-13 09:39:03 +05:30 |
Purnesh Dixit
|
724f450f77
|
examples/features/csm_observability: use helloworld client and server instead of echo client and server (#7945)
|
2024-12-24 18:11:16 +05:30 |
Zach Reyes
|
d0716f9e62
|
examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (#7933)
|
2024-12-15 21:49:44 -08:00 |
Ashu Pednekar
|
c1b6b3744a
|
Update README.md (#7921)
|
2024-12-11 16:12:42 +05:30 |
eshitachandwani
|
e4d084a6ec
|
examples: replace printf with print for log message in gracefulstop (#7917)
|
2024-12-10 23:10:08 +05:30 |
Purnesh Dixit
|
66ba4b264d
|
examples/features/gracefulstop: add example to demonstrate server graceful stop (#7865)
|
2024-12-06 10:30:55 +05:30 |
Purnesh Dixit
|
645aadf4bd
|
deps: update dependencies for all modules (#7904)
|
2024-12-05 17:46:58 +05:30 |
Zach Reyes
|
ab189b0af7
|
examples/features/csm_observability: Add xDS Credentials (#7875)
|
2024-12-02 11:48:15 -08:00 |
Doug Fawley
|
a365199cb2
|
examples: fix debugging example after Dial->NewClient migration (#7833)
|
2024-11-13 14:57:09 -08:00 |
Marco Ferrer
|
52d7f6af60
|
multiple: switch to math/rand/v2 (#7711)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
|
2024-10-29 10:43:58 -07:00 |
Purnesh Dixit
|
98959d9a49
|
deps: update dependencies for all modules (#7755)
* Update gRPC-Go's dependency versions on master
* update protos
* disabled redefines-builtin-id lint rule
|
2024-10-18 21:07:37 +05:30 |
eshitachandwani
|
e8a70c6c71
|
vet: add check to ensure terminating newline (#7645)
|
2024-10-07 10:34:22 -07:00 |
eshitachandwani
|
5fd98530cf
|
examples: improve package comments (#7658)
|
2024-10-07 10:28:35 -07:00 |
eshitachandwani
|
ac41314504
|
.*: Add missing a newline at the end (#7644)
|
2024-09-18 14:46:09 +05:30 |
Nathan Baulch
|
3b626a7b52
|
*: fix more typos (#7619)
|
2024-09-16 10:58:27 -07:00 |
Purnesh Dixit
|
04e78b0faf
|
.*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules (#7575)
* .*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules
|
2024-09-16 09:09:49 +05:30 |
Arjan Singh Bal
|
31ffeeeb00
|
Deps: Bump Go version in Dockerfiles and test/kokoro/xds.sh (#7629)
|
2024-09-13 22:12:37 +05:30 |
Purnesh Dixit
|
b6fde8cdd1
|
vet: add check for trailing spaces (#7576)
* vet: trailing spaces check
|
2024-09-12 11:40:38 +05:30 |
janardhanvissa
|
0f03c747b1
|
.*: fix revive lint issues `unused-parameter` (#7580)
|
2024-09-03 09:32:50 -07:00 |
Purnesh Dixit
|
cd05c9e58f
|
.*: fix revive package-comments lint issues (#7574)
* .*: fix revive package-comments lint issues
* add example names to package comment
* improve grammer
|
2024-09-03 11:35:19 +05:30 |
Arvind Bright
|
8320224ff0
|
.*: revive from unused_parameters (#7577)
|
2024-08-30 10:41:30 -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 |
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 |
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 |