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

Show warnings in query frontend #7289

Merged
merged 4 commits into from
Apr 23, 2024
Merged

Commits on Apr 19, 2024

  1. Show warnings in query frontend

    QFE currently does not parse warnings from downstream queriers.
    This commit fixes that by adding the field to proto messages and
    modifies the merge function to take warnings into account.
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8e351a4 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a6f77a0 View commit details
    Browse the repository at this point in the history
  3. Omit empty warnings

    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    65adc27 View commit details
    Browse the repository at this point in the history
  4. Fix failing tests

    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    59f6a64 View commit details
    Browse the repository at this point in the history