Richard Belleville
a80a3b72bb
Do not import grpc_tools.protoc from grpc_tools
5 years ago
Richard Belleville
e835d368bd
Fix import errors on Windows
5 years ago
Richard Belleville
d743defdaf
Fix import errors on Windows
5 years ago
Richard Belleville
0e24177fc3
Make version check more stringent
5 years ago
Richard Belleville
47dc875801
Make version check more stringent
5 years ago
Mark D. Roth
9fd377b160
Bump version number to 1.32.0.
5 years ago
Mark D. Roth
a818a376b2
Change version to 1.32-pre1 and bump major core version number.
5 years ago
Mark D. Roth
30e4170dc3
Update version of master to 1.33-dev ("geeky").
5 years ago
Jan Tattermusch
2e86c86540
run tools/distrib/python/make_grpcio_tools.py
5 years ago
Richard Belleville
24537b4767
Fix breakage when variable unset
5 years ago
Richard Belleville
5ace9fc145
Revert changes to grpcio-tools setup.py
5 years ago
Richard Belleville
65d14904e4
Add todo about deduping
5 years ago
Alexander Polcyn
011986e1fd
Regenerate projects
5 years ago
Richard Belleville
13fa5040ca
Sometimes, copyright headers can cause test failures
5 years ago
Richard Belleville
b50110b583
Fix Windows
5 years ago
Richard Belleville
2d9e8bc736
Copyright
5 years ago
Richard Belleville
60f88e20a4
Fix bazel grpc_tools test
5 years ago
Richard Belleville
568dd00774
Buildifier
5 years ago
Richard Belleville
2c1efcd0ae
Add documentation
5 years ago
nanahpang
e4ead4bec0
Update docgen.py
...
Fix a RexAnalyzer error during the import, and update in github as well.
Parentheses around a single item in Python has no effect: (foo) is exactly equivalent to foo. In many cases this is harmless, but it can suggest a subtle bug when used in string formatting. A '%'-formatted string with a single format specifier can be formatted using a single value or a one element tuple: 'hello %s' % name or 'hello %s' % (name,). Consequently, a line like error_msg = 'Cannot process %s' % (data) may leave code reviewers and future readers unsure if there is a subtle bug if data is a tuple.
Since the args.repo_owner here is a single string, drop the parentheses is better.
5 years ago
Jan Tattermusch
63d8c89bba
regenerate projects
5 years ago
Lidi Zheng
38530cc2bc
Make docgen work better with virtualenv
5 years ago
Lidi Zheng
981baff79b
Fix the docgen script:
...
1. Make it use python3 by default;
2. Simplify its arguments.
5 years ago
Jan Tattermusch
6f0a17d41d
regenerate projects
5 years ago
Jan Tattermusch
80daba44d9
regenerate projects
5 years ago
Jan Tattermusch
f39f341ee1
regenerate projects
5 years ago
Richard Belleville
9448150eec
Remove option to specify path
5 years ago
Richard Belleville
c2c5057e9d
Fix up examples
5 years ago
Stanley Cheung
4f9d3d2e0f
Bump version to 1.30.2
5 years ago
Richard Belleville
999bbf1401
Format
5 years ago
Richard Belleville
fd0d0f77df
Fix Bazel warning
5 years ago
Richard Belleville
df0978ceb0
Clean up build file
5 years ago
Alexander Polcyn
a1d1a8e543
Bump 1.30.x branch to 1.30.1
5 years ago
Richard Belleville
d4e8d9956c
Run tests under setup.py
5 years ago
Srini Polavarapu
d1c4118798
Regenerate projects
5 years ago
Richard Belleville
6055bc564d
Shorten type names
5 years ago
Richard Belleville
0d0d2c65bc
Manually format Cython
5 years ago
Richard Belleville
1f655ad351
Fix gil relinquishment
5 years ago
Lidi Zheng
d98ecdb85c
Set version upper bound for protobuf; installs grpcio-tools instead
5 years ago
Srini Polavarapu
090b05d387
Regenerate projects
5 years ago
Srini Polavarapu
057091fe1f
Regenerate projects
5 years ago
Lidi Zheng
677e657e5b
Improve readability & prevent deadlock
5 years ago
Lidi Zheng
99eefe48b2
Add grpc-prefixed package generation script
5 years ago
Stanley Cheung
6f72faa74b
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
eccbac3443
Update grpc protoc plugins to support proto3 optional
5 years ago
Karthik Ravi Shankar
063704ebad
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
Stanley Cheung
f70ebf85a6
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
dc9b100865
Update grpc protoc plugins to support proto3 optional
5 years ago
Stanley Cheung
18b1d4a398
Bump version to 1.29.1 for PHP
5 years ago
Nicolas "Pixel" Noble
d9906e4162
Flipping version.
5 years ago