Richard Belleville
7ac79c2e6a
[App Net] Switch Router to Mesh and Add unique string to Scope ( #28145 )
...
* Add unique suffix to scope
* Actually add suffix
* Switch from Router to Mesh
* Yapf
* Review
* Fix bad reference
* Break circular dependency
* Add a dash
3 years ago
Craig Tiller
77b4ade1a7
Arena allocated promise ( #28023 )
...
* Arena allocated promise
* finish
* Automated change: Fix sanity tests
* test
* Remove unused names
* fix
* older compiler fix
* fiiixes
* windows fixes?
* clangfmt
* fix windows?
* Document more
* fix destructors
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Jan Tattermusch
1979d43341
Fix C# nuget package build. ( #28152 )
...
* fix nuget build by removing deprecated packageIconUrl field
* react to dotnet pack output fix in .NET
3 years ago
Mark D. Roth
0bdb4d650b
Revert "Revert "use CppImplOf for grpc_server ( #28112 )" ( #28130 )" ( #28144 )
...
This reverts commit eec0ca98c1
.
3 years ago
Craig Tiller
f6a88e54ec
ignore dynamic linker segments in bloat severity calculations ( #28149 )
3 years ago
Mark D. Roth
cfca3e5419
use WorkSerializer for subchannel connectivity state notifications ( #28111 )
3 years ago
Esun Kim
9be7ca5a55
Roll-forward #27780 ( #27951 )
...
* Revert "Revert #27780 (#27944 )"
This reverts commit 26e7560309
.
* Fix google_api_upbdefs
3 years ago
sanjaypujare
33a4d6920d
internal_ci: rename grpc_xds_k8s_python to psm-security-python as part of tech-debt cleanup and name clarity ( #28136 )
3 years ago
Esun Kim
461bb5e41f
To LTS 20211102.0 ( #27916 )
3 years ago
Yash Tibrewal
25446c468a
Support RDS updates on the server ( #27851 )
...
* Port changes from #27388
* Reviewer comments
* Fix resource timeout issue
* Cleanup
* Fix clang-tidy
* Revert benchmark
* Restructure
* clang-tidy
* Automated change: Fix sanity tests
* Partial commit
* Reviewer comments
* Fixes
* Reviewer comments
* Reviewer comments
* Reviewer comments
* Reviewer comments
* clang-format
* Fix FaultInjection tests
* clang-tidy
Co-authored-by: yashykt <yashykt@users.noreply.github.com>
3 years ago
Esun Kim
11f440775b
Fix xds_end2end_test dyld ( #28133 )
3 years ago
Mark D. Roth
eec0ca98c1
Revert "use CppImplOf for grpc_server ( #28112 )" ( #28130 )
...
This reverts commit 2ea8e50c3a
.
3 years ago
Craig Tiller
4573ee8491
Add missing exec ctx to public api ( #28134 )
3 years ago
Paulo Castello da Costa
84525ae029
Reduce OSS benchmarks polling time to 5s. ( #28131 )
...
This change reduces total run time from ~86min to ~74min.
3 years ago
Mark D. Roth
8e7718c663
remove RDS and EDS resource deletion inside of XdsClient ( #28128 )
3 years ago
Zach Reyes
266c93fa3b
Add v1.42.0 release of grpc-go to interop matrix ( #27985 )
3 years ago
Vignesh Babu
4dd0bba12e
Revert "Revert "Api fuzzer extensions to support simulating traffic congestion ( #27820 )" ( #27973 )" ( #27974 )
...
* Revert "Revert "Api fuzzer extensions to support simulating traffic congestion (#27820 )" (#27973 )"
This reverts commit 879f97ef70
.
* updating passthru_endpoint file to fix windows breakages
* Automated change: Fix sanity tests
Co-authored-by: Vignesh2208 <Vignesh2208@users.noreply.github.com>
3 years ago
Craig Tiller
d6214cbf5a
Remove BUILD.gn (again) ( #28121 )
3 years ago
Craig Tiller
0794973bbb
Reland user-agent metadata work ( #28109 )
...
* Revert "Revert "user-agent metadata trait, also: grpc_core::Slice is born (#27770 )" (#28108 )"
This reverts commit 89d08dad9d
.
* will it blend
* will it blend
* will it blend
* lcnagfmt
* sanity
* will it blend
* sleep @ end
* will it blend
* Revert "sleep @ end"
This reverts commit d6bca8ed3d
.
* review feedback
* review feedback
3 years ago
Craig Tiller
4ff6d66c06
Don't limit bloaty output lines ( #28120 )
...
* dont limit bloaty output lines
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Craig Tiller
e762aded3c
Fix api_fuzzer found bug ( #28113 )
3 years ago
Craig Tiller
98276d8b46
Guard against duplicate ops in the same batch ( #28118 )
...
* Guard against duplicate ops in the same batch
* add test
* add fuzzer example
* better name
3 years ago
donnadionne
2a6948f69d
Adding prefix to authority map key ( #28106 )
...
* Adding prefex to authority map key
* fixing according to code review suggestions
* fixing
3 years ago
Terry Wilson
c4a101b5dc
Add Java v1.40.2 and v1.41.1 to the interop test client matrix. ( #27953 )
3 years ago
donnadionne
a415d81287
Passing repo manager to markdroth ( #28114 )
...
* Passing repo manager to markdroth
* one more file
3 years ago
Mark D. Roth
1050eedb87
enable clang-tidy readability-static-definition-in-anonymous-namespace check ( #28033 )
3 years ago
Mark D. Roth
2ea8e50c3a
use CppImplOf for grpc_server ( #28112 )
...
* use CppImplOf for grpc_server
* fix build
* fix sanity
3 years ago
Jan Tattermusch
79b58431ed
Update csharp SDK to LTS versions ( #27966 )
...
* update C# SDK
* regenerate dockerfiles
* install .NET6 and .NET Core 3.1
* regenerate dockerfiles
* change netcoreapp2.1 targets to netcoreapp3.1
* update installed SDKs in aarch64 C# job
* update run_tests scripts to use netcoreapp3.1 for C#
3 years ago
Esun Kim
7910c5f8ae
Sync Protos with grpc-proto repo ( #27957 )
...
* Sync with grpc_proto
* UPB gen
3 years ago
Esun Kim
ddb9d5d700
Increase iOS test timeout from 1.5h to 2.0h ( #28110 )
3 years ago
Mark D. Roth
3a1c812d2b
xDS: strip "type.googleapis.com/" prefix off of resource type constants ( #28024 )
3 years ago
Craig Tiller
6001ea84b9
Faster clang-format ( #28086 )
...
* use parallelism to speed clang-format performance
* use parallelism to speed clang-format performance
3 years ago
Jan Tattermusch
89d08dad9d
Revert "user-agent metadata trait, also: grpc_core::Slice is born ( #27770 )" ( #28108 )
...
This reverts commit 7a40f50cb3
.
3 years ago
Craig Tiller
7a40f50cb3
user-agent metadata trait, also: grpc_core::Slice is born ( #27770 )
...
* new slice api
* storage-classes
* Automated change: Fix sanity tests
* tweaks
* refinement
* refinement
* compiles
* Automated change: Fix sanity tests
* better impl
* convert to gtest
* clean
* fixes
* tests
* Automated change: Fix sanity tests
* more-tests
* clarity
* comments
* comments
* fixes
* comment-updates
* fixes
* spam
* Automated change: Fix sanity tests
* move transport size into transport!
* mebbefix
* fix type
* x
* fix-merge
* review feedback
* review feedback
* Automated change: Fix sanity tests
* meh
* review feedback
* fix
* resolve compile issue
* Remove slice_refcount dependency on RefCounted
* update init for channel_data in http_client_filter
* Automated change: Fix sanity tests
* remove banned function
* fixes
* will it blend
* will it blend
* fix refcount init
* fix
* fix comment
* Fix typo in bloat script
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Hannah Shi
fcb5200298
setup-ios-bazel-test-to-run-c-core-ee-ut ( #28029 )
3 years ago
Craig Tiller
da47e88237
Fix typo in bloat script ( #28104 )
3 years ago
yifeizhuang
0aca504993
add gcr image for java release v1.42.1 ( #28094 )
...
* add gcr image for java release v1.42.1
* replace java release v1.42.0 with v1.42.1
3 years ago
Craig Tiller
6af45a35ba
Tooling to remove redundant grpc_core:: namespace references ( #28030 )
...
* Tooling to remove redundant grpc_core:: namespaces
These references tend to show up in our C++ code after C modules get
converted. Many get caught in review, many get missed.
* use it
* clang-format
3 years ago
Mark D. Roth
fff84402ac
Second attempt: XdsClient: fix resource timeout behavior ( #28088 )
...
* Revert "Revert "XdsClient: fix resource timeout behavior (#27860 )" (#28032 )"
This reverts commit 817eed0928
.
* use the right status code enum
3 years ago
Esun Kim
2fd63f2f81
Upgrade upb to 0e0de7d9 ( #27984 )
...
* Remove upb first
* Squashed 'third_party/upb/' content from commit 0e0de7d9f9
git-subtree-dir: third_party/upb
git-subtree-split: 0e0de7d9f927aa888d9a0baeaf6576bbbb23bf0b
* Update bazel deps
* Regen upb files
* Fix build
3 years ago
sanjaypujare
c211b823d4
internal_ci: rename grpc_xds_k8s to psm-security as part of tech-debt cleanup and name clarity ( #28034 )
3 years ago
Craig Tiller
48323d8ea6
Ensure JSON parser can consume dumped JSON ( #27994 )
...
* Ensure JSON parser can consume dumped JSON
* fixes
* fixes
* Update fuzzer.cc
3 years ago
Craig Tiller
b7311aad77
Exclude debug sections from bloat severity calculations ( #28089 )
3 years ago
Craig Tiller
ea49e4c73a
Revert "[BinderTransport] Send correct version to server and verify it ( #27990 )" ( #28090 )
...
This reverts commit 92c34b8a82
.
3 years ago
Craig Tiller
bbd94c5a50
fix missing header ( #28087 )
3 years ago
Ming-Chuan
355a324cae
Remove extra ';' after member function definition ( #28038 )
...
Some user of gRPC library have [-Werror,-Wextra-semi] set and this extra
';' makes the code uncompilable
3 years ago
Craig Tiller
a629c9a03e
Reland resource quota work ( #28017 )
...
* Check if memory owner available prior to polling it
The transport may drop the memory owner during its destruction sequence
* tcp_fix
* Revert "Revert "New resource quota integration (#27643 )" (#28014 )"
This reverts commit 0ea2c37263
.
* clang-format
* fix-path
* fix
3 years ago
Ming-Chuan
901e72edc0
[BinderTransport] Print error message when API level is too low ( #27989 )
...
Also removes an obsolete API
3 years ago
Ming-Chuan
92c34b8a82
[BinderTransport] Send correct version to server and verify it ( #27990 )
...
We support wireformat version 1.
3 years ago
Yash Tibrewal
6b34d961be
Use WorkSerializer in XdsClient to propagate updates in a synchronized manner ( #27975 )
...
* Use WorkSerializer in XdsClient to propagate updates
* Fix breakage
* Add missing Drain
* More fixes
* Get around msvc issue
* Fix asan leak
* Reviewer comments
* Get around TSAN annotations
* Remove notes
* Clang-format
* Reviewer comments
3 years ago