Stanley Cheung
6e589c6a15
PHP: stop requiring google/protobuf PHP implementation
2017-05-16 18:09:36 -07:00
Nicolas "Pixel" Noble
d2ac59f1aa
Merge failure: mangled the examples BUILD file.
2017-05-12 17:19:46 +02:00
Nicolas "Pixel" Noble
eb36b8ac77
Merge branch 'master' of https://github.com/grpc/grpc into import
2017-05-11 23:24:37 +02:00
Makarand Dharmapurikar
2807951be5
Merge branch 'master' of https://github.com/grpc/grpc into fixbazel
2017-04-25 09:39:33 -07:00
Makarand Dharmapurikar
be0fb725f6
fixed target name so bazel basic build passes
2017-04-24 16:22:49 -07:00
Jan Tattermusch
f769150982
regenerate routeguide protos
2017-04-20 15:33:41 +02:00
Jan Tattermusch
808eb713f8
upgrade routeguide to Grpc 1.2.2
2017-04-20 15:33:40 +02:00
Jan Tattermusch
622d7d6d2d
regenerate greeter protos
2017-04-20 15:33:40 +02:00
Jan Tattermusch
769df6fa45
upgrade net45 helloworld to Grpc 1.2.2
2017-04-20 15:33:39 +02:00
Jan Tattermusch
1ba7e5d898
regenerate
2017-04-20 15:33:38 +02:00
Jan Tattermusch
4842904408
add generate_protos file
2017-04-20 15:33:38 +02:00
Jan Tattermusch
923b1317d5
update .NET core example to .csproj projects
2017-04-20 15:33:31 +02:00
Makarand Dharmapurikar
4c0620b7df
consolidated BUILD files from example into one
...
it is also a way to test that this change works as expected.
2017-04-18 09:48:08 -07:00
Jan Tattermusch
a22a19fd64
fix markdown
2017-04-18 12:31:49 +02:00
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
2017-04-13 02:03:22 +02:00
Jan Tattermusch
43713e6ae1
Merge remote-tracking branch 'upstream/v1.2.x' into HEAD
2017-04-12 09:20:29 +02:00
Jan Tattermusch
87b2112443
also fix global.json in helloworld
2017-04-07 10:18:12 +02:00
Jan Tattermusch
d3a5635546
Add global.json file to pick dotnet core SDK version
2017-04-07 10:10:13 +02:00
Alexander Polcyn
b98b3c260e
add examples for ruby error throwing and handling
2017-03-28 13:49:58 -07:00
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