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

query-frontend: Don't cache request with dedup=false #5300

Merged
merged 6 commits into from Apr 26, 2022

Commits on Apr 26, 2022

  1. query-frontend: Added repro for dedup affecting precision of querying.

    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
    bwplotka authored and douglascamata committed Apr 26, 2022
    Copy the full SHA
    c9b45d4 View commit details
    Browse the repository at this point in the history
  2. QFE does not cache request with dedup=false.

    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
    bwplotka authored and douglascamata committed Apr 26, 2022
    Copy the full SHA
    752b2d6 View commit details
    Browse the repository at this point in the history
  3. Move info about queries that skip cache logic to docs

    Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
    douglascamata committed Apr 26, 2022
    Copy the full SHA
    211b6d7 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
    douglascamata committed Apr 26, 2022
    Copy the full SHA
    8f1ad4f View commit details
    Browse the repository at this point in the history
  5. Run docs formatter

    Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
    douglascamata committed Apr 26, 2022
    Copy the full SHA
    be6fb45 View commit details
    Browse the repository at this point in the history
  6. Fix e2e tests where caching logic is desired

    Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
    douglascamata committed Apr 26, 2022
    Copy the full SHA
    bbc33d7 View commit details
    Browse the repository at this point in the history