Commit Graph

535 Commits

Author SHA1 Message Date
hcaseyal 39bd784e36
Merge pull request #17504 from hcaseyal/metadata_example
Metadata tutorial
2018-12-14 15:11:36 -08:00
Hope Casey-Allen 580d43d03f Address reviewer comments and remove binary files 2018-12-14 14:19:40 -08:00
Lidi Zheng 20df6e75d7
Merge pull request #17485 from lidizheng/metadata-example
Add gRPC Python Example: Metadata
2018-12-14 10:24:54 -08:00
Hope Casey-Allen 63e73e428f Metadata tutorial 2018-12-13 16:51:58 -08:00
Juanli Shen a69fa16dfd Add compression example 2018-12-12 15:06:12 -08:00
Lidi Zheng 7fd68349e3 Add gRPC Python Example: Metadata 2018-12-12 15:00:24 -08:00
Jan Tattermusch be7141f5d8 Merge remote-tracking branch 'upstream/v1.17.x' into HEAD 2018-12-06 15:06:13 +01:00
Jan Tattermusch 8955557036
Merge pull request #14684 from kkm000/package-grpc-tools-examples
Redo C# examples to use new Grpc.Tools
2018-12-06 09:52:49 +01:00
Muxi Yan 97ec5c1d68 Bump version to v1.17.0 2018-12-03 11:53:33 -08:00
Lidi Zheng 5fc0547a94 Add basicConfig to prepare to log future exception 2018-11-30 09:56:40 -08:00
kkm a82070dc94 Add explicit ItemGroups to .csproj 2018-11-28 23:53:21 -08:00
Muxi Yan 36440dab65
Merge pull request #16647 from grpc/add-macos-example
Add Objective-C MacOS example
2018-11-09 16:56:17 -08:00
Muxi Yan 77c4e956de
Update comments 2018-10-31 10:23:21 -07:00
Muxi Yan 25d7a97bca Move README.md to helloworld_macos 2018-10-29 16:26:19 -07:00
Youngchan Kim 2e2ef9dcdf Run YAPF check for python example 2018-10-23 13:45:25 +09:00
Youngchan Kim 832460bb94 Add link - gRPC Python package documents 2018-10-23 13:45:25 +09:00
Youngchan Kim 0f9733eb85 Update timeout: 1 -> 10 2018-10-23 13:45:25 +09:00
Youngchan Kim c4c112bc50 Update keepalive timeout: 10 -> 10000 2018-10-23 13:45:25 +09:00
Youngchan Kim f65615d4cd Update example description 2018-10-23 13:45:25 +09:00
Youngchan Kim 0a925095be Simplify example 2018-10-23 13:45:25 +09:00
Youngchan Kim cf09d16ca8 Add python example - channel options 2018-10-23 13:45:25 +09:00
kkm 6fcb5b29e1 Redo C# examples to use new Grpc.Tools
* No pre-compilation of proto files required;
* Tested under Windows and Linux dotnet and mono;
* But not tested on Mac/mono;
* README updated.
2018-10-14 02:24:12 -07:00
Mehrdad Afshari 3635a21b99
Merge pull request #16535 from eundoosong/remove_unused_import
Remove unused import
2018-09-27 10:41:20 -07:00
Muxi Yan 5e754a182c Add MacOS example 2018-09-18 11:46:07 -07:00
Eundoo Song 97264ea336 Remove unused import 2018-09-01 02:18:52 +09:00
Jan Tattermusch 8018b462b0 update C# examples to netcoreapp2.1 2018-08-30 20:39:52 +02:00
Jan Tattermusch a554a5cd70 regenerate protos for C# examples 2018-08-20 17:54:02 +02:00
Jan Tattermusch 5be1311472 upgrade HelloworldLegacyCsproj to grpc1.14.1 and protobuf 3.6.1 2018-08-20 17:50:30 +02:00
Jan Tattermusch c818320a3d upgrade dotnet examples to grpc1.14.1 and protobuf 3.6.1 2018-08-20 17:50:23 +02:00
Mehrdad Afshari 7793317aa7
Merge pull request #16252 from mehrdada/python_reflection_docs
Add server reflection guide for Python
2018-08-06 16:09:13 -07:00
Mehrdad Afshari 5ffb9bf8c4 Add server reflection guide for Python 2018-08-06 13:40:53 -07:00
Mehrdad Afshari 7b5e32a312 Refresh pb2 files in examples/python/multiplex 2018-08-06 10:17:05 -07:00
Jan Tattermusch 7c0cd2915e
HelloworldXamarin readme improvements 2018-08-03 13:07:27 +02:00
jzeferino 63ce61b4eb
Fixed typo. 2018-08-02 21:37:43 +01:00
jzeferino 1b36ca622c
Improved Xamarin example doc.
Xamarin Studio is no longer preferred for Xamarin development, we should use Visual Studio for Mac.
Also added more info on how to use the nuget package source.
2018-08-02 14:48:35 +01:00
apolcyn 708288ebc7
Merge pull request #16191 from hanmd82/add_multi_json_for_ruby_route_guide_example
Add 'multi_json' gem for Ruby tutorial route_guide_server to work
2018-08-01 22:24:22 -07:00
Jan Tattermusch 6975fe484c
Merge pull request #16194 from jtattermusch/add_xamarin_example
C#: Add Xamarin example
2018-08-01 12:15:16 +02:00
Jan Tattermusch 5e6af82241 add copyright notice for HelloworldXamarin 2018-08-01 10:27:33 +02:00
Michael Lumish b811b4e73d
Merge pull request #15239 from murgatroid99/node_example_proto_loader
Update Node examples to use new @grpc/proto-loader package
2018-07-31 14:40:43 -07:00
Jan Tattermusch 2180588e5c HelloworldXamarin readme 2018-07-31 12:42:47 +02:00
Jan Tattermusch ba6682a18c autogenerated changes in Resource.designer.cs 2018-07-31 12:42:47 +02:00
Jan Tattermusch 7ff80cfb5e use local server in XamarinHelloworld 2018-07-31 12:42:47 +02:00
Jan Tattermusch da5452578a experimental helloworld client for ios 2018-07-31 12:42:47 +02:00
Jan Tattermusch 705843c041 experimental helloworld client for android 2018-07-31 12:42:47 +02:00
Jan Tattermusch b335d58cb7 add generated protos 2018-07-31 12:42:47 +02:00
Jan Tattermusch ecaba8a8d3 HelloworldXamaring: add Google.Protobuf dependency 2018-07-31 12:42:47 +02:00
Jan Tattermusch fd91656429 HelloworldXamaring: add Grpc.Core dependency 2018-07-31 12:42:47 +02:00
Jan Tattermusch 3c497bf4c9 add HelloworldXamarin scaffolding 2018-07-31 12:42:47 +02:00
Mingding, Han 9d5b0cd871 Add 'multi_json' gem to gemspec so that route_guide_server can work 2018-07-31 12:18:36 +08:00
Jan Tattermusch 888d7da8de
address review comments 2018-07-27 09:53:18 +02:00