Jan Tattermusch
4d5c3102a1
fix remaining license notices
2017-06-08 11:22:41 +02:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00
Nicolas "Pixel" Noble
7bc55fdaa3
Merge remote-tracking branch 'ctiller/build-wtf' into import
2017-05-26 00:32:47 +02:00
Stanley Cheung
6e589c6a15
PHP: stop requiring google/protobuf PHP implementation
2017-05-16 18:09:36 -07:00
Craig Tiller
a753371f05
Rework well_known_protos attr, and some other fixes
2017-05-16 13:09:33 -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
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
kpayson64
5fa0731803
Merge pull request #7700 from apolcyn/update_helloworld_readme
...
update original helloworld README
2016-08-15 10:53:53 -07:00
Alex Polcyn
567f14c121
update dependencies in C# examples to GA versions
2016-08-12 11:15:11 -07:00
David Garcia Quintas
c61b1d3cd0
s/makefile/Makefile
2016-08-11 16:15:41 -07:00
David G. Quintas
5804745aed
Merge pull request #7688 from dgquintas/cpp_readme
...
fix c++ readme and tutorial
2016-08-11 16:02:15 -07:00
apolcyn
f2d8c60845
Merge pull request #7634 from apolcyn/use_dotnet_on_examples
...
add csharp hello world that uses dotnet cli
2016-08-11 23:01:30 +00:00
David G. Quintas
93b599c8b0
Merge pull request #7688 from dgquintas/cpp_readme
...
fix c++ readme and tutorial
2016-08-11 15:40:56 -07:00
Nicolas Noble
54d834784d
Merge pull request #7577 from murgatroid99/node_dependency_update
...
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
2016-08-11 14:23:26 -07:00
Stanley Cheung
a6f6b6f4c9
Merge pull request #7674 from stanley-cheung/php7-ubuntu-fix
...
PHP7: fix ubuntu compile error
2016-08-11 12:02:31 -07:00
Nicolas "Pixel" Noble
7f074e0e20
Merge branch 'v1.0.x' into manual-upmerge
2016-08-11 21:00:08 +02:00
Alexander Polcyn
feef8081c1
update original helloworld README
2016-08-10 15:51:35 -07:00
Alexander Polcyn
5312815ff2
add netcore portability package dependency
2016-08-09 22:52:35 -07:00
Stanley Cheung
f789facafd
minor text change
2016-08-09 22:01:17 -07:00
Nathaniel Manista
2fd19a6f4d
Upgrade one forgotten example code site to GA API
...
This should have been included in 46585e23f1 .
2016-08-10 02:03:07 +00:00
David Garcia Quintas
260a0025d2
fix c++ readme and tutorial
2016-08-09 16:57:32 -07:00
Stanislav
13fa379693
Update README.md
2016-08-09 16:00:59 +07:00
Jorge Canizales
8ac55f8a8c
Solve merge conflict at gRPC-ProtoRPC.podspec
2016-08-08 18:39:56 -07:00
Jorge Canizales
a9b1c5cbe1
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix
2016-08-07 18:46:38 -07:00
Jorge Canizales
d4230bbf02
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-advance-protobuf-version
2016-08-05 17:17:45 -07:00
kpayson64
4e57e8be39
Merge pull request #7514 from apolcyn/move_tools_dep_to_project
...
moved Grpc.Tools dependency from solution level to project level
2016-08-05 15:15:29 -07:00
Ken Payson
5b4d3625eb
Update ruby examples to use new _pb protobuf format
2016-08-04 10:31:15 -07:00
Alex Polcyn
c6446bf3d8
add csharp hello world that uses dotnet cli
2016-08-03 20:42:39 -07:00
Nicolas Noble
2507fef737
Merge pull request #7553 from podsvirov/topic-cmake-template
...
CMake Project Improvements
2016-07-29 15:49:54 -07:00
Jorge Canizales
7a2bc14fc0
Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into p0-advance-protobuf-version
2016-07-29 15:45:02 -07:00
Jorge Canizales
72dce2dfbc
Update podspecs to use Protobuf 3.0.0
...
The SwiftSample doesn’t build in this commit, but I need to sync with
head anyway so I’ll first merge v1.0.x into this branch and then debug.
2016-07-29 15:42:00 -07:00
Jorge Canizales
4343c904e2
Update Protobuf submodule to v3.0.0 (GA)
2016-07-29 15:39:45 -07:00
Nicolas "Pixel" Noble
8302b123de
Merge branch 'v1.0.x' into manual-upmerge
...
Conflicts:
src/ruby/pb/test/client.rb
src/ruby/pb/test/server.rb
tools/dockerfile/test/php7_jessie_x64/Dockerfile
2016-07-29 22:48:16 +02:00
murgatroid99
fcb5271105
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
2016-07-29 10:44:01 -07:00
Konstantin Podsvirov
13016cc40b
CMake: project for HelloWorld cpp example
2016-07-28 00:46:11 +03:00
Nicolas Noble
846768c12f
Merge pull request #7535 from muxi/fix-no-as-needed
...
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
2016-07-27 11:29:39 -07:00
Stanley Cheung
c5755ad5a9
php: fix composer.json
2016-07-26 17:44:55 -07:00
Stanley Cheung
b95870d85b
php: fix composer.json
2016-07-26 17:44:43 -07:00
Muxi Yan
cd0d8aed65
Identify system and remove --no-as-need if it is Mac OS
2016-07-26 14:13:46 -07:00
Muxi Yan
4e3df00f00
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
2016-07-26 13:28:54 -07:00
makdharma
c1ed2193f2
Merge pull request #7473 from jcanizales/p0-fix-auth-sample
...
Fix AuthSample crash on startup
2016-07-25 11:14:08 -07:00
Alex Polcyn
74543125b5
moved Grpc.Tools dependency from solution level to project level
2016-07-23 01:26:46 -07:00
Nicolas Noble
7645fdc4f0
Merge pull request #7393 from y-zeng/example_makefile
...
Enable server reflection in c++ examples
2016-07-21 14:28:55 -07:00
Jorge Canizales
70ded7eecc
Update sample and test versions to -pre1.1
...
To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs
when using dynamic frameworks.
2016-07-19 17:35:11 -07:00
Jorge Canizales
9e6372380d
Update protobuf submodule to 3.0.0-beta-4
...
Which has the fix for oneofs when using dynamic frameworks in ObjectiveC
2016-07-19 17:35:06 -07:00
Jorge Canizales
6e2832af29
Downloaded plist with new keys needed by Firebase SDK
2016-07-19 16:43:03 -07:00
Nicolas Noble
91991a234f
Merge pull request #7417 from nathanielmanistaatgoogle/multiplex-v1.0.x
...
Client and server multiplex example
2016-07-19 09:23:19 -07:00
kpayson64
e73459554a
Merge pull request #7419 from nathanielmanistaatgoogle/examples-v1.0.x
...
Update examples to GA API
2016-07-18 23:23:38 -07:00
Jorge Canizales
f8c4580939
Commit as 1.0.0-pre1 so we can release already.
2016-07-18 17:51:31 -07:00
Jorge Canizales
e4704d3eda
“Allow non-modular includes in framework modules”
...
It’s the magic sentence that allows pods dependent on RxLibrary to be
archived correctly by XCode.
It’s less than ideal, and seems arbitrary (why RxLibrary specifically?),
so we’ll try to produce a minimal case and open an issue with it in the
Cocoapods repo.
2016-07-18 11:25:51 -07:00
Nathaniel Manista
46585e23f1
Update examples to GA API
2016-07-15 22:33:50 +00:00
Nathaniel Manista
e1466d6629
Client and server multiplex example
2016-07-15 21:43:02 +00:00
Jorge Canizales
854b81a83b
Advance versions from 0.14 -> 1.0
...
Pending:
- Tag BoringSSL repo.
- Tag gRPC repo.
- Build the plugin, zip it, and add it to the release.
- Push Cocoapods to trunk.
2016-07-15 11:23:48 -07:00
Stanley Cheung
febe79116c
php: fix interop tests breakage
2016-07-13 20:20:43 -07:00
kpayson64
85fa79d228
Merge pull request #7363 from stanley-cheung/php-prepare-for-ga-v1_0branch
...
php: prepare for GA release
2016-07-13 16:02:47 -07:00
makdharma
9195ea0f2a
Merge pull request #7359 from jcanizales/p0-protoc-podspec
...
Distribute ProtoC and the plugin as pods
2016-07-13 11:35:32 -07:00
Stanley Cheung
67bccfed99
php: prepare for GA release
2016-07-13 08:37:29 -07:00
Nicolas "Pixel" Noble
1c41c29c26
Merge branch 'release-0_15' into upmerge-master
...
Conflicts:
Makefile
build.yaml
gRPC-Core.podspec
gRPC.podspec
package.json
package.xml
src/core/lib/surface/version.c
src/csharp/Grpc.Auth/project.json
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/Grpc.Core/project.json
src/csharp/Grpc.HealthCheck/project.json
src/csharp/build_packages.bat
src/node/tools/package.json
src/python/grpcio/grpc/__init__.py
src/python/grpcio/grpc_version.py
src/python/grpcio_tests/tests/unit/_rpc_test.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
templates/gRPC.podspec.template
tools/distrib/python/grpcio_tools/grpc_version.py
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
tools/run_tests/port_server.py
2016-07-12 04:30:57 +02:00
Jorge Canizales
cfccf2a149
Merge master to resolve tests podspec conflict
2016-07-11 14:29:49 -07:00
Jorge Canizales
8f525f9bc5
Fix: Cocoapods doesn’t like dirs that start with ./
...
I wasted a huge amount of time debugging this madness.
2016-07-11 14:24:48 -07:00
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
2016-07-11 11:09:59 -07:00
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
2016-07-11 00:34:14 -07:00
kpayson64
887737945b
Merge pull request #7177 from kpayson64/python_codegen
...
Updated example codegen to use grpcio-tools
2016-07-08 12:45:29 -07:00
kpayson64
2bece9e0e1
Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warning
...
PHP: add warning about shutdown function
2016-07-08 10:13:27 -07:00
makdharma
5a412cf891
Merge pull request #7219 from jcanizales/merge-0.14-into-master
...
Merge 0.14 into master
2016-07-08 09:40:22 -07:00
Stanley Cheung
c28a6c1b3b
Merge pull request #6693 from thinkerou/phpt
...
Changed the README file of PHP example
2016-07-07 19:59:43 -07:00
Stanley Cheung
692a38f7fa
php: update example composer.json
2016-07-07 17:03:16 -07:00
Yuchen Zeng
1c58bd221d
Enable server reflection in c++ examples
2016-07-07 14:19:04 -07:00
Jorge Canizales
60fec9e547
Merge master into merge-0.14-into-master
...
The protobuf commit conflicted. Resolved to the latest one.
2016-07-01 16:52:08 -07:00
Jorge Canizales
f29e364168
Bump protobuf version to beta-3.3
...
It’s just the merge of beta-3.1 and beta-3.2, both of which we need.
2016-07-01 15:56:57 -07:00
Jorge Canizales
0f213c399c
Fix examples to work with local gRPC-Core
2016-07-01 11:54:35 -07:00
Jorge Canizales
c09854b8fe
Fix example Podfiles, and document better
2016-07-01 10:24:17 -07:00
Yuchen Zeng
753b45dcf8
Merge remote-tracking branch 'upstream/master' into handler_http_response
2016-06-30 19:16:59 -07:00
Jan Tattermusch
27e4979ee5
Merge pull request #7161 from dgquintas/use_release
...
Updated git clone URL
2016-06-30 13:30:19 -07:00
Ken Payson
5c88bc660c
Updated example codegen to use grpcio-tools
2016-06-30 11:54:50 -07:00
David Garcia Quintas
4281272389
Updated git clone URL
2016-06-29 17:39:07 -07:00
Jan Tattermusch
e4822e2f35
Merge pull request #7081 from y-zeng/build-example-travis
...
Build ObjC examples in travis
2016-06-29 12:17:15 -07:00
Jan Tattermusch
b4028f6675
Merge pull request #7046 from murgatroid99/master_merge_release-0_15
...
Merge release-0_15 into master
2016-06-27 11:49:46 -07:00
Jan Tattermusch
6dd25e52a6
Update gRPC in C# minutes readme.
2016-06-27 10:44:03 -07:00
Yuchen Zeng
b8431ae707
Add .xcscheme files for ObjC examples
2016-06-27 10:30:51 -07:00
Jan Tattermusch
09685d224e
regenerate files
2016-06-24 15:17:41 -07:00
Jan Tattermusch
d3b0dda9b8
update grpc nugets to 0.15
2016-06-24 15:17:39 -07:00
makdharma
80dc760acc
Merge pull request #6934 from makdharma/route_guide_fixes
...
Modified route_guide sample app to show RPC log
2016-06-24 13:57:50 -07:00
Makarand Dharmapurikar
5a3c6389ed
Added braces around _service
2016-06-23 14:02:33 -07:00
Makarand Dharmapurikar
abd285aed8
Added missing todo and moved _service
...
To Implementation
2016-06-23 13:30:19 -07:00
Jan Tattermusch
d605b63383
Merge pull request #7008 from jtattermusch/csharp_no_new_client
...
Remove generated NewClient factory method for C#.
2016-06-23 11:19:18 -07:00
Makarand Dharmapurikar
dde4fc66fb
changed service to _service, and added a TODO
...
TODO for removing boilerplate code
2016-06-23 10:35:19 -07:00
Jan Tattermusch
1bc42d9504
Merge pull request #6994 from y-zeng/update-example
...
Update examples with Cocoapods 1.0.0
2016-06-23 10:11:54 -07:00
Jan Tattermusch
f41ebc3968
remove occurences of NewClient factory method
2016-06-22 17:18:47 -07:00
Yuchen Zeng
db3ffe13cb
Update examples with Cocoapods 1.0.0
2016-06-22 01:14:25 -07:00
Yuchen Zeng
abc7427a4d
Update podfiles for objc examples
2016-06-20 14:40:57 -07:00
Yuchen Zeng
9790e97704
Merge remote-tracking branch 'upstream/master' into handler_http_response
2016-06-17 16:01:57 -07:00
Yuchen Zeng
955a364e34
Add bad_server_response_test
2016-06-17 13:55:50 -07:00
thinkerou
814b80e8e9
change README for node dir changed
2016-06-17 23:17:28 +08:00
Jan Tattermusch
c2b55afffd
Merge pull request #5256 from tamihiro/master
...
Minor fix on example script
2016-06-16 17:43:44 -07:00
Makarand Dharmapurikar
4412c85a10
crud removal
2016-06-16 10:37:51 -07:00
Makarand Dharmapurikar
3eba9075ef
using camelCase for output_label now
2016-06-16 10:15:32 -07:00
Makarand Dharmapurikar
a7cc90055e
Modified route_guide sample app to show RPC log
...
Modified the screens to show meaningful information about RPC progress.
When you click on each tab the screen now shows log messages that previously
only went to the debug console.
2016-06-16 09:59:51 -07:00
Jan Tattermusch
a9e3ea3815
Merge pull request #6659 from stanley-cheung/php-fix-style
...
PHP: ran php-cs-fixer again
2016-06-10 13:07:37 -07:00
Jan Tattermusch
16816cdaee
Merge pull request #6461 from y-zeng/fix-async-example
...
Check the value of Next in async examples
2016-06-09 14:37:25 -07:00
Jan Tattermusch
11ca9d8dc0
Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments
...
Add comments to generated code for Node and Ruby
2016-06-03 16:11:51 -04:00
murgatroid99
b39ad701ea
Added comments to ruby code generation
2016-05-20 13:27:33 -07:00
murgatroid99
210f3c4b8e
Added comments to node generation, also refactored some plugin code
2016-05-20 13:24:59 -07:00
Stanley Cheung
803c7ff973
php: one little thing missed
2016-05-19 16:51:49 -07:00
Stanley Cheung
46d94bb4aa
php: fix examples/ directory as well
2016-05-19 16:47:52 -07:00
chedeti
3626efbf42
Fix to undefined reference to gpr_log
2016-05-19 13:01:07 -07:00
Jan Tattermusch
166d48232d
Merge remote-tracking branch 'upstream/release-0_14' into HEAD
2016-05-18 21:26:01 -07:00
Jan Tattermusch
f551edf730
add missing copyrights to .bat files
2016-05-13 10:50:29 -07:00
Jan Tattermusch
677e04d7bd
Merge pull request #6431 from murgatroid99/node_protoc_examples
...
Split Node examples into static and dynamic code generation examples
2016-05-12 12:07:46 -07:00
Jan Tattermusch
2e78d4de7e
Merge pull request #6497 from murgatroid99/backport_node_protoc_examples
...
Backport node protoc examples
2016-05-12 12:06:29 -07:00
Jan Tattermusch
0bbbb3240e
migrate Greeter and Routeguide to 0.14.0 API
2016-05-11 15:35:46 -07:00
Jan Tattermusch
1aa52a074a
regenerate code
2016-05-11 15:06:06 -07:00
Jan Tattermusch
526c99188a
update RouteGuide to 0.14.0 nugets
2016-05-11 15:04:50 -07:00
Jan Tattermusch
4dae646a69
regenerate code
2016-05-11 14:57:37 -07:00
Jan Tattermusch
aff7564c4d
update Greeter to 0.14.0 nugets
2016-05-11 14:56:05 -07:00
murgatroid99
1da105e932
Improved description of examples bifurcation
2016-05-09 15:12:26 -07:00
murgatroid99
9081198da9
Split Node examples into static and dynamic code generation examples
2016-05-09 15:12:18 -07:00
Jorge Canizales
dcd8d7cd99
Merge pull request #6440 from makdharma/bugfixes
...
RouteGuide example now works with moving between tabs. Fixes issue 6404.
2016-05-09 11:07:56 -07:00
Yuchen Zeng
2eedca72d5
Check the value of Next() in async examples
2016-05-05 18:21:47 -07:00
Jan Tattermusch
e6274a18b3
Merge pull request #6430 from myeh/example/non_blocking_async_client
...
Modified sample async client to be multi-threaded
2016-05-05 16:04:13 -07:00
murgatroid99
395bca9a61
Improved description of examples bifurcation
2016-05-05 10:25:34 -07:00
Makarand Dharmapurikar
e79b08b5ec
RouteGuide example now works with moving between tabs. Fixes issue 6404.
2016-05-04 18:09:20 -07:00
Michael Yeh
f9b89b181d
Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments.
2016-05-04 16:36:20 -07:00
Michael Yeh
470cbd1c6e
Created a new sample async client that is non-blocking. A reader thread is spawned to handle all the RPC results.
2016-05-04 12:39:20 -07:00
Michael Yeh
2df7d40914
Modified sample async client to be non-blocking. A reader thread is spawned to handle all the RPC results.
2016-05-04 10:59:03 -07:00
murgatroid99
ddc0eb1be2
Split Node examples into static and dynamic code generation examples
2016-05-04 10:27:12 -07:00
yang-g
b0de7163ad
Add proto comments to generated _pb2.py files
2016-05-03 15:48:19 -07:00
murgatroid99
c7edb0ee10
Reverted 'Rewrite Node greeter example to use generated code'
2016-04-29 15:33:31 -07:00
Jan Tattermusch
2ea6765faf
Merge pull request #6321 from soltanmm/doc
...
Add Windows-specifics to Python docs
2016-04-28 15:22:52 -07:00
Nicolas Noble
8cb50edbed
Merge pull request #6268 from nicolasnoble/example_fix
...
Fixing examples.
2016-04-27 16:58:46 -07:00
Masood Malekghassemi
d06e9291cb
Add Windows-specifics to Python docs
2016-04-27 14:59:17 -07:00
Nicolas "Pixel" Noble
81159e5adc
Fixing examples.
2016-04-23 01:30:12 +02:00
murgatroid99
e264e3984f
Merged from master
2016-04-19 10:56:01 -07:00
Nicolas "Pixel" Noble
b60ed4f3d3
Upmerge the version bump from 0.13
2016-04-08 00:30:02 +02:00
Jan Tattermusch
d94b4ddf32
regenerate code
2016-04-01 10:32:55 -07:00
Jan Tattermusch
1255b5649b
update generate scripts
2016-04-01 10:32:07 -07:00
Jan Tattermusch
ecf82d0e58
cleanup example projects to contains links to important files
2016-04-01 10:24:47 -07:00
Jan Tattermusch
70f50b13de
upgrade helloworld and routeguide examples to 0.13.1
2016-04-01 10:13:08 -07:00
Craig Tiller
6169d5f7b0
Update copyrights
2016-03-31 07:46:18 -07:00
Jan Tattermusch
518e0c199c
Merge pull request #5837 from sreecha/grpc_fixit_node
...
DocFixit: Troubleshooting info for Windows and some minor tweaks
2016-03-24 07:12:34 -07:00
Jan Tattermusch
bbb1d1053a
Merge pull request #5659 from leifurhauks/py3_examples
...
python3-compatible syntax for python examples
2016-03-21 16:58:03 -07:00
Jan Tattermusch
26eb86ec9d
Merge pull request #5828 from murgatroid99/node_example_dependencies_fix
...
Updated example package.json with missing dependency
2016-03-18 15:47:14 -07:00
Sree Kuchibhotla
244545671d
DocFixit: Troubleshooting info for Windows and some minor tweaks
2016-03-18 14:44:31 -07:00
Leifur Halldor Asgeirsson
4df39871d0
python3-compatible syntax for python examples
2016-03-18 16:24:29 -04:00
Stanley Cheung
4302be789d
Merge pull request #5798 from y-zeng/documentation
...
Doc Fixit: examples/cpp/helloworld/README.md
2016-03-18 10:50:37 -07:00
murgatroid99
d506ecbcb0
Add other missing dependencies
2016-03-18 09:12:16 -07:00
murgatroid99
c3b8c8d859
Updated example package.json with missing dependency
2016-03-18 08:45:30 -07:00
murgatroid99
a4629362db
Fix minor issues with Ruby route guide client
2016-03-17 15:23:43 -07:00
Yuchen Zeng
c67a8ec111
Doc Fixit: examples/cpp/helloworld/README.md
...
Use 'RegisterService' for registering async services.
2016-03-17 11:36:59 -07:00
Jan Tattermusch
fca9464d8c
Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor
...
PHP: fix examples ClientStub constructor
2016-03-14 08:59:28 -07:00
Stanley Cheung
7fc1208a5c
still need this block for the example composer.json file
2016-03-10 16:58:45 -08:00
Stanley Cheung
d26753e414
update PHP composer.json files
2016-03-10 16:58:45 -08:00
Stanley Cheung
40202158fd
fix copyright
2016-03-10 16:58:34 -08:00
Stanley Cheung
7212f16700
php: fix examples ClientStub constructor
2016-03-10 16:58:34 -08:00
Lisa Carey
1b393da433
Updated main examples README to link to main docs and quickstarts
2016-03-09 15:16:56 +00:00
Lisa Carey
3be6801b72
Clarifying how to install for gRPC C++
2016-03-08 17:47:14 +00:00
LisaFC
119fd387db
Merge pull request #5632 from stanley-cheung/php-update-readme
...
Doc Fixit: PHP update readme
2016-03-08 16:25:52 +00:00
Craig Tiller
9d0638c038
Fix copyright
2016-03-07 20:23:37 -08:00
Masood Malekghassemi
dba948569a
Merge pull request #5620 from VcamX/patch-1
...
Set grace=0 to server stop in route_guide
2016-03-07 19:02:46 -08:00
Stanley Cheung
a41a6775d4
php: update readme
2016-03-07 17:10:07 -08:00
Lisa Carey
0211098e93
Removes confusing/unnecessary section on generating code.
2016-03-07 17:41:51 +00:00
VcamX
208fd6b339
Set grace=0 to server stop in route_guide
...
Fix #5619
2016-03-07 13:08:38 +08:00
Stanley Cheung
5821a444c7
remove stray grpc_common reference
2016-03-03 19:46:58 -08:00
Stanley Cheung
3f5c5c7e18
fix broken link
2016-03-03 19:46:13 -08:00
Stanley Cheung
6dd3c707c2
Update base INSTALL to markdown and remove outdated content
2016-03-03 14:58:48 -08:00
murgatroid99
4c8f8d89e7
Rewrite Node greeter example to use generated code
2016-02-26 11:43:05 -08:00
Nicolas "Pixel" Noble
1280fdb574
Merge branch 'master' into backport-merge
2016-02-22 21:30:14 +01:00
Tamihiro Yuzawa
2961e57007
Fix variable assignment in the example script
2016-02-22 18:29:45 +09:00
Masood Malekghassemi
13e9faa644
Remove outdated scripts
2016-02-17 12:40:07 -08:00
Stanley Cheung
e8130a1218
Update README.md with new installation flow
2016-02-16 21:13:18 -08:00
Kailash Sethuraman
5a80ac37a3
Merge pull request #5239 from jtattermusch/csharp_release_docs
...
Update C# docs for 0.13 release
2016-02-16 13:15:35 -08:00
Michael Lumish
30124c762f
Merge pull request #5245 from jtattermusch/csharp_examples_0_13
...
Update C# examples to 0.13.0 packages
2016-02-16 09:15:09 -08:00
Jan Tattermusch
84ef9d75d7
Merge pull request #5254 from grpc/release-0_13
...
Release 0.13 upmerge.
2016-02-15 10:05:17 -08:00
Jan Tattermusch
b836d03921
regenerate protobuf code and grpc stubs
2016-02-12 19:03:57 -08:00
Jan Tattermusch
ded21891f0
update regenerate scripts
2016-02-12 18:58:18 -08:00
Jan Tattermusch
aa576ee179
update nuget packages
2016-02-12 18:56:33 -08:00
Jan Tattermusch
7492c7c38c
Update README.md
2016-02-12 15:25:45 -08:00
murgatroid99
d1b390453c
Update Node examples and example documentation
2016-02-12 13:21:49 -08:00
Jan Tattermusch
e7c2566252
Merge pull request #4913 from pszemus/master
...
Update protobuf version to v3.0.0-beta-2
2016-02-11 11:27:19 -08:00
Craig Tiller
b9a5f167d1
Merge pull request #5205 from grpc/release-0_13
...
Release 0.13 upmerge.
2016-02-11 10:55:20 -08:00
Przemysław Sobala
fbf8c0b8ca
Update copyright
2016-02-11 11:03:21 +01:00
Nicolas "Pixel" Noble
9fe56a09fd
Fixing copyrights.
2016-02-11 02:16:53 +01:00
Nicolas "Pixel" Noble
7cc94e9381
Fixing Ruby examples.
2016-02-11 02:08:17 +01:00
Yang Gao
42fad8e765
Merge pull request #5041 from ejona86/sync-protos
...
Sync java options in example protos
2016-02-10 12:52:40 -08:00