Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions agents/grpc/src/proto/reconfigure.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions deps/grpc/.bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ test/distrib/bazel/cpp
test/distrib/bazel/python
test/distrib/bazel/python_second_test_repo

# Uses it's own MODULE.bazel deps.
tools/artifact_gen

# Directories build containing own BUILD files.
test/bzlmod
src/python/grpcio_tests/src/
Expand Down
13 changes: 13 additions & 0 deletions deps/grpc/.gemini/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
have_fun: false
memory_config:
disabled: false
code_review:
disable: false
comment_severity_threshold: MEDIUM
max_review_comments: -1
pull_request_opened:
help: false
summary: false
code_review: false
include_drafts: false
ignore_patterns: []
3 changes: 3 additions & 0 deletions deps/grpc/.gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@
[submodule "third_party/opentelemetry-cpp"]
path = third_party/opentelemetry-cpp
url = https://github.com/open-telemetry/opentelemetry-cpp
[submodule "third_party/cel-spec"]
path = third_party/cel-spec
url = https://github.com/google/cel-spec
13 changes: 13 additions & 0 deletions deps/grpc/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@

-----------------------------------------------------------

Following applies to:
./src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec
./src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
./src/objective-c/!ProtoCompiler.podspec
./src/objective-c/BoringSSL-GRPC.podspec
./templates/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec.inja
./templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.inja
./templates/src/objective-c/!ProtoCompiler.podspec.inja
./templates/src/objective-c/BoringSSL-GRPC.podspec.template

BSD 3-Clause License

Copyright 2016, Google Inc.
Expand Down Expand Up @@ -235,6 +245,9 @@ THE POSSIBILITY OF SUCH DAMAGE.

-----------------------------------------------------------

Following applies to:
./etc/roots.pem

Mozilla Public License Version 2.0
==================================

Expand Down
30 changes: 22 additions & 8 deletions deps/grpc/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions deps/grpc/grpc.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
'src/core/client_channel/subchannel.cc',
'src/core/client_channel/subchannel_pool_interface.cc',
'src/core/client_channel/subchannel_stream_client.cc',
'src/core/client_channel/subchannel_stream_limiter.cc',
'src/core/config/config_vars.cc',
'src/core/config/config_vars_non_generated.cc',
'src/core/config/core_configuration.cc',
Expand Down Expand Up @@ -278,8 +279,11 @@
'src/core/ext/transport/chttp2/transport/stream_lists.cc',
'src/core/ext/transport/chttp2/transport/transport_common.cc',
'src/core/ext/transport/chttp2/transport/varint.cc',
'src/core/ext/transport/chttp2/transport/write_cycle.cc',
'src/core/ext/transport/chttp2/transport/write_size_policy.cc',
'src/core/ext/transport/chttp2/transport/writing.cc',
'src/core/ext/upb-gen/cel/expr/checked.upb_minitable.c',
'src/core/ext/upb-gen/cel/expr/syntax.upb_minitable.c',
'src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c',
'src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c',
'src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c',
Expand All @@ -300,9 +304,11 @@
'src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/common/mutation_rules/v3/mutation_rules.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/core/v3/cel.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c',
'src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c',
Expand Down Expand Up @@ -346,6 +352,9 @@
'src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c',
'src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c',
'src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.c',
'src/core/ext/upb-gen/envoy/extensions/grpc_service/call_credentials/access_token/v3/access_token_credentials.upb_minitable.c',
'src/core/ext/upb-gen/envoy/extensions/grpc_service/channel_credentials/tls/v3/tls_credentials.upb_minitable.c',
'src/core/ext/upb-gen/envoy/extensions/grpc_service/channel_credentials/xds/v3/xds_credentials.upb_minitable.c',
'src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.c',
'src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c',
'src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.c',
Expand Down Expand Up @@ -451,6 +460,9 @@
'src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c',
'src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.c',
'src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c',
'src/core/ext/upbdefs-gen/envoy/config/core/v3/cel.upbdefs.c',
'src/core/ext/upbdefs-gen/cel/expr/checked.upbdefs.c',
'src/core/ext/upbdefs-gen/cel/expr/syntax.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/annotations/deprecation.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/annotations/resource.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/admin/v3/certs.upbdefs.c',
Expand Down Expand Up @@ -479,6 +491,7 @@
'src/core/ext/upbdefs-gen/envoy/config/cluster/v3/cluster.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/config/cluster/v3/filter.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/config/cluster/v3/outlier_detection.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/config/common/mutation_rules/v3/mutation_rules.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/config/core/v3/address.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/config/core/v3/backoff.upbdefs.c',
'src/core/ext/upbdefs-gen/envoy/config/core/v3/base.upbdefs.c',
Expand Down Expand Up @@ -617,10 +630,9 @@
'src/core/handshaker/handshaker_registry.cc',
'src/core/handshaker/proxy_mapper_registry.cc',
'src/core/handshaker/endpoint_info/endpoint_info_handshaker.cc',
'src/core/handshaker/http_connect/http_connect_handshaker.cc',
'src/core/handshaker/http_connect/http_connect_client_handshaker.cc',
'src/core/handshaker/http_connect/http_proxy_mapper.cc',
'src/core/handshaker/http_connect/xds_http_proxy_mapper.cc',
'src/core/handshaker/security/legacy_secure_endpoint.cc',
'src/core/handshaker/security/pipelined_secure_endpoint.cc',
'src/core/handshaker/security/secure_endpoint.cc',
'src/core/handshaker/security/security_handshaker.cc',
Expand Down Expand Up @@ -733,6 +745,7 @@
'src/core/lib/resource_quota/memory_quota.cc',
'src/core/lib/resource_quota/periodic_update.cc',
'src/core/lib/resource_quota/resource_quota.cc',
'src/core/lib/resource_quota/stream_quota.cc',
'src/core/lib/resource_quota/thread_quota.cc',
'src/core/lib/slice/percent_encoding.cc',
'src/core/lib/slice/slice.cc',
Expand Down Expand Up @@ -1008,6 +1021,7 @@
'src/core/xds/grpc/xds_endpoint_parser.cc',
'src/core/xds/grpc/xds_health_status.cc',
'src/core/xds/grpc/xds_http_fault_filter.cc',
'src/core/xds/grpc/xds_http_filter.cc',
'src/core/xds/grpc/xds_http_filter_registry.cc',
'src/core/xds/grpc/xds_http_gcp_authn_filter.cc',
'src/core/xds/grpc/xds_http_rbac_filter.cc',
Expand Down
28 changes: 0 additions & 28 deletions deps/grpc/include/grpc++/impl/codegen/call_hook.h

This file was deleted.

Loading
Loading