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

deps: updates QUICHE from 62f5f6c9c to e08f8dde2 #33768

Merged
merged 7 commits into from
Apr 25, 2024

Conversation

birenroy
Copy link
Contributor

@birenroy birenroy commented Apr 24, 2024

Updates QUICHE from 62f5f6c9c to e08f8dde2

https://github.com/google/quiche/compare/62f5f6c9c..e08f8dde2

$ git log 62f5f6c9c..e08f8dde2 --date=short --no-merges --format="%ad %al %s"

2024-04-24 birenroy A tiny fix to help chunked_buffer_test.cc build in the Envoy OSS project.
2024-04-24 quiche-dev Wire up xRPC client to talk to Phosphor
2024-04-23 rch Factor the QuicDispatcher's blocked writer list into a stand-alone QuicBlockedWriterList.
2024-04-23 birenroy Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList().
2024-04-23 quiche-dev Remove HTTP specific logic from BlindSignAuth and dependencies
2024-04-23 birenroy Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type.
2024-04-23 vasilvv Implement MoqtOutgoingQueue.
2024-04-22 wub Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control.
2024-04-22 quiche-dev Enabling rolled out flags.
2024-04-22 quiche-dev Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type.
2024-04-22 dschinazi Add support for nested proxying in MASQUE client code

Adds the following build targets:

  • http2_adapter_chunked_buffer
  • http2_adapter_chunked_buffer_test
  • quic_core_blocked_writer_list_lib
  • quic_core_blocked_writer_list_test

Removes the following build targets:

  • http2_adapter_callback_visitor
  • http2_adapter_callback_visitor_test

Commit Message: updates QUICHE from 62f5f6c9c to e08f8dde2
Additional Description:
Risk Level: low
Testing: ran unit and integration tests locally
Docs Changes:
Release Notes:
Platform Specific Features:

https://github.com/google/quiche/compare/62f5f6c9c..ee429dd8e

```
$ git log 62f5f6c9c..ee429dd8e --date=short --no-merges --format="%ad %al %s"

2024-04-23 rch Factor the QuicDispatcher's blocked writer list into a stand-alone QuicBlockedWriterList.
2024-04-23 birenroy Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList().
2024-04-23 quiche-dev Remove HTTP specific logic from BlindSignAuth and dependencies
2024-04-23 birenroy Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type.
2024-04-23 vasilvv Implement MoqtOutgoingQueue.
2024-04-22 wub Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control.
2024-04-22 quiche-dev Enabling rolled out flags.
2024-04-22 quiche-dev Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type.
2024-04-22 dschinazi Add support for nested proxying in MASQUE client code
```

Signed-off-by: Biren Roy <[email protected]>
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #33768 was opened by birenroy.

see: more, trace.

@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Apr 24, 2024
Copy link

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @RyanTheOptimist

🐱

Caused by: #33768 was opened by birenroy.

see: more, trace.

https://github.com/google/quiche/compare/ee429dd8e..e871e9aec

```
$ git log ee429dd8e..e871e9aec --date=short --no-merges --format="%ad %al %s"

2024-04-24 quiche-dev Wire up xRPC client to talk to Phosphor
```

Signed-off-by: Biren Roy <[email protected]>
https://github.com/google/quiche/compare/e871e9aec..e08f8dde2

```
$ git log e871e9aec..e08f8dde2 --date=short --no-merges --format="%ad %al %s"

2024-04-24 birenroy A tiny fix to help chunked_buffer_test.cc build in the Envoy OSS project.
```

Signed-off-by: Biren Roy <[email protected]>
@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Apr 24, 2024
@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Apr 24, 2024
@birenroy birenroy changed the title deps: updates QUICHE from 62f5f6c9c to ee429dd8e deps: updates QUICHE from 62f5f6c9c to e08f8dde2 Apr 24, 2024
Signed-off-by: Biren Roy <[email protected]>
@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Apr 24, 2024
@birenroy birenroy marked this pull request as ready for review April 24, 2024 18:56
@birenroy
Copy link
Contributor Author

/retest

1 similar comment
@birenroy
Copy link
Contributor Author

/retest

@birenroy
Copy link
Contributor Author

There's an ongoing known issue with CI.

/retest

@birenroy
Copy link
Contributor Author

/retest

@RyanTheOptimist RyanTheOptimist enabled auto-merge (squash) April 25, 2024 15:01
@RyanTheOptimist RyanTheOptimist merged commit 21b406b into envoyproxy:main Apr 25, 2024
52 of 53 checks passed
@birenroy birenroy deleted the quiche-roll-20240424115637 branch April 25, 2024 21:36
cainelli pushed a commit to cainelli/envoy that referenced this pull request Apr 25, 2024
Updates QUICHE from 62f5f6c9c to e08f8dde2

https://github.com/google/quiche/compare/62f5f6c9c..e08f8dde2

$ git log 62f5f6c9c..e08f8dde2 --date=short --no-merges --format="%ad %al %s"

2024-04-24 birenroy A tiny fix to help chunked_buffer_test.cc build in the Envoy OSS project.
2024-04-24 quiche-dev Wire up xRPC client to talk to Phosphor
2024-04-23 rch Factor the QuicDispatcher's blocked writer list into a stand-alone QuicBlockedWriterList.
2024-04-23 birenroy Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList().
2024-04-23 quiche-dev Remove HTTP specific logic from BlindSignAuth and dependencies
2024-04-23 birenroy Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type.
2024-04-23 vasilvv Implement MoqtOutgoingQueue.
2024-04-22 wub Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control.
2024-04-22 quiche-dev Enabling rolled out flags.
2024-04-22 quiche-dev Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type.
2024-04-22 dschinazi Add support for nested proxying in MASQUE client code
Adds the following build targets:

http2_adapter_chunked_buffer
http2_adapter_chunked_buffer_test
quic_core_blocked_writer_list_lib
quic_core_blocked_writer_list_test
Removes the following build targets:

http2_adapter_callback_visitor
http2_adapter_callback_visitor_test

Signed-off-by: Biren Roy <[email protected]>
alyssawilk pushed a commit to alyssawilk/envoy that referenced this pull request Apr 29, 2024
Updates QUICHE from 62f5f6c9c to e08f8dde2

https://github.com/google/quiche/compare/62f5f6c9c..e08f8dde2

$ git log 62f5f6c9c..e08f8dde2 --date=short --no-merges --format="%ad %al %s"

2024-04-24 birenroy A tiny fix to help chunked_buffer_test.cc build in the Envoy OSS project.
2024-04-24 quiche-dev Wire up xRPC client to talk to Phosphor
2024-04-23 rch Factor the QuicDispatcher's blocked writer list into a stand-alone QuicBlockedWriterList.
2024-04-23 birenroy Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList().
2024-04-23 quiche-dev Remove HTTP specific logic from BlindSignAuth and dependencies
2024-04-23 birenroy Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type.
2024-04-23 vasilvv Implement MoqtOutgoingQueue.
2024-04-22 wub Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control.
2024-04-22 quiche-dev Enabling rolled out flags.
2024-04-22 quiche-dev Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type.
2024-04-22 dschinazi Add support for nested proxying in MASQUE client code
Adds the following build targets:

http2_adapter_chunked_buffer
http2_adapter_chunked_buffer_test
quic_core_blocked_writer_list_lib
quic_core_blocked_writer_list_test
Removes the following build targets:

http2_adapter_callback_visitor
http2_adapter_callback_visitor_test

Signed-off-by: Biren Roy <[email protected]>
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.

2 participants