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: Fix panic on stores endpoint #4754

Merged

Commits on Oct 8, 2021

  1. Do not panic on missing component type

    - Skip an endpoint from stores if component type is nil
    - Simplify - pass only endpoint status func instead of endpoints
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2c7663a View commit details
    Browse the repository at this point in the history
  2. Add tests

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    8816e2f View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    efa4cd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Merge remote-tracking branch 'origin/main' into fix-panic-query-store…

    …s-invalid-endpoint
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6ab9b1e View commit details
    Browse the repository at this point in the history