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

fix(parser) support same-name services across NSes #4375

Merged
merged 5 commits into from
Jul 28, 2023

Commits on Jul 25, 2023

  1. fix(parser) support same-name services across NSes

    Correctly build upstreams for multiple backends where multiple services
    in the backends share the same name in different namespaces. Previously
    services were indexed by name alone in the rule builder, resulting in
    one clobbering the other(s).
    rainest committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7e225e8 View commit details
    Browse the repository at this point in the history
  2. pr: remove outdated TODO

    rainest committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fe49a6d View commit details
    Browse the repository at this point in the history
  3. pr: add golden test

    rainest committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8f2e621 View commit details
    Browse the repository at this point in the history
  4. pr: remove integration test

    rainest committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1a217fa View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    782c4d5 View commit details
    Browse the repository at this point in the history