Commit Graph

969 Commits

Author SHA1 Message Date
AJ Danelz ab8b3af6dd
feat: move the $ shell line indicator to scss (#1354) 2024-11-25 22:03:41 +05:30
nikitaTay e2bace833a
Add a new page for key videos and a new header tab for the page (#1383)
* Changes For adding New Video tab and linking page to it

* Changes For added comments

* Changes For added comments

* Changes For review comments
2024-11-25 17:02:03 +05:30
nikitaTay 3022d07c68
Creating Blog Post of gRPCConf2024 (#1382)
* Changes for creating Blog Post of gRPCConf2024

* Changes as per review comments
2024-11-25 15:01:29 +05:30
Purnesh Dixit 723fb279d1
Update gRPC-Go version to 1.68.0 (#1381) 2024-11-18 10:50:37 +05:30
nikitaTay 196f408ae7
Embed YouTube videos in different webpages (#1380)
* Changes for EmbedVideos

* minor changes for adding title

* dummy changes for EasyCLA check
2024-11-12 09:25:08 +05:30
eshitachandwani 3df8b272bb
generated-code: update to include stream generics (#1365) 2024-11-11 12:40:09 -08:00
Eric Anderson f167a251a2
Update Java version to 1.68.1 (#1378) 2024-11-08 10:35:09 -08:00
Gina Yeh 7e693fd238
grpc-io-announce mailing list blog post. (#1379) 2024-11-06 11:42:50 -08:00
Larry Safran f13bf5b30a
Update retry guide diagram (#1371) 2024-10-10 11:21:35 -07:00
Xuan Wang 79b65fd0b4
Add gRPC Keepalive Youtube video link (#1370) 2024-10-09 10:22:18 -07:00
eshitachandwani 469d346e5c
change community page (#1364) 2024-10-01 10:58:26 -07:00
MV Shiva 1e13c1aeba
Update version referenced by tutorials to v1.67.0 for gRPC-Java (#1367) 2024-10-01 08:06:03 -07:00
Arjan Singh Bal 0292239d17
Update gRPC-Go version to 1.67.0 (#1363) 2024-09-20 08:16:18 -07:00
Esun Kim 34c5cb1328
[Doc] Added a window section to c++/quickstart (#1361)
* Added a windows section to cpp/quickstart

* Updated cmake version
2024-09-18 14:22:56 -07:00
Mark D. Roth 5ce2eb9679
update description of retry backoff behavior (#1356) 2024-09-13 10:01:36 -07:00
Gina Yeh 52f3b0f849
Gateway for mesh and gRPC observability in Cloud Service Mesh blog post. (#1360) 2024-09-12 17:27:35 -07:00
Arjan Singh Bal ef70565f3c
Update gRPC-Go version to 1.66.2 (#1359) 2024-09-11 14:14:42 -07:00
Doug Fawley bc90deb31c
Fix typo gRPCs->gRFCs (#1358) 2024-09-10 16:51:06 -07:00
Terry Wilson f4a96fb104
gRPConf 2024 is over, hide banner for now. (#1353) 2024-09-03 13:01:33 -07:00
Arjan Singh Bal 40bfa556e1
Update gRPC-Go version in config.yaml (#1351) 2024-08-28 10:29:27 -07:00
AJ Heller 472b731711
Update gRPC-core version to 1.66 (#1349) 2024-08-22 16:00:43 -07:00
Krzysztof Owczarek 081383d18d
complete sentence for DEADLINE_EXCEEDED description in status-codes.md (#1348)
Documentation is missing a few words in DEADLINE_EXCEEDED status code description
2024-08-21 14:23:33 -07:00
Terry Wilson e2291da92b
Update gRPConf banner 2024 to mention it is next week (#1347) 2024-08-19 14:08:24 -07:00
Terry Wilson 062617e49e
gRPConf in 2 weeks banner (#1346) 2024-08-14 15:54:32 -07:00
Kannan J 6edfded751
Update version referenced by tutorials to v1.66 for gRPC-Java. (#1344) 2024-08-13 10:54:39 -07:00
kyu08 445745e1fa
Add missing version specifications for go install (#1343) 2024-08-13 07:41:56 -07:00
Vindhya Ningegowda 7b283ae90d
Add Go and Java examples to OpenTelemetry Metrics Language examples. (#1342) 2024-08-05 14:04:44 -07:00
Arvind Bright bdf3455d3f
grpc-go: update instructions to download latest dependency (#1340) 2024-08-02 08:15:51 -07:00
Richard Belleville c0aa1989c5
Remove special offer for July 30th (#1339) 2024-07-31 16:17:10 -07:00
Arvind Bright 7e7dbdf6f1
grpc-go only supports the last two Go versions (#1338)
Since grpc/grpc-go#7249, gRPC-Go only supports the last two versions of
Golang. Similar to Golang policy itself
2024-07-30 13:33:43 -07:00
nuno-faria 0983ba62c8
Update `protoc-gen-go` to 1.34.2 and `protoc-gen-go-grpc` to 1.5.1 (#1333) 2024-07-30 11:33:32 -07:00
Gayathri625 d03274f390
add a check for production (#1335) 2024-07-29 09:51:04 -07:00
Gayathri625 c9c616059c
Add setup instructions for GA and GTM to README (#1332)
* add setup for ga and gtm to readme

* instruction to set hugo env to production

* update readme
2024-07-29 09:49:31 -07:00
Gayathri625 f75befae8a
Modify banner styling (#1328)
* define variable for navbar z-index

* modify banner styling

* wrapper for banner

* override Docsy's navbar z-index

* add comment

* modify hero section padding values

* keep media queries applied

* Removed docsy submodule

* update docsy submodule

* adjust top for banner

* adjust the top values on for small screens

* make banner relative

* remove banner container

* correct indentation

* add comment for change
2024-07-29 09:48:47 -07:00
Eric Anderson 63ad8717c2
docs/guides/deadlines: Replace "request" with "RPC" (#1336)
Not all usages of request were changed, but any that were talking about
the deadline of a request were changed, because requests don't have
deadlines. Only RPCs have deadlines.

I also made it more clear at which point a timeout would start from
within gRPC.
2024-07-26 16:13:57 -07:00
Gayathri625 a732b16cfc
Embed relevent YT videos to docs (#1325)
* embed relevent YT videos to docs

* add title params

* modify youtube container styling
2024-07-25 11:19:19 -07:00
Gayathri625 3b59eaa8d9
place guides in main menu (#1319) 2024-07-24 13:32:43 -07:00
Arjan Singh Bal e59b2b7c8f
Update Go version to 1.65.0 (#1317) 2024-07-09 11:18:36 -07:00
Eric Anderson c377fa764a
Update Java version to v1.65.0 (#1316) 2024-07-08 12:42:42 -07:00
Gayathri625 be2ba3d95c
script for gtm (#1313) 2024-07-05 08:20:36 -07:00
Purnesh Dixit 2387f6a2eb
Add debugging section with grpcdebug (#1314) 2024-07-03 12:40:58 -07:00
Terry Wilson 3e77ddfd85
gRPConf 2024 schedule announcement blog post. (#1315) 2024-07-03 12:28:01 -07:00
Yash Tibrewal 4709643416
C++ Best Practices (#1309) 2024-06-25 13:55:13 -07:00
Purnesh Dixit 27a2b1acd5
Add custom backend metrics propoal link to custom lb policies (#1304) 2024-06-24 09:06:01 -07:00
Abhishek Ranjan dfb55fff7c
fix typos in guides/custom-load-balancing.md (#1306) 2024-06-21 08:19:11 -07:00
Yash Tibrewal d78d9060e6
[OpenTelemetry] Add optional locality label for per-call attempt metrics (#1303)
* [OpenTelemetry] Add optional locality label for per-call attempt metrics

* Reviewer comment

* Missing status label
2024-06-18 14:21:49 -07:00
Yash Tibrewal 18b12d6425
C++ Callback API Tutorial (#1305)
* C++ Callback API Tutorial

* Reviewer comments

* Fix link

* Link fixes
2024-06-18 13:18:11 -07:00
Yash Tibrewal 2c5896c784
OpenTelemetry Metrics: Initial description (#1300)
* OpenTelemetry Metrics: Initial description

* Reviewer comments

* Additional notes

* Add reference

* Fix formatting for NOTE
2024-06-13 13:16:29 -07:00
Terry Wilson 7e52347321
Update banner to remove the call to papers (#1301) 2024-06-11 14:45:18 -07:00
Justin Timmons de015fd98e
Add link to javascript reflection example (#1292) 2024-06-06 14:32:46 -07:00