aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #15115 from mehrdada/portability111Gravatar Mehrdad Afshari2018-04-19
|\ | | | | Add 1.11.0 to interop matrix
* \ 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
| | * 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
| |/ |/|
* | 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.
* \ \ \ 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
| | | | | | |
* | | | | | | Merge pull request #15062 from adelez/foundry_integrationGravatar adelez2018-04-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add --runs_per_test_detects_flakes --runs_per_test=2 to force master …
| * | | | | | | Add --runs_per_test_detects_flakes --runs_per_test=2 to force master builds ↵Gravatar Adele Zhou2018-04-13
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | run without caching
| * / / / / / PHP: fix persistentChannelTest errorGravatar ZhouyihaiDing2018-04-13
|/ / / / / /
| | | | * | Merge pull request #15035 from mehrdada/v1.11.xGravatar Mehrdad Afshari2018-04-13
| | | | |\ \ | | | | | | | | | | | | | | Bump v1.11.x to 1.11.0 #gorgeous
* | | | | \ \ Merge pull request #14991 from ZhouyihaiDing/pr_persistent_channelGravatar Zhouyihai Ding2018-04-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: change persistent_list to the map owned by gRPC itself
* \ \ \ \ \ \ \ Merge pull request #15052 from ncteisen/department-of-redundancy-departmentGravatar Vijay Pai2018-04-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Rename ProtoBuffer Helpers
| * | | | | | | | Rename ProtoBuffer helpersGravatar ncteisen2018-04-12
|/ / / / / / / /
* | | | | | | | Merge pull request #13539 from grpc/AspirinSJL-patch-1Gravatar Nicolas Noble2018-04-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix comment in test UpdateBalancersDeadUpdate
* \ \ \ \ \ \ \ \ Merge pull request #15020 from danzh2010/multisocketsGravatar Sree Kuchibhotla2018-04-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow udp_server to create multiple listeners for each port via SO_REUSEPORT
* \ \ \ \ \ \ \ \ \ Merge pull request #15042 from yashykt/gprlikely1Gravatar Yash Tibrewal2018-04-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | use GPR_UNLIKELY in GPR_ASSERT
| | | | * | | | | | | PHP: use persistent list not shared by other modulesGravatar ZhouyihaiDing2018-04-12
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #15036 from muxi/clang-format-objcGravatar Muxi Yan2018-04-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clang format Objective C
| | * | | | | | | | | | use GPR_UNLIKELY in GPR_ASSERTGravatar Yash Tibrewal2018-04-12
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #15009 from yashykt/gprlikelyGravatar Yash Tibrewal2018-04-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for GPR_LIKELY and GPR_UNLIKELY
| | | | | | | | * | | | Fix issue #14717. Piggyback keepalive ping onto pings already inflight if anyGravatar Yash Tibrewal2018-04-12
| | | | | | | | | | | |
| | * | | | | | | | | | Fix generate_projectsGravatar Muxi Yan2018-04-12
| | | | | | | | | | | |
| | | * | | | | | | | | formatGravatar Dan Zhang2018-04-12
| | | | | | | | | | | |
| | | * | | | | | | | | use renamed function in test for cheking so_reuseportGravatar Dan Zhang2018-04-12
| | | | | | | | | | | |
| | | * | | | | | | | | Allow udp_server to create multiple listeners for each port via SO_REUSEPORTGravatar Dan Zhang2018-04-12
| | | | | | | | | | | |
| | | | | | | | | | | * Replace a11r with AspirinSJL in client_channel OWNERS file.Gravatar Mark D. Roth2018-04-12
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |