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

Fixes @ modifier when splitting queries by time. #4464

Merged
merged 3 commits into from Sep 7, 2021

Commits on Sep 6, 2021

  1. Fixes @ modifier when splitting queries by time.

    This will replace `start` and `end` at (`@`) modifier with the actual constant values based on the original queries.
    Meaning subqueries will not wrongly use their own query start and end time.
    
    Fixes cortexproject#4463
    
    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    7647b8a View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b4740fc View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    b71fbbe View commit details
    Browse the repository at this point in the history