Richard Belleville
65d14904e4
Add todo about deduping
5 years ago
Alexander Polcyn
011986e1fd
Regenerate projects
5 years ago
Yash Tibrewal
29b769124f
Revert check_copyright.py
5 years ago
Yash Tibrewal
9e4ceb041e
Move the proto to third_party
5 years ago
Richard Belleville
13fa5040ca
Sometimes, copyright headers can cause test failures
5 years ago
Richard Belleville
b50110b583
Fix Windows
5 years ago
Yash Tibrewal
2c6074ac6a
Copyright exemption and buildify format
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
nanahpang
2676c16b76
Update check_include_guards.py
...
Sanity Check.
5 years ago
Jan Tattermusch
63d8c89bba
regenerate projects
5 years ago
nanahpang
997e6a7910
Update check_include_guards.py
...
Fixed the Py3 checker issue during import. Use print() instead of print and add "from __future__ import print_function" for py2 and py3 compatibility.
5 years ago
Lidi Zheng
5151783c58
Remove unused file
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
Mark D. Roth
41d87b7307
Allow C++-style comments on #endif lines.
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
Hannah Shi
c69c06b8d6
generate api reference documents by doxygen
5 years ago
Richard Belleville
9448150eec
Remove option to specify path
5 years ago
Richard Belleville
c2c5057e9d
Fix up examples
5 years ago
Mark D. Roth
5afa417c89
Revert "Merge pull request #23524 from markdroth/xds_logging_revert"
...
This reverts commit b5b9172915
, reversing
changes made to 47c6c826f7
.
5 years ago
Micah Kornfield
db05deb143
uses sources.json
5 years ago
Mark D. Roth
a0f08b1b06
Revert "Merge pull request #21941 from markdroth/xds_logging"
...
This reverts commit 37d5d93983
, reversing
changes made to 0e8190a3c9
.
5 years ago
Stanley Cheung
4f9d3d2e0f
Bump version to 1.30.2
5 years ago
Esun Kim
bec51c0175
Manylinux2010-based Ruby images
5 years ago
Richard Belleville
999bbf1401
Format
5 years ago
Richard Belleville
fd0d0f77df
Fix Bazel warning
5 years ago
Esun Kim
89b10106ce
Update by review
5 years ago
Richard Belleville
df0978ceb0
Clean up build file
5 years ago
Esun Kim
bfa1ca968c
Add gRPC-specific docker images for Ruby build
5 years ago
Alexander Polcyn
a1d1a8e543
Bump 1.30.x branch to 1.30.1
5 years ago
Richard Belleville
a950149a90
Pin isort to fix sanity test breakage
5 years ago
Richard Belleville
a4ca41960c
Pin isort to fix sanity test breakage
5 years ago
Richard Belleville
d4e8d9956c
Run tests under setup.py
5 years ago
Mark D. Roth
c1d7180daa
Use upb textformat library to dump out raw xDS proto messages
5 years ago
Srini Polavarapu
d1c4118798
Regenerate projects
5 years ago
Richard Belleville
4fcf9d01d2
Address review comments
5 years ago
Richard Belleville
98bb4b6124
Copyright header
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
Richard Belleville
f22e247183
Add script to install all Python modules
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