Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click house/v1.53.2 #33

Closed
wants to merge 5,814 commits into from
Closed

Click house/v1.53.2 #33

wants to merge 5,814 commits into from

Conversation

rschu1ze
Copy link
Member

No description provided.

sergiitk and others added 30 commits January 6, 2023 14:49
…ce. (#31858)

Updates the ProtoReflectionDescriptorDatabase ctor to take a reference
to std::shared_ptr<grpc::ChannelInterface> rather than
std::shared_ptr<grpc::Channel>. This helps code that is making use of
grpc::ChannelInterface from having to perform a cast from the Base to
the Derived when creating the refelction db.
* Inital Grpc.Tools unit tests

* refining the tests

* Get tests to run on Linux

* further grpc.tools tests changes

* changes for relative/absoulte paths

* Simplify running on just one framework

* Add Protobuf.MSBuild.dll for tests to use

* fix typo in comment

* fix copyright note

* Revert "Add Protobuf.MSBuild.dll for tests to use"

This reverts commit 542756cadef13b38d38101f1d4b548cbc9fb3eef.

* cleanup Directory.Build.props

* fix location of tasksAssembly

* cleanup in preparing paths

* add test-out to .gitignore

* many simplifications to MsBuildIntegrationTest

* update expected test results data

* many improvements to fakeprotoc.py

* yapf code

* fix copyright licenses

* reintroduce normalized paths

* minor fixes

* attempt simplify Directory.Build.targets

* newline at EOF

* simplify result comparison

* add a TODO

* further simplify MsBuildIntegrationTest test harness

* avoid internal symbol conflict by diambiguating test protos

* add TODO

* style fixes

* one more fixup

Co-authored-by: Jan Tattermusch <[email protected]>
* plumb qps in backend metric data

* pull in updated orca proto

* gen_upb_api

* Automated change: Fix sanity tests

Co-authored-by: markdroth <[email protected]>
…ties (#31926)

* eliminate activity* from wakers

* event engine activity wakeup scheduler

* Automated change: Fix sanity tests

* add exec ctx

* fix

* iwyu

* fix

Co-authored-by: ctiller <[email protected]>
…994)

* [EventEngine] ThreadPool: pause execution of closures on fork

* update tests

* iwyu

* disable test

* iwyu
* GCP Observability: Plumbing with logging filter

* Fix MacOS build

* IWYU

* IWYU again
* Bump  v1.51.x to 1.51.0-pre1 (#31622)

* bump version to 1.51.0-pre1

* regenerate projects

* Branch 1.51.x: Cherrypick "Adding token url validation cases for psc endpoints #31616" and "Added url validation for aws metadata endpoints in aws external account #31626" (#31646)

* Adding token url validation cases for psc endpoints (#31616)

* Adding validation case for psc endpoint

* formatting fix

* Added url validation for aws metadata endpoints in aws external account (#31626)

* Added url validation for aws metadata endpoints in aws external account

* addressing review comments

* fix error message back

* Fix broken test

* xds resolver: fix edge cases in interactions between LDS and RDS (#31668) (#31672)

* xds resolver: fix edge cases in interactions between LDS and RDS

* improve SwitchFromInlineRouteConfigToRds test

* clang-tidy

* Automated change: Fix sanity tests

Co-authored-by: markdroth <[email protected]>

Co-authored-by: markdroth <[email protected]>

* xDS: fix crash on wrong listener type (both client and server side) (#31684) (#31691)

* xds resolver: fix crash on wrong listener type

* fix same bug on server side

* fix clang-tidy and add requested TODO

* Bump v1.51.x to v1.51.0 (#31705)

* bump version to 1.51.0

* regenerate projects

* Revert "Build with System OpenSSL on Mac OS arm64 (#31096)" (#31739)

This reverts commit b3d9833.

* Bump v1.51.x to 1.51.1 (#31740)

* Bump to 1.51.1

* Regenerate projects

Co-authored-by: Richard Belleville <[email protected]>
Co-authored-by: aeitzman <[email protected]>
Co-authored-by: Mark D. Roth <[email protected]>
Co-authored-by: markdroth <[email protected]>
* crash function

* progress

* fix

* fix

* Automated change: Fix sanity tests

* fix

* fix

* fix

* fixes

* Automated change: Fix sanity tests

* fix

* Automated change: Fix sanity tests

* fix

* fix

* use cpp attr

* Automated change: Fix sanity tests

* fix

* fix

* fix

* fix

* fix

* fix

* add exclusion

* fix

* typo

* fix

* fmt

* Update tcp_socket_utils.cc

* Automated change: Fix sanity tests

* fix

* revert php changes

* Automated change: Fix sanity tests

Co-authored-by: ctiller <[email protected]>
The loop is empty. So remove it.
…#31927)

* mpsc

* Automated change: Fix sanity tests

* tests

* tests

* Automated change: Fix sanity tests

* comments

* comments

* fix

* Automated change: Fix sanity tests

Co-authored-by: ctiller <[email protected]>
* bump C-core version

* regenerate projects
* Use a unique_ptr with custom deleter for grpc_transport in
SubchannelConnector::Result

* comment

* fix

* iwyu

* std::ignore

* review

* explicit release ownership
* [hpack] Add stat for received hpack metadata size

* Automated change: Fix sanity tests

Co-authored-by: ctiller <[email protected]>
* update

* regenerate projects

* fix sanity

* review comments

* An EventEngine subclass to be implemented by all posix based event engines

* sanity

* comments

* update

* review comments

* re-word

* fix

* update

* review comments

* regenerate projects

* syntax fix

* add lock free event benchmark

* releasable mutex lock

* fix build isue

* update

* start

* regenerate projects

* update

* fix

* windows build

* update

* windows portability issue

* update

* update

* format

* update

* update

* update

* fix sanity

* regenerate projects

* update

* iwyu

* fix

* fix

* update

* fix sanity

* review comments
markdroth and others added 28 commits February 16, 2023 09:07
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->

---------

Co-authored-by: ctiller <[email protected]>
… the last locality in weighted_target (#32592)

Backport #32571 to 1.53.x.
…ge (#32649) to 1.53.x (#32660)

Backports #32649.
Backports grpc/grpc#32678,
grpc/grpc#32669,
grpc/grpc#32668,
grpc/grpc#32662

After this, all windows builds on 1.53.x should be using VS2019 and they
should be stable.
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->

---------

Co-authored-by: ctiller <[email protected]>
Co-authored-by: Alisha Nanda <[email protected]>
Co-authored-by: BrandonY <[email protected]>
Change was created by the release automation script. See go/grpc-release
… (v1.53.x backport) (#33302)

Backport of #33222 to v1.53.x.
---
We configured TestGrid to file bug separately for each failed
sub-target, if we still fail the main target, TestGrid will fail
duplicate bugs.




<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
…(v1.53.x backport) (#33526)

Backport of #33520 to v1.53.x.
---
Follow up change of #33222.

We don't want file multiple bugs if any of the sub-tests of the
`url_map` test fails.

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
…v1.53.x backport) (#33726)

Backport of #33699 to v1.53.x.
---
Similar to grpc/grpc-java#8982.
All other languages already to this.

Needed for easier deployment of grpc/grpc#33685.

ref b/274944592
…rt) (#33810)

Backport of #33796 to v1.53.x.
---
grpc/grpc#33699 incorrectly changed the legacy
builds to not just use the test driver from the master, but also to
build from it. This PR fixes the issue, and also updates the python job
to work use the driver from master.
*Beep boop. This is an automatically generated backport of #33738.*

This should resolve breakage on master caused by the jump to Cython
3.0.0 this morning.
Update Phusion base image to address security issues. Original PR:
#33847
@rschu1ze rschu1ze closed this Nov 10, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 17 committers have signed the CLA.

✅ rschu1ze
❌ veblush
❌ markdroth
❌ HannahShiSFB
❌ drfloob
❌ sanjaypujare
❌ sergiitk
❌ apolcyn
❌ comius
❌ yijiem
❌ matthewstevenson88
❌ gankineri
❌ ctiller
❌ XuanWang-Amos
❌ gnossen
❌ eugeneo
❌ jtattermusch
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.