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.52.2 #32

Closed
wants to merge 5,610 commits into from
Closed

Click house/v1.52.2 #32

wants to merge 5,610 commits into from

Conversation

rschu1ze
Copy link
Member

No description provided.

ralphchung and others added 30 commits November 17, 2022 15:50
* xDS watchers: use C++14 and skip events on stale RDS watchers

* Automated change: Fix sanity tests

Co-authored-by: markdroth <[email protected]>
* Revert "Revert "[promises] Compression filter conversion (#31204)" (#31682)"

This reverts commit fa31b36.

* fix?

* fix
* Remove `include/grpcpp/impl/codegen/status.h`

* Include removing status_code_enum

* Update

* Update

* Update zlib (#31356) (#31357)

To mitigate CVE-2022-37434

* Update

Co-authored-by: Mikhail Lappo <[email protected]>
* Remove `include/grpcpp/impl/codegen/delegating_channel.h`

* Update

* Automated change: Fix sanity tests

* Automated change: Fix sanity tests
* Add query delay flag to Prometheus query script.

This PR adds the flag allows user to config the delay of querying
the Prometheus.

* Update the help message of the flag to be more clear.
* Added readability-redundant-access-specifiers

* Fix
* Added google-googletest

* Autofix

* Fix test names

* Fix
…(#31001)

* Clean up the TODO item in build target `grpc_base` part `closure`

* Update

* Update

* Revert "Update"

This reverts commit daf31183903b3f3c2350d9d30b327869b1c7ec0b.

* Update

* Update

* Automated change: Fix sanity tests
* Fix win_write to check if fully sent

* Update tcp_windows.cc

* Update tcp_windows.cc
Previously deleted in grpc/grpc#31423.
We still need this build config to execute adhoc run of interop matrix
tests per https://github.com/grpc/grpc/blob/master/tools/interop_matrix/README.md
instructions.
* Added readability-redundant-string-cstr

* Auto fix

* No need to wrap std::string
* Remove `include/grpcpp/impl/codegen/metadata_map.h`

* Automated change: Fix sanity tests
* Return unique_ptrs from IOCP::Work

* Automated change: Fix sanity tests

* fix banned function

Co-authored-by: drfloob <[email protected]>
* Remove `include/grpcpp/impl/codegen/create_auth_context.h`

* Update

* Automated change: Fix sanity tests
* Remove `include/grpcpp/impl/codegen/interceptor_common.h`

* Automated change: Fix sanity tests

* Automated change: Fix sanity tests
* Remove `include/grpcpp/impl/codegen/sync.h`

* Fix sanity tests
* Clean-up pkgconfig

* Removed run_distrib_test_cmake_module_install_pkgconfig.sh

* Proper re2

* Clean up pkgconfig.sh test script
* Remove `include/grpc/impl/codegen/compression_types.h`

* Automated change: Fix sanity tests
* [event_engine] Move combiner executor usage to event engine

* fix

* review feedback

* fix

* x

* fix

* fix
markdroth and others added 28 commits January 11, 2023 08:14
* 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
* bump version to 1.52.0-pre1

* regenerate projects
…#32093) (#32116)

Apparently there's a difference between bash 3 and bash 4. OSX comes with bash 3 out-of-box, so for whoever wrote this logic it "worked on my machine".

The `((` construct returns a 0 exit code if the value is non-zero. Since the value starts at 0 and we do a post-increment, it will always fail the first time. Changing it to a pre-increment should fix it.
…6 (#32089) (#32157)

[ruby]: add pre-compiled binaries for ruby 3.2; drop them for ruby 2.6
* bump version to 1.52.0-pre2

* regenerate projects
* bump version to 1.52.0

* regenerate projects
<!--

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: Craig Tiller <[email protected]>
<!--

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.

-->




<!--

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.

-->
… the last locality in weighted_target (#32593)

Backport #32571 to 1.52.
…2019 image (#32649) (#33052)

Fix incompatibilities identified when running adhoc runs on the new
custom win2019 image.
After merging this, it should be possible to switch to the new image
without breaking any tests.

- for most fixes I added a comment that explains why they're necessary.
- the new image won't have VS2015 installed, so I'm switching the protoc
artifact build to VS2017

This PR will need to be backported to older release branches to ensure
the windows tests continue working on those branches as well (IMHO I
haven't made any changes that would be difficult to backport and I tried
to keeps the diff as small as possible to avoid issues when
backporting).

After we switch to the new image (and all the windows tests are green),
we can incrementally move the builds that are still using VS2017 to
VS2019.

---------

Co-authored-by: Jan Tattermusch <[email protected]>
Co-authored-by: Esun Kim <[email protected]>
…nch) (#33044)

Change was created by the release automation script. See go/grpc-release
@rschu1ze rschu1ze closed this Nov 10, 2023
@CLAassistant
Copy link

CLAassistant commented Nov 10, 2023

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 22 committers have signed the CLA.

✅ rschu1ze
❌ HannahShiSFB
❌ HParker
❌ yashykt
❌ Vignesh2208
❌ sergiitk
❌ cut4th
❌ illukin
❌ markdroth
❌ tonydnewell
❌ veblush
❌ ctiller
❌ drfloob
❌ laramiel
❌ edr3x
❌ stanley-cheung
❌ LeiW000
❌ jtattermusch
❌ larry-safran
❌ eugeneo
❌ ijrsvt
❌ apolcyn
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.