aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2019-06-25Merge pull request #19424 from apolcyn/drop_ruby_22_backportNicolas Noble
Backport "Drop support for ruby < 2.3" to 1.22.x
2019-06-21building upb as part of cmake build is not necessaryJan Tattermusch
2019-06-20Drop support for ruby < 2.3; update and unskip distrib testsAlexander Polcyn
2019-06-19Update Protobuf versionMuxi Yan
2019-06-18Merge pull request #19182 from haon4/201905291635Jan Tattermusch
Update protobuf version to 3.8.0
2019-06-13Merge pull request #19294 from gnossen/python_3.8_testRichard Belleville
Add Python 3.8 test
2019-06-11Update ruby version to just 3.8Hao Nguyen
2019-06-11Merge pull request #19302 from dronecore/add-cmake-system-name-iosJan Tattermusch
Add support for CMAKE_SYSTEM_NAME=iOS
2019-06-11React to renaming grpc-dotnet slnJames Newton-King
2019-06-08Add support for CMAKE_SYSTEM_NAME=iOSJonas Vautherin
An iOS toolchain is now part of CMake (3.14+), and therefore it makes sense to consider it. Note: it used to report "Darwin" and now it reports "iOS". Reference: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos
2019-06-07Add python 3.8 testRichard Belleville
2019-06-05disable bazel wrapper inside docker containersJan Tattermusch
2019-06-05update scriptsJan Tattermusch
2019-05-29Update protobuf versionHao Nguyen
2019-05-29Merge pull request #19137 from ejona86/openjdk8Jan Tattermusch
Swap java interop tests to openjdk8
2019-05-29Merge pull request #19127 from jtattermusch/unify_bazel_versionsJan Tattermusch
Unify bazel versions
2019-05-24Swap java interop tests to openjdk8Eric Anderson
Since openjdk8 is dead to us (see #19113), we cannot leave openjdk8 in the list of runtimes in client_matrix.py. The list of runtimes is now the defaults to use, which includes master, and you can specify alternative runtimes per-release. Fixes #19113
2019-05-23Flaky network test enhancements and cleanupsPrashant Jaikumar
- Parameterized flaky_network_test to run with different packet sizes and credentials. - Cleanup debugger_macros Parametrize flaky_network_test to run with different packet sizes and credentials.
2019-05-23update bazel version in dockerfileJan Tattermusch
2019-05-20Rename root certificate bundle in gRPC-C++ podMuxi Yan
2019-05-15Remove get-grpc.sh=
2019-05-14Add managed .NET gRPC client to interop testsJames Newton-King
2019-05-07Merge pull request #18865 from jtattermusch/csharp_buffer_slicesJan Tattermusch
C# support slice-by-slice deserialization (allow accessing payload as ReadOnlySequence when on netstandard2.0)
2019-05-06remove unused recv_message_to_buffer methodJan Tattermusch
2019-04-26Merge pull request #18814 from muxi/fix-cfstream-build-yamlMuxi Yan
Build system fix for default CFStream
2019-04-26Merge pull request #18650 from ejona86/sed-jessie-updatesJan Tattermusch
Remove vestigial sed for /etc/apt/sources.list in Dockerfiles
2019-04-25csharp: support slice-by-slice deserializationJan Tattermusch
2019-04-24Merge remote-tracking branch 'upstream/v1.20.x' into HEADJan Tattermusch
2019-04-19build system fix for default CFStreamMuxi Yan
2019-04-15Merge pull request #16527 from swift-nav/silverjam/buildroot-cross-compileNicolas Noble
Don't overwrite HOST_* make variables
2019-04-12Merge branch 'master' into sed-jessie-updatesEric Anderson
2019-04-12workaround the need to source activate.shJan Tattermusch
2019-04-11Update aspnetcore interop scripts to use activate.shJohn Luo
2019-04-08Merge pull request #18651 from ejona86/interop-reduce-java-sizeEric Anderson
grpc_interop_java: Remove unnecessary cruft from container
2019-04-04grpc_interop_java: Remove unnecessary cruft from containerEric Anderson
This reduces the container size from 1.4 GB to 640 MB. 129 MB is jessie, 489 MB jdk, and 22 MB grpc-java. When we swap from jessie to stretch, we could swap to openjdk:8-jdk-slim-stretch which would make the entire image 265 MB. Python was never needed; it was added by mistake in 0589e533. Pre-downloading gradle artifacts isn't helpful these days, because we build on a clean machine. Git isn't needed as cp is sufficient. libapr1 has not been required by tcnative for a long time, and we even use tcnative-boringssl-static since at least 1.0, which also doesn't need it. The final cleanup is to remove source and downloaded artifacts when done compiling.
2019-04-04Remove vestigial sed for /etc/apt/sources.list in DockerfilesEric Anderson
Jessie has a line that looks like this, now-a-days, so the regex is no longer matching: deb http://security.debian.org/debian-security jessie/updates main But because that line was changed, downloads are also working correctly out-of-the-box. The sed was originally added in #18530.
2019-04-04upgrade bazel to 0.23.2 for docker legacy bazel buildsBill Feng
excluded Python tests from Bazel legacy C/C++ Kokoro CI jobs disabled building examples due to existance of python
2019-04-03loosen dependecy in gemspec templateJoe Bolinger
2019-04-02Merge pull request #17599 from muxi/default-cfstream-2Muxi Yan
Turn on CFStream by default on iOS
2019-04-01Merge pull request #18591 from jtattermusch/csharp_verify_peer_callbackJan Tattermusch
Provide access to verify_peer_callback from C# (take two)
2019-04-01Merge remote-tracking branch 'upstream/master' into default-cfstream-2Muxi Yan
2019-04-01Bump up protobuf versionMuxi Yan
2019-03-31Modify verifyPeerCallback logic to use NativeCallbackDispatcherJan Tattermusch
2019-03-28Fix ruby bundler package version mismatchmurgatroid99
2019-03-28Fix other docker build issuesmurgatroid99
2019-03-28Merge remote-tracking branch 'upstream/master' into default-cfstream-2Muxi Yan
2019-03-27Slightly different check-valid-until fixmurgatroid99
2019-03-26Update fix with new information from postmurgatroid99
2019-03-26Update jessie-backports URLmurgatroid99
2019-03-26Merge branch 'v1.19.x'Lidi Zheng