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

build(deps): bump flake8 from 3.9.0 to 3.9.2 in /tools/code_format #44

Open
wants to merge 2,714 commits into
base: stub-master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2021

Bumps flake8 from 3.9.0 to 3.9.2.

Commits

Dependabot compatibility score

Dependabot 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)

phlax and others added 30 commits March 16, 2021 11:04
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]>
…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: 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]>
…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]>
…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]>
Signed-off-by: Sotiris Nanopoulos <[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]>
phlax and others added 28 commits April 15, 2021 10:59
This hadn't been run in a while, will re-enable in CI when this lands.

Signed-off-by: Harvey Tuch <[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]>
Once more unto the breach.

Signed-off-by: Matt Klein <[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]>
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]>
…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]>
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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.