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

[backport: 1.7.x] xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions #8266

Merged
merged 12 commits into from
Jul 9, 2020

Commits on Jul 8, 2020

  1. xds: version sniff envoy and switch regular expressions from 'regex' …

    …to 'safe_regex' on newer envoy versions
    
    - cut down on extra node metadata transmission
    - split the golden file generation to compare all envoy version
    rboyer committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    993864f View commit details
    Browse the repository at this point in the history
  2. also finish backporting #7380

    rboyer committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f2194c7 View commit details
    Browse the repository at this point in the history
  3. this is conditional

    rboyer committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c854ead View commit details
    Browse the repository at this point in the history
  4. update service-router docs

    rboyer committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    823ae50 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. this var isn't used

    rboyer committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    3386ed9 View commit details
    Browse the repository at this point in the history
  2. mixed case

    rboyer committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    10d59ba View commit details
    Browse the repository at this point in the history
  3. add case

    rboyer committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    d3fdde2 View commit details
    Browse the repository at this point in the history
  4. remove debug

    rboyer committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    56e5a14 View commit details
    Browse the repository at this point in the history
  5. fix slightly incorrect tests

    rboyer committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    cdec9ee View commit details
    Browse the repository at this point in the history
  6. move comment

    rboyer committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    28e36f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8477c98 View commit details
    Browse the repository at this point in the history
  8. add negative tests as well

    rboyer committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    1d75a5c View commit details
    Browse the repository at this point in the history