Lidi Zheng
97453a3d81
Merge pull request #17303 from lidizheng/sanity-python-3
...
Run pylint test in Python 3
6 years ago
Mark D. Roth
09f57c17ee
Refactor request routing code out of client_channel.
6 years ago
Mark D. Roth
b96196f655
Merge pull request #17547 from markdroth/alignment_cleanup
...
Remove now-unnecessary workarounds for alignment issues.
6 years ago
Muxi Yan
291b4f363b
More test fix
6 years ago
Jan Tattermusch
dcb194c6e3
PHP interop client: do not append :443 to host name unless necessary
...
$server_port is actually a string and appending the port number to
server_host breaks jwt_token_creds testcase.
6 years ago
Jan Tattermusch
b904fdaa40
do not use server override in ruby interop client by default
6 years ago
Jan Tattermusch
b4d4f2c467
do not use server override in php interop client by default
6 years ago
Jan Tattermusch
4f261a071e
do not use server override in python interop client by default
6 years ago
Jan Tattermusch
f9e1cde01c
yapf run_interop_tests.py
6 years ago
Jan Tattermusch
2b028c8cec
do not use default server override for C++ interop client
6 years ago
Jan Tattermusch
3458ede262
dont set server_override for cloud_to_prod tests
6 years ago
Jan Tattermusch
a022c8204c
csharp interop client: dont set override by default
6 years ago
Muxi Yan
6cf4622cd1
provide host
6 years ago
Muxi Yan
c72a0af781
change deployment target
6 years ago
Juanli Shen
a0c7ec851e
Merge pull request #17560 from AspirinSJL/add_build_for_example
...
Add Bazel targets for compression example
6 years ago
Muxi Yan
f7ca97a6fe
clang-format
6 years ago
Muxi Yan
c5f84c5cb8
Batch fix
6 years ago
Muxi Yan
0de27b5d29
More fix ProtoRPC
6 years ago
Muxi Yan
1876d0d366
ProtoRPC bug
6 years ago
Yash Tibrewal
ad8f04feca
Fix compiler error
6 years ago
Juanli Shen
1600fde6b6
Add Bazel targets for compression example
6 years ago
Juanli Shen
e892d5dc51
Merge pull request #17503 from AspirinSJL/lb_example
...
Add LB example
6 years ago
Juanli Shen
c771009320
Merge remote-tracking branch 'upstream/master' into lb_example
6 years ago
Muxi Yan
92123a4a33
Rebuild APIv2Tests
6 years ago
Juanli Shen
33a4b502c4
Add LB example
6 years ago
Muxi Yan
72dc62ee2e
Revert "Try earlier APIv2Tests"
...
This reverts commit 3f57e3451b
.
6 years ago
Muxi Yan
25e7366413
Revert "Rename getTokenWithHandler"
...
Since the renamed protocol is breaking people and is not general enough, we revert the rename and leave the work to interceptor
This reverts commit 92db5fc724
.
6 years ago
Eric Gribkoff
56d29d09ec
Merge pull request #17557 from ericgribkoff/unused_import
...
removed unused traceback import
6 years ago
Eric Gribkoff
6211f4589b
removed unused traceback import
6 years ago
Muxi Yan
3f57e3451b
Try earlier APIv2Tests
6 years ago
Vijay Pai
8cd1c0e379
Merge pull request #17552 from vjpai/interceptor_comments
...
Document purpose and validity of interception API
6 years ago
Yang Gao
5763add7c9
Merge pull request #17554 from g-easy/oc
...
Destruct CensusContext to avoid leaking memory.
6 years ago
Lidi Zheng
916aeffa66
Merge pull request #17505 from lidizheng/check-on-pr
...
Utilize the GitHub Check Feature
6 years ago
easy
8279777167
Destruct CensusContext to avoid leaking memory.
...
Otherwise, the placement-new leaks context -> span_ -> impl_ which is
a std::shared_ptr.
6 years ago
Srini Polavarapu
f537de75cf
Merge pull request #17546 from srini100/master
...
Add 1.17.1 to interop
6 years ago
Yash Tibrewal
8114c05a2f
Merge pull request #17351 from yashykt/softerrorsetsocket
...
Fallback instead of failing for cases where are not able to set the socket options
6 years ago
Nicolas Noble
62fd6850b0
Merge pull request #17534 from markdroth/grpclb_subchannel_fix
...
Fix bug incorrectly inhibiting subchannel sharing for grpclb.
6 years ago
Yang Gao
998f41a593
Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_util
...
Fold gpr_test_util to grpc_test_util
6 years ago
Mark D. Roth
09a173b4b6
Remove now-unnecessary workarounds for alignment issues.
6 years ago
Vijay Pai
cfe08f35f3
Add comments explaining purpose and validity of interception API
6 years ago
Yash Tibrewal
3c3876a5da
Merge pull request #17544 from yashykt/factorydocs
...
Allow interceptor creators to return nullptr
6 years ago
Nicolas Noble
7c4a406420
Merge pull request #17055 from danieljoos/openssl_v_1_1
...
Enable compilation with OpenSSL 1.1 API
6 years ago
Muxi Yan
d79b3fe320
Fix test
6 years ago
Lidi Zheng
886a932a1a
Use KOKORO_GITHUB_PULL_REQUEST_NUMBER instead of ghprbPullId
6 years ago
hcaseyal
e51a28636f
Merge pull request #17512 from hcaseyal/update_md_doc
...
Improve metadata documentation for the user
6 years ago
Mark D. Roth
1438b17890
Fix bug that was breaking subchannel reuse in grpclb.
6 years ago
Mark D. Roth
b9fd078170
Merge pull request #17533 from markdroth/grpclb_trace_logging
...
Improve grpclb trace logging.
6 years ago
Yash Tibrewal
31a775b425
Add missing argument
6 years ago
Yash Tibrewal
a20263f64d
Add tests using NullInterceptorFactory
6 years ago
Srini Polavarapu
75077243de
Add 1.17.1 to interop
6 years ago