Tariq Ramlall
74a207509a
Merged master
2020-05-06 15:32:33 -04:00
Lidi Zheng
f6e6b9f640
Fix the pylint complain
2020-04-30 15:16:32 -07:00
Taras Galkovskyi
f375c0b548
minor stylistic fixes
2020-04-30 18:58:44 +00:00
Taras Galkovskyi
d62df731a0
pacify pylint on examples folder
2020-04-29 23:22:22 +00:00
Taras Galkovskyi
469631f549
run yapf; delete alts unit tests
2020-04-29 22:50:35 +00:00
Taras Galkovskyi
486e27e2de
fix formatting issues
2020-04-29 19:43:45 +00:00
Taras Galkovskyi
42bd106898
updating comments to make clear that ALTS is only supported on GCP
2020-04-15 22:14:08 +00:00
Taras Galkovskyi
3ff24dd63a
Merge branch 'master' of git://github.com/grpc/grpc
2020-04-15 18:18:51 +00:00
Taras Galkovskyi
02da3330c2
address review comments
2020-04-15 18:13:04 +00:00
Jan Tattermusch
beee4cefa3
Merge pull request #22636 from chalin/patch-4
...
C++ Hello World: refer reader to Quick Start
2020-04-15 09:24:08 +02:00
Jan Tattermusch
c923f95294
Merge pull request #22633 from chalin/patch-1
...
Removing obsolete C++ tutorial content
2020-04-14 10:23:52 +02:00
Jan Tattermusch
66dc6e97f6
Merge pull request #22635 from chalin/patch-3
...
C++ examples README cleanup
2020-04-14 09:51:35 +02:00
Patrice Chalin
c95c2102c6
Delete cpptutorial.md
2020-04-13 15:04:23 -04:00
Richard Belleville
0cdffa970c
Buildifier
2020-04-13 10:25:56 -07:00
Richard Belleville
c14fce7ab4
Typo
2020-04-10 19:35:01 -07:00
Richard Belleville
e97cd37e68
Support running multiprocessing example without Bazel
2020-04-10 19:33:07 -07:00
Richard Belleville
96024a9ad3
Update documentation
2020-04-10 19:22:55 -07:00
Taras Galkovskyi
97e7c5e9b6
ALTS BUILD file for exampel
2020-04-10 14:30:57 +00:00
Taras Galkovskyi
72cd29266d
simplify ALTS client
2020-04-10 14:27:30 +00:00
Patrice Chalin
a3714f5b08
C++ Hello World: refer reader to Quick Start
2020-04-09 17:20:48 -04:00
Patrice Chalin
33082023e9
C++ examples README cleanup
...
Contributes to https://github.com/grpc/grpc.io/issues/180 .
cc @ejona86 @jtattermusch @srini100
2020-04-09 17:00:33 -04:00
Patrice Chalin
ebe94949ca
Removing obsolete C++ tutorial content
...
Contributes to https://github.com/grpc/grpc.io/issues/180
2020-04-09 16:22:37 -04:00
Taras Galkovskyi
828ee320a4
Expose ALTS client/server credentials on Python layer
2020-04-07 00:14:41 +00:00
Muxi Yan
a7995e4c4d
Use a more compressable client message
2020-03-30 14:00:21 -07:00
Richard Belleville
f64e7af7cd
Add requirements.txt
2020-03-25 10:35:45 -07:00
Richard Belleville
571a564f51
Add type annotations and comments
2020-03-24 14:23:25 -07:00
Richard Belleville
0c28a9beaf
Specify the Python version
2020-03-24 14:11:17 -07:00
Richard Belleville
3fd0001481
Add Python xDS example server
2020-03-23 16:05:41 -07:00
Donna Dionne
48fa247304
Building C++ example with grpc++ instead of grpc++_unsecure
...
The example should be build with grpc++, not grpc++_unsecure.
For some reason in some branches like master, both versions are built in
so problem not detected. This problem surfaced in 1.28x so needs to be
fixed to link with the correct grpc++.
2020-03-18 09:49:26 -07:00
Donna Dionne
ca8ba90292
Adding Proto Reflection and Health Check to basic C++ example server
...
And ensuring the example can be built and ran via
bazel, make, and cmake.
2020-03-05 12:47:14 -08:00
Vijay Pai
717a29d096
Fix formatting
2020-03-02 13:01:30 -08:00
Vijay Pai
b3bca043b2
Explain that this has Chinese comments with English translation
2020-03-02 10:22:12 -08:00
Jan Tattermusch
a28d67f0bf
Merge pull request #21891 from jtattermusch/remove_useless_release_links
...
get rid of the https://grpc.io/release plague
2020-02-13 17:43:41 +01:00
Richard Belleville
a2e4a23fc0
Merge pull request #20783 from Yannic/proto_incompat
...
[bazel] Add fixes for --incompatible_load_proto_rules_from_bzl
2020-02-07 15:46:38 -08:00
Donna Dionne
2bf8cbb424
Modify helloworld example to allow a target string
2020-02-06 15:39:48 -08:00
Yannic Bonenberger
06ecc87290
[bazel] Add fixes for --incompatible_load_proto_rules_from_bzl
2020-02-05 19:58:30 +01:00
Jan Tattermusch
21512217f2
get rid of the https://grpc.io/release plague
2020-02-04 15:01:03 +01:00
Eduardo Broto
60953c511d
Add missing greeter_async_client2 to c++ helloworld CMakeLists.txt
2020-01-22 13:15:45 +01:00
Jan Tattermusch
27cdec0041
buildifier format
2020-01-15 04:43:59 -05:00
Richard Belleville
69f990673f
Conform to protobuf's usage of six
2020-01-15 04:43:59 -05:00
Esun Kim
5207eba9ff
Add abseil
2020-01-03 19:29:55 -08:00
Esun Kim
7be821ac47
Yapf all target python sources
2020-01-03 09:25:10 -08:00
Tariq Ramlall
2f00d2b7ca
[Docs] Changed variable names to be more accurate in README for cpp helloworld example.
2019-12-20 18:32:08 -05:00
Tariq Ramlall
efee7d4677
[Docs] Updated link to CPP example on grpc.io website.
2019-12-20 18:15:36 -05:00
Zack Galbreath
0be62b021a
Add distrib test for CMake FetchContent build
2019-12-19 09:36:25 -05:00
Zack Galbreath
ec239c48f7
Allow helloworld example to provide its own protoc and grpc_cpp_plugin
2019-12-18 10:04:39 -05:00
Esun Kim
885b1aa785
Change bundler version
2019-12-16 17:23:46 -08:00
Stanley Cheung
188fe7ca53
PHP: update readme
2019-12-06 01:34:38 -08:00
Muxi Yan
9bda9e9cb5
Add additional comments
2019-11-27 13:36:41 -08:00
Muxi Yan
c0b85e5a46
clang-format
2019-11-27 11:31:09 -08:00