Lidi Zheng
65f8527e12
Make shellcheck happy
4 years ago
Lidi Zheng
698fb998a1
Add a script to generate all languages doc and push to GitHub
4 years ago
Mark D. Roth
a818a376b2
Change version to 1.32-pre1 and bump major core version number.
4 years ago
Mark D. Roth
30e4170dc3
Update version of master to 1.33-dev ("geeky").
4 years ago
Lidi Zheng
72a005981b
Shallow update not allowed (--depth)
4 years ago
Lidi Zheng
db9987a3d1
Resolve comments
4 years ago
Lidi Zheng
e07297c7b1
Add a link to automatically create a PR
4 years ago
Lidi Zheng
4f5f082dee
Make shellcheck happy
4 years ago
Lidi Zheng
cd028e5efa
Add a script to generate all languages doc and push to GitHub
4 years ago
Jan Tattermusch
2e86c86540
run tools/distrib/python/make_grpcio_tools.py
4 years ago
Jan Tattermusch
e36ee8ef19
fix sanity tests
4 years ago
Jan Tattermusch
54613cc45b
upb codegen: put .upbdefs.h and .upbdefs.c files in a different directory
4 years ago
Richard Belleville
24537b4767
Fix breakage when variable unset
4 years ago
Richard Belleville
5ace9fc145
Revert changes to grpcio-tools setup.py
4 years ago
Richard Belleville
65d14904e4
Add todo about deduping
4 years ago
Alexander Polcyn
011986e1fd
Regenerate projects
4 years ago
Yash Tibrewal
29b769124f
Revert check_copyright.py
4 years ago
Yash Tibrewal
9e4ceb041e
Move the proto to third_party
4 years ago
Richard Belleville
13fa5040ca
Sometimes, copyright headers can cause test failures
4 years ago
Richard Belleville
b50110b583
Fix Windows
4 years ago
Yash Tibrewal
2c6074ac6a
Copyright exemption and buildify format
4 years ago
Richard Belleville
2d9e8bc736
Copyright
4 years ago
Richard Belleville
60f88e20a4
Fix bazel grpc_tools test
4 years ago
Richard Belleville
568dd00774
Buildifier
4 years ago
Richard Belleville
2c1efcd0ae
Add documentation
4 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.
4 years ago
nanahpang
2676c16b76
Update check_include_guards.py
...
Sanity Check.
4 years ago
Jan Tattermusch
63d8c89bba
regenerate projects
4 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.
4 years ago
Lidi Zheng
5151783c58
Remove unused file
4 years ago
Lidi Zheng
38530cc2bc
Make docgen work better with virtualenv
4 years ago
Lidi Zheng
981baff79b
Fix the docgen script:
...
1. Make it use python3 by default;
2. Simplify its arguments.
4 years ago
Mark D. Roth
41d87b7307
Allow C++-style comments on #endif lines.
4 years ago
Jan Tattermusch
6f0a17d41d
regenerate projects
4 years ago
Jan Tattermusch
80daba44d9
regenerate projects
4 years ago
Jan Tattermusch
f39f341ee1
regenerate projects
4 years ago
Hannah Shi
c69c06b8d6
generate api reference documents by doxygen
4 years ago
Richard Belleville
9448150eec
Remove option to specify path
4 years ago
Richard Belleville
c2c5057e9d
Fix up examples
4 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
.
4 years ago
Micah Kornfield
db05deb143
uses sources.json
4 years ago
Mark D. Roth
a0f08b1b06
Revert "Merge pull request #21941 from markdroth/xds_logging"
...
This reverts commit 37d5d93983
, reversing
changes made to 0e8190a3c9
.
4 years ago
Stanley Cheung
4f9d3d2e0f
Bump version to 1.30.2
4 years ago
Esun Kim
bec51c0175
Manylinux2010-based Ruby images
4 years ago
Richard Belleville
999bbf1401
Format
4 years ago
Richard Belleville
fd0d0f77df
Fix Bazel warning
4 years ago
Esun Kim
89b10106ce
Update by review
4 years ago
Richard Belleville
df0978ceb0
Clean up build file
4 years ago
Esun Kim
bfa1ca968c
Add gRPC-specific docker images for Ruby build
4 years ago
Alexander Polcyn
a1d1a8e543
Bump 1.30.x branch to 1.30.1
4 years ago