Yash Tibrewal
390078b7a8
Add tests for new service config mechanism
6 years ago
Eric Anderson
977e4b1450
grpc_interop_java: Remove unnecessary cruft from container
...
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.
6 years ago
Bill Feng
d74e4079c5
upgrade bazel to 0.23.2 for docker legacy bazel builds
...
excluded Python tests from Bazel legacy C/C++ Kokoro CI jobs
disabled building examples due to existance of python
6 years ago
Karthik Ravi Shankar
9b42ab79e0
Make build fixes for bazel build :all
6 years ago
Karthik Ravi Shankar
f01997b377
Merge branch 'master' into grpc_namespace_channel_arguments
6 years ago
Juanli Shen
4ae20ad972
Fix count in xds/grpclb test
6 years ago
Yash Tibrewal
fbe3b3575f
Cleanup and continue parsing service config even if parser errors are received
6 years ago
Karthik Ravi Shankar
c50dd23ea7
Merge branch 'master' into grpc_namespace_server
6 years ago
Karthik Ravi Shankar
dd39f78e3f
Merge branch 'master' into revert-18502-revert-18242-grpc_namespace_serverbuilder
6 years ago
Karthik Ravi Shankar
af283b3183
Merge pull request #18452 from grpc/grpc_namespace_server_credentials
...
Fold server credentials from grpc to grpc_impl namespace
6 years ago
Karthik Ravi Shankar
5b1bf21090
Merge pull request #18434 from grpc/grpc_namespace_generic_stub
...
Fold GenericStub from grpc_impl to grpc
6 years ago
Srini Polavarapu
190609d332
add v1.19.0 to interop matrix for cxx, python, csharp
6 years ago
Mark D. Roth
a8a166227b
Merge pull request #18636 from markdroth/health_check_client_use_after_free_bug
...
Fix health check client to wait for subchannel call stack destruction before destroying the arena.
6 years ago
Yash Tibrewal
c28f16e481
Reviewer comments
6 years ago
Doug Fawley
045790e00d
Merge pull request #18480 from dfawley/bad_content_type
...
Update spec to recommend behavior to improve error handling of non-gRPC clients
6 years ago
Bill Feng
6bd9657e59
Merge pull request #18643 from grpc/jtattermusch-patch-5
...
Upgrade linux RBE tests to bazel 0.23.2
6 years ago
Karthik Ravi Shankar
a93ff7d617
Fix script errors
6 years ago
Karthik Ravi Shankar
79a0be902e
Merge branch 'master' into revert-18502-revert-18242-grpc_namespace_serverbuilder
6 years ago
Karthik Ravi Shankar
6287a60b5b
Fix script errors
6 years ago
Karthik Ravi Shankar
0cedc27cb6
Merge branch 'master' into grpc_namespace_server_credentials
6 years ago
Karthik Ravi Shankar
9222d4f3c2
Fix clang issues
6 years ago
Karthik Ravi Shankar
23a77f7c0e
Merge branch 'master' into grpc_namespace_server
6 years ago
rmstar
9774fbde11
Merge pull request #18639 from rmstar/cfstreamfix
...
Fix CFStreamTest.NetworkTransition.
6 years ago
Mark D. Roth
4a19b2f45f
Add atomic to ensure we don't cancel twice.
...
Also convert existing seen_response_ to new atomic API.
6 years ago
Mark D. Roth
56d8f9896b
Merge pull request #18580 from markdroth/data_plane_combiner
...
Second attempt: Split data plane and control plane into their own combiners.
6 years ago
Jan Tattermusch
cba5c089eb
Upgrade linux RBE tests to bazel 0.23.2
6 years ago
Jan Tattermusch
db14f3da4b
Merge pull request #18641 from grpc/python_bazel_mitigation
...
Mitigate Python Bazel Breakage
6 years ago
apolcyn
8a093c78e9
Merge pull request #18635 from jbolinger/ruby-deps
...
Loosen the dependency on the googleapis-common-protos-types gem
6 years ago
Yash Tibrewal
0f0e774722
Clean up
6 years ago
Yash Tibrewal
0c8ef41a5e
Remove smart pointers from global registry
6 years ago
Richard Belleville
f3f6237e6d
Wrap long line
6 years ago
Richard Belleville
615c95ed5c
Mitigate #18256
6 years ago
Yash Tibrewal
9bfd2354ec
Add global and method parsing logic
6 years ago
Joe Bolinger
13f2c19aee
loosen dependecy in gemspec template
6 years ago
Prashant Jaikumar
80140f53fb
Fix CFStreamTest.NetworkTransition.
...
It looks like CFStream doesn't detect stream errors when the server is listening on 127.0.0.2 and the interface is shutdown.
The test started failing after address was changed from 10.0.0.1 to 127.0.0.2 in #18381 . This commit changes the server address back to 10.0.0.1.
6 years ago
Karthik Ravi Shankar
9b312aa25b
Merge pull request #18600 from karthikravis/grpc_namespace_proto_server
...
Move ProtoServerReflectionPlugin from grpc to grpc_impl namespace
6 years ago
Srini Polavarapu
6c5a55c466
Merge pull request #18617 from srini100/master
...
release notes generation script
6 years ago
Karthik Ravi Shankar
12c20bc67c
Merge pull request #18436 from grpc/grpc_namespace_auth_metadata_processor
...
Fold AuthMetadataProcessor into grpc_impl from grpc
6 years ago
Juanli Shen
68a2277121
Merge pull request #18460 from AspirinSJL/fix_route_guide
...
Fix route guide example
6 years ago
Karthik Ravi Shankar
a70b7d8d83
Merge pull request #18455 from grpc/grpc_namespace_error_details
...
Fold ErrorDetails into grpc_impl from grpc
6 years ago
Mark D. Roth
0e7ea67351
Fix health check client to wait for subchannel call stack destruction before destroying the arena.
6 years ago
Karthik Ravi Shankar
e642e175e7
Merge pull request #18374 from grpc/grpc_namespace_channel_create
...
Moving create_channel from grpc to grpc_impl
6 years ago
Joe Bolinger
39765c1f65
loosen dependency on googleapis-common-protos-types
6 years ago
Karthik Ravi Shankar
99b3016336
Merge pull request #18419 from grpc/grpc_namespace_server_load_reporting
...
Move LoadReportingServiceServerBuilderOption from grpc to grpc_impl
6 years ago
Yash Tibrewal
c871a0bb32
Remove commented code
6 years ago
Yash Tibrewal
4d696c659e
Reviewer comments
6 years ago
Mark D. Roth
eccfecd6a6
Move functions for individual args out of channel_args.{h,cc}.
6 years ago
Nicolas Noble
cb01297021
Merge pull request #18445 from nicolasnoble/last-memset-for-real-this-time
...
Taking care of a last few memsets.
6 years ago
Karthik Ravi Shankar
87d2d68c4f
Merge branch 'master' into grpc_namespace_server_credentials
6 years ago
Mark D. Roth
ebf4cc1dfa
Avoid crash in pick_first when invoking ExitIdleLocked() after shutdown.
6 years ago