forked from istio/envoy
-
Notifications
You must be signed in to change notification settings - Fork 2
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
build(deps): bump flake8 from 3.9.0 to 3.9.2 in /tools/code_format #44
Open
dependabot
wants to merge
2,714
commits into
stub-master
Choose a base branch
from
dependabot/pip/tools/code_format/flake8-3.9.2
base: stub-master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
build(deps): bump flake8 from 3.9.0 to 3.9.2 in /tools/code_format #44
dependabot
wants to merge
2,714
commits into
stub-master
from
dependabot/pip/tools/code_format/flake8-3.9.2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Commit Message: protos: Remove -x from bash script Additional Description: currently the proto_format.sh is set to -x which outputs a lot of unhelpful debug logging Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: Signed-off-by: Ryan Northey <[email protected]>
Addressing a TODO making sure QUIC to upstream has a QUIC transport socket. Risk Level: n/a (upstream quic) Testing: new unit tests Docs Changes: n/a Release Notes: n/a Signed-off-by: Alyssa Wilk <[email protected]>
This PR adds the API_VERSION to Envoy, and the api version handling class to fetch the latest and oldest supported API versions by Envoy. This is the first step in implementing the proposal in: envoyproxy#8416. Risk Level: Low (no usage in the code). Testing: Unit tests. Docs Changes: None. Release Notes: None. Platform Specific Features: None. Signed-off-by: Adi Suissa-Peleg <[email protected]>
…ns (envoyproxy#15475) Signed-off-by: Yan Avlasov <[email protected]>
…15518) As quic connections are created early, we can't set header limits in waitForHttpConnection Part of envoyproxy#14829 Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Matt Klein <[email protected]>
Signed-off-by: Auni Ahsan <[email protected]> Risk Level: Low, any existing usage should override the default locality that's been set here. Testing: Existing presubmits which exercise the mock.
Signed-off-by: Abhay Narayan Katare <[email protected]> Commit Message: ref issue in doc Additional Description: Note Section in https://www.envoyproxy.io/docs/envoy/latest/start/quick-start/run-envoy#override-the-default-configuration Risk Level: LOW Testing: Docs Changes:Yes Release Notes: Platform Specific Features: part of envoyproxy#11027
Initial migration from memcpy to SAFE_MEMCPY Macro and MemBlockBuilder. Fixes envoyproxy#9328 Signed-off-by: grial <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Itamar Kaminski <[email protected]>
…y#15527) Commit Message: tls validator - add declaration macro for default validator Additional Description: necessary for iOS builds in Envoy Mobile now that cert validators are factory registered. Risk Level: low Testing: Envoy Mobile iOS build Signed-off-by: Jose Nino <[email protected]>
This is a fast follow from envoyproxy#15388. I realized that I made a mistake in not using a common configuration message. There will be more configuration options such as GRO, etc. that will be configured similarly in multiple places. I'm correcting this mistake now since the other change just landed within the last couple of days. Signed-off-by: Matt Klein <[email protected]>
…nvoyproxy#15075) Signed-off-by: Teju Nareddy <[email protected]>
…5401) Signed-off-by: Manish Kumar <[email protected]>
…#15371) Signed-off-by: Kuat Yessenov <[email protected]>
…quest Filter Config (envoyproxy#15503) This allows overriding the kill filter configuration per route. Signed-off-by: Tommy Wang <[email protected]>
…nvoyproxy#15498) This is a follow-up to envoyproxy#15144 that returns the requested DNS host info when the host info was already in the cache, which avoids a second lookup when the client code wants information from the cache. Signed-off-by: Craig Radcliffe <[email protected]>
Partial fix for envoyproxy#15403 Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Shikugawa <[email protected]>
Signed-off-by: Sotiris Nanopoulos <[email protected]>
Signed-off-by: Manish Kumar <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
…oxy#15534) Signed-off-by: Manish Kumar <[email protected]>
Signed-off-by: Yuchen Dai <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
parseInternetAddressNoThrow() doesn't throw. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Signed-off-by: Abhay Narayan Katare <[email protected]> Commit Message: ref glitch in configuration doc Additional Description: Risk Level:LOW Testing: Docs Changes: Yes Release Notes: Platform Specific Features:
) Commit Message: Increase the test size as it doesn't have enough time to finish under TSAN. Risk Level: low Testing: n/a Fixes envoyproxy#15407 Signed-off-by: Dan Zhang <[email protected]> Co-authored-by: Dan Zhang <[email protected]>
Since ext_proc is a request/response protocol on a gRPC stream, a server may fail to respond in a timely way. The "message_timeout" field in the configuration controls how long the proxy will wait for an external processing server to respond to an individual message before giving up and returning an error (or not depending on configuration). Signed-off-by: Gregory Brail <[email protected]>
…#15992) Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
This hadn't been run in a while, will re-enable in CI when this lands. Signed-off-by: Harvey Tuch <[email protected]>
…15997) Signed-off-by: Piotr Sikora <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Commit Message: Fixing a crash when the decoder receives an empty metadata map. Additional Description: Upon receiving an empty metadata map and trying to decode it an assertion is triggered in debug mode, and a seg-fault occurs in release mode. The proposed fix ignores the empty metadata maps and updates a stats if one is received. Risk Level: Medium for Envoy's running with Metadata support. Testing: Added integration tests. Docs Changes: Added a codec stats counter description. Release Notes: Added bug fix description. Platform Specific Features: N/A. Fixes a fuzz bug: 25303 Signed-off-by: Tony Allen <[email protected]>
Fixes CVE-2021-28682, a remotely exploitable integer overflow. Signed-off-by: Asra Ali <[email protected]> Co-authored-by: Tony Allen <[email protected]> Signed-off-by: Tony Allen <[email protected]>
…io#239) Fix for CVE-2021-28683 (crash when peer sends an SSL Alert with an unknown code) Signed-off-by: Greg Greenway <[email protected]> Co-authored-by: Christoph Pakulski <[email protected]> Signed-off-by: Tony Allen <[email protected]>
Signed-off-by: Tony Allen <[email protected]>
Signed-off-by: Tony Allen <[email protected]>
Signed-off-by: Tony Allen <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
Once more unto the breach. Signed-off-by: Matt Klein <[email protected]>
Signed-off-by: Yan Avlasov <[email protected]>
…oxy#16073) (envoyproxy#16087) * Fix handling of timestamps in zipkin annotations / logs. The intended replacement from string to int was not happening as expected. this causes ingestion issues with non-lenient collectors, such as jaeger Signed-off-by: Dmitri Dolguikh <[email protected]> Co-authored-by: Douglas Reid <[email protected]>
…stream duration (envoyproxy#15585)" (envoyproxy#16289) This reverts commit ffa1680. Signed-off-by: Dmitri Dolguikh <[email protected]>
envoyproxy#16337) Signed-off-by: Shikugawa <[email protected]> Signed-off-by: Dmitri Dolguikh <[email protected]>
Fixes: CVE-2021-29492 Signed-off-by: Yan Avlasov <[email protected]>
Signed-off-by: Yan Avlasov <[email protected]>
…yproxy#16468) Port of envoyproxy#16387 to 1.18 release branch Signed-off-by: Snow Pettersen <[email protected]> Signed-off-by: Dmitri Dolguikh <[email protected]> Co-authored-by: Snow Pettersen <[email protected]>
…oyproxy#14779)" (envoyproxy#16620) This reverts commit 8b0aacc. Signed-off-by: Dmitri Dolguikh <[email protected]>
…nvoyproxy#16662) Commit Message: apple dns - fix interface issue with localhost lookup Additional Description: deleting ENVOY_BUG statement, as localhost dns resolution renders a valid non-zero interface index. Risk Level: low Testing: fixed previously existing test that did not have a run block. Signed-off-by: Jose Nino <[email protected]> Signed-off-by: Dmitri Dolguikh <[email protected]>
* Windows: Expand functionality of ci/windows_ci_steps.sh - Watch for //source/exe:envoy-static or empty args to trigger the build - Treat arbitrary args as bazel test directives This allows forms such as; ci/windows_ci_steps.sh //source/exe:envoy-static - build the binary, nothing else ci/windows_ci_steps.sh //test/... - test everything with exceptions and flake processing The default (no args) does both of the above, and checks unused deps under bazel/... that are not skip_on_windows ci/windows_ci_steps.sh //test/common/... - test everything with no exceptions below common ci/windows_ci_steps.sh //test/common/... --test_tag_filters=-skip_on_windows - same as above, avoiding broken components under common * Update bazel/README.md - If building an 18 month old envoy, an 18 month old copy of this document is present in that source tarball - Offer a more recognizable symlink/path advisory based on current Python release * Clarify windows_build_steps.sh and windows docker invocation * Skip three longest windows test names for the month - Bazel before 5.0.0 fails to shorten executable path names of a specific length. - SymInitialize() fails to load the executable paths of a specific length - abesil tries to prepare for crash analysis and silently continue on failure - grps tries and abruptly aborts the program if symbols cannot be loaded Fix is in for the next bazel rolling release of the 5.0.0 series Signed-off-by: Dmitri Dolguikh <[email protected]> Co-authored-by: William A Rowe Jr <[email protected]>
Signed-off-by: Yan Avlasov <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.0 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.0...3.9.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
4b9ab9b
to
253ea80
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps flake8 from 3.9.0 to 3.9.2.
Commits
c6e0d27
Release 3.9.2c428c55
Merge pull request #1328 from PyCQA/fix_indent_size_strf7bda92
Release 3.9.1e3313e0
Fix bug for plugins using extend_default_ignoreDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)