aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Eliminate bare-except suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate old-style-class suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate wildcard-import suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate function-redefined suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate unnecessary-lambda suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate undefined-variable suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate non-iterator-returned suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate undefined-loop-variable suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate raising-bad-type suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate unreachable suppressionGravatar Mehrdad Afshari2018-04-19
|
* Eliminate bad-continuation suppressionGravatar Mehrdad Afshari2018-04-19
|
* Merge pull request #15117 from markdroth/dns_resolver_test_fixGravatar Mark D. Roth2018-04-19
|\ | | | | Clean up test cases in dns_resolver_test.
* \ Merge pull request #15090 from markdroth/handshaker_traceGravatar Mark D. Roth2018-04-19
|\ \ | | | | | | Add tracer for handshakers.
* \ \ Merge pull request #15101 from markdroth/llvm_build_fixGravatar Mark D. Roth2018-04-19
|\ \ \ | | | | | | | | Avoid warnings from LLVM -Wself-assign.
* \ \ \ Merge pull request #15107 from kpayson64/break_out_protosGravatar kpayson642018-04-19
|\ \ \ \ | | | | | | | | | | Break qps services into seperate protos
| | | | * Clean up test cases in dns_resolver_test.Gravatar Mark D. Roth2018-04-19
| | | | |
* | | | | Merge pull request #15115 from mehrdada/portability111Gravatar Mehrdad Afshari2018-04-19
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add 1.11.0 to interop matrix
| | * | | Break out qps services into seperate protosGravatar kpayson642018-04-18
| | | | |
* | | | | Merge pull request #12280 from muxi/convert-swift-sampleGravatar Muxi Yan2018-04-18
|\ \ \ \ \ | | | | | | | | | | | | Convert SwiftSample to Swift 3 style
| | * | | | Add 1.11.0 to portability testsGravatar Mehrdad Afshari2018-04-18
| |/ / / / |/| | | |
* | | | | Merge pull request #15109 from mehrdada/run-pylint-on-test-codeGravatar Mehrdad Afshari2018-04-18
|\ \ \ \ \ | | | | | | | | | | | | Run pylint on Python test code
| | * | | | Address commentsGravatar Muxi Yan2018-04-18
| | | | | |
| | * | | | Update Swift version in xcodeprojGravatar Muxi Yan2018-04-18
| | | | | |
| | * | | | Convert SwiftSample to Swift 3 styleGravatar Muxi Yan2018-04-18
| |/ / / / |/| | | |
* | | | | Merge pull request #15104 from grpc/inhibit-tests-warningGravatar Muxi Yan2018-04-18
|\ \ \ \ \ | |_|/ / / |/| | | | Inhibit warnings caused by Protobuf
| | | | * Don't crash on null channel args or read buffer.Gravatar Mark D. Roth2018-04-18
| | | | |
| | * | | Run pylint on Python test codeGravatar Mehrdad Afshari2018-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test modules were not under pylint jurisdiction, and actual bugs have been found in tests that would have been prevented had we run static analysis on the test code as we do on the core modules. This is the first step to enable pylint on tests. Due to numerous warnings since the code is not ready and needs refactoring, a new `.pylintrc` specific to tests is added that suppresses a number of valid warnings. The goal is stepwise elimination of each class of warning while refactoring the code such that it will not emit any warnings in future commits, always keeping the sanity checks passing and keeping the disruption minimal.
* | | | | Merge pull request #15039 from markdroth/client_channel_ownersGravatar Mark D. Roth2018-04-18
|\ \ \ \ \ | |_|/ / / |/| | | | Replace a11r with AspirinSJL in client_channel OWNERS file.
| | * | | Inhibit warnings caused by ProtobufGravatar Muxi Yan2018-04-18
| |/ / / |/| | |
| | * | Avoid warnings from LLVM -Wself-assign.Gravatar Mark D. Roth2018-04-18
| | | |
* | | | Merge pull request #15080 from matt-kwong/pythonpathGravatar Matt Kwong2018-04-18
|\ \ \ \ | | | | | | | | | | Upgrade pip for virtualenv Python in build_python.sh
| * | | | Upgrade pip for virtualenv Python in build_python.shGravatar Matt Kwong2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of Kokoro macOS workers to Sierra, not all versions of Python have a pip version new enough to have TLSv1.2. This change should make macOS Python testing more resilient to environment changes.
* | | | | Merge pull request #15088 from ↵Gravatar Nathaniel Manista2018-04-17
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nathanielmanistaatgoogle/fix-cancel_many_calls_test Fix a use of nonexistent .received_cancelled.
| | | | * Add tracer for handshakers.Gravatar Mark D. Roth2018-04-17
| |_|_|/ |/| | |
* | | | Merge pull request #15087 from AspirinSJL/fix_alts_buildGravatar Juanli Shen2018-04-17
|\ \ \ \ | | | | | | | | | | Make package name of ALTS tests explicitly under test
| | * | | Fix a use of nonexistent .received_cancelledGravatar Nathaniel Manista2018-04-17
| |/ / / |/| | | | | | | | | | | | | | | | | | | .received_cancelled was changed to .cancelled() in 81edf5ff9af2d90813773acb9c2793e1a4cd1057; this change should have been a part of that change.
| * | | Add build path to ALTS test BUILD filesGravatar Juanli Shen2018-04-17
|/ / /
* | | Merge pull request #15078 from mehrdada/upmerge-1110Gravatar Mehrdad Afshari2018-04-17
|\ \ \ | | | | | | | | Upmerge v1.11.x into master
* \ \ \ Merge pull request #15077 from jtattermusch/fix_macos_interop_to_prodGravatar Jan Tattermusch2018-04-17
|\ \ \ \ | | | | | | | | | | Fix macos interop_to_prod tests
* \ \ \ \ Merge pull request #14727 from yihuazhang/hook_alts_cppGravatar yihuaz2018-04-16
|\ \ \ \ \ | |_|_|/ / |/| | | | Add C++ wrapper APIs for ALTS credentials
| * | | | Add C++ experimental API extensions for ALTS C stackGravatar Yihua Zhang2018-04-16
|/ / / /
* | | | Merge pull request #15041 from yashykt/keepalivefixGravatar Yash Tibrewal2018-04-16
|\ \ \ \ | | | | | | | | | | Fix issue #14717. Piggyback keepalive ping onto pings inflight
| | | * | Upmerge branch 'v1.11.x' into masterGravatar Mehrdad Afshari2018-04-16
| |_|/| | |/| | | |
| | * | | fix macos interop_to_prod testsGravatar Jan Tattermusch2018-04-16
| |/ / / |/| | |
| | * | Merge pull request #15073 from jtattermusch/init_cares_dns_serverGravatar Jan Tattermusch2018-04-16
| | |\ \ | | | | | | | | | | Fix cares resolution with default authority (for v1.11.x)
* | | \ \ Merge pull request #14951 from ericgribkoff/android_interopGravatar Eric Gribkoff2018-04-16
|\ \ \ \ \ | | | | | | | | | | | | Android C++ Interop App
| | | | * | fix cares resolution with default authorityGravatar Jan Tattermusch2018-04-16
| | | |/ /
* | | | | Merge pull request #15066 from matt-kwong/php-path-fixGravatar Matt Kwong2018-04-13
|\ \ \ \ \ | | | | | | | | | | | | Set DYLD_LIBRARY_PATH to be based off of
* \ \ \ \ \ Merge pull request #15061 from ZhouyihaiDing/Plist_testGravatar Zhouyihai Ding2018-04-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | PHP: fix persistentChannelTest error
| | * | | | | Set DYLD_LIBRARY_PATH to be based off ofGravatar Matt Kwong2018-04-13
| | | | | | |