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(trafficrouting): Do not block the switch of service selectors for single pod failures #2441

Merged
merged 15 commits into from
Dec 12, 2022

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    6c21625 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    fdf404c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. try bailing vs setting weight

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    14481d2 View commit details
    Browse the repository at this point in the history
  2. work with expirments that do not set any weights

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5d64b74 View commit details
    Browse the repository at this point in the history
  3. fix test by commenting out code

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    18264b9 View commit details
    Browse the repository at this point in the history
  4. lint

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c13ea8f View commit details
    Browse the repository at this point in the history
  5. simplify logic

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d963b34 View commit details
    Browse the repository at this point in the history
  6. switch logic

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9a725ed View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. add more comments

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4aabe8c View commit details
    Browse the repository at this point in the history
  2. add more comments

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7df9ff6 View commit details
    Browse the repository at this point in the history
  3. add more test

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    516adc0 View commit details
    Browse the repository at this point in the history
  4. refactor test

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3e73aae View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. refactor code to reduce duplication

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e04123e View commit details
    Browse the repository at this point in the history
  2. change comments a bit

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    182bf79 View commit details
    Browse the repository at this point in the history
  3. remove else

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a621f05 View commit details
    Browse the repository at this point in the history