Commit Graph

395 Commits

Author SHA1 Message Date
Michael Lumish bbc962230f Merge pull request #9864 from michielbdejong/patch-1
Use grpc-tools npm package in readme
2017-03-22 09:00:32 -07:00
Jan Tattermusch f5ac0b95f2 Add global.json file to pick dotnet core SDK version 2017-03-09 18:08:24 +01:00
Stanley Cheung 82c6d8d4fd PHP: prepare for 1.2 release 2017-03-01 12:43:25 -08:00
Michiel de Jong 10cea4b121 Use grpc-tools npm package in readme
* Make it clearer which directory to `cd` to
* Take advantage of the work done https://github.com/grpc/grpc/issues/5982
2017-02-24 10:21:14 +01:00
Nicolas "Pixel" Noble e00d63f3ea Merge remote-tracking branch 'google/v1.1.x' 2017-02-13 23:37:17 +01:00
Alexander Polcyn ccaec44d65 add ruby example that doesn't use protobuf 2017-02-08 11:38:30 -08:00
Jan Tattermusch 086fddd873 Merge pull request #9482 from gazialankus/patch-1
Corrected version number of Grpc.Tools in the bat file for the C# example
2017-02-02 08:23:19 -08:00
Stanley Cheung c290c115fa PHP: update examples 2017-01-31 20:29:17 -08:00
Gazihan Alankus 5c261b82e5 Corrected version number of Grpc.Tools in the bat file
As per the following line, it is 1.0.1 now: 6ff81e91c9/examples/csharp/helloworld/Greeter/packages.config (L7)
2017-01-27 13:51:18 +03:00
Nicolas "Pixel" Noble 24263c3f7a Fixing a few items with the new Bazel BUILD system:
-) Fixing Bazel 0.4.x breakage
-) Adding helloworld BUILD examples
-) Fixing grpc++ missing files.
-) Adding helloworld example as a test for Bazel basic.
2017-01-13 02:55:13 +01:00
Nathaniel Manista c15ee83882 Update Python examples with fresh generated code 2016-12-21 21:05:19 +00:00
David G. Quintas 7b1b2cc2aa Merge pull request #8831 from ryanvo/examples-typo-patch
Fix typo
2016-12-13 13:05:08 -08:00
Masood Malekghassemi fb261bf748 Un-namespace Python packages
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
2016-12-12 15:04:30 -08:00
Jan Tattermusch 8613e474cb Merge remote-tracking branch 'upstream/v1.0.x' into HEAD 2016-11-22 11:15:53 +01:00
Ryan 3fec5259f6 Fix typo 2016-11-21 21:37:39 -05:00
Alexander Polcyn 0350471b2e example changes to smoke test with 1.0.1 2016-11-03 13:15:40 -07:00
Michael Lumish 13905ee9bb Merge pull request #7967 from p16/node-example-add-return-after-callback-witih-error
Nodejs examples: add return after calling callback(err)
2016-10-20 16:40:59 -07:00
Mark Mandel 9929e6c85c Remove `run_codegen.py` from python helloworld example
Since we no longer reference `run_codegen.py` in the Quick Start for
Python, remove it from the repository to avoid confusion.
2016-10-17 17:53:15 -07:00
Stanley Cheung 619c034fef php: require grpc extension to be installed before composer package 2016-10-06 12:22:02 -07:00
Michael Lumish b9c77471f9 Merge pull request #8036 from tania-m/patch-1
Update greeter_client.js
2016-10-03 16:42:46 -07:00
Nicolas "Pixel" Noble 87a1081211 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under 2016-09-29 01:31:54 +02:00
Jan Tattermusch f6caaa76a6 add copyrights for AssemblyInfo.cs files 2016-09-21 22:40:11 +02:00
Alexander Polcyn b06d534121 make clear independence of bidi streams in route guide client 2016-09-20 12:30:55 -07:00
Alexander Polcyn 689e89c2e6 dont create extra thread on bidi call in benchmark, and change suggested
code for ruby bidi calls
2016-09-20 11:00:36 -07:00
thinkerou 88671a8ae8 update route_guide_db path in php example 2016-09-18 15:31:34 +08:00
Stanley Cheung c9b401e3fc cpp examples missing gpr asserts 2016-09-15 21:19:53 -07:00
Michael Lumish 1c8bbc4106 Merge pull request #7920 from tuoxiansp/patch-1
Update README.md
2016-09-09 10:58:25 -07:00
tania-m cb78540024 Update greeter_client.js
Switched declaration order
2016-09-08 20:28:26 +02:00
Nicolas "Pixel" Noble 5928bff0c7 Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge 2016-09-08 01:58:49 +02:00
apolcyn 4bb13b3574 Merge pull request #7837 from apolcyn/update_csharp_examples
change hint paths for protobuf to use net45 dir in csproj files
2016-09-06 17:41:28 -07:00
Nicolas Noble 74c92f62d9 Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x
Manual upmerge from v1.0.x
2016-09-06 11:41:26 -07:00
Filippo De Santis 1647097d40 Add return after calling callback(err) 2016-09-02 12:28:45 +02:00
Stanley Cheung 463ff57440 Merge pull request #7854 from pythias/patch-2
Remove undefined env
2016-09-01 09:05:23 -07:00
陈雨童 fb33fd385b Update README.md 2016-08-30 14:30:57 +08:00
Stanley Cheung 676e479ee5 php: composer.json has extra comma 2016-08-26 20:07:53 -07:00
pythias ed7ee3df9a Remove undefined env 2016-08-24 18:22:47 +08:00
安正超 1f07aa56cb Remove the extra comma 2016-08-24 13:03:02 +08:00
Nicolas "Pixel" Noble cdbe6b3963 Merge branch 'v1.0.x' into upmerge-from-v1.0.x 2016-08-24 00:08:49 +02:00
Nicolas Noble 668bf881a9 Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x
Upmerge from v1.0.x
2016-08-23 14:59:39 -07:00
Stanley Cheung d7ff4ff400 Merge pull request #7817 from stanley-cheung/php-update-composer-v1_0
PHP: bump version
2016-08-23 08:37:07 -07:00
Alex Polcyn 6888c251a3 change hint paths for protobuf to use net45 dir in csproj files 2016-08-22 22:27:11 -07:00
kpayson64 67920ca2e6 Merge pull request #7720 from apolcyn/update_examples_grpc_version
update dependencies in C# examples to GA versions
2016-08-22 19:50:33 -07:00
Stanley Cheung 557aa4e695 php: bump version 2016-08-22 08:51:47 -07:00
Stanley Cheung 8749c96595 php: bump version 2016-08-22 08:45:12 -07:00
Nathaniel Manista 6c09b3b29e Truncate Python example READMEs to grpc.io links 2016-08-20 15:26:20 +00:00
Nicolas "Pixel" Noble e3e17d3f6b Merge branch 'v1.0.x' of https://github.com/grpc/grpc 2016-08-20 01:45:32 +02:00
Jorge Canizales 4a18c67b77 Move Podspecs to v1 2016-08-18 13:26:25 -07:00
makdharma 3bc78cd0b5 Merge pull request #7448 from jcanizales/p0-archive-fix
Work around Cocoapods dynamic frameworks incompatibility with XCode archive
2016-08-16 09:17:29 -07:00
Nicolas "Pixel" Noble e1ee20bde6 Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge 2016-08-16 01:54:33 +02:00
kpayson64 37f6ffa125 Merge pull request #7630 from kpayson64/ruby_example_pb
Update ruby examples to use new _pb protobuf format
2016-08-15 11:21:17 -07:00