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 of command: fixup parsing of stale query parameter into release/1.3.x #15655

Commits on Jan 3, 2023

  1. command: fixup parsing of stale query parameter

    In #15605 we fixed the bug where the presense of "stale" query parameter
    was mean to imply stale, even if the value of the parameter was "false"
    or malformed. In parsing, we missed the case where the slice of values
    would be nil which lead to a failing test case that was missed because
    CI didn't run against the original PR.
    shoenig committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    227fc13 View commit details
    Browse the repository at this point in the history