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

Add filter parameter to rebound so lines can be deleted by the compactor #5879

Merged

Commits on Apr 22, 2022

  1. Add filter parameter to rebound

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a312280 View commit details
    Browse the repository at this point in the history
  2. Fix linting issues

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    0f62656 View commit details
    Browse the repository at this point in the history
  3. Add filter function to delete request

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5c370d7 View commit details
    Browse the repository at this point in the history
  4. Fix linting issues

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5906acc View commit details
    Browse the repository at this point in the history
  5. Enable api for filter and delete mode

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f4b8060 View commit details
    Browse the repository at this point in the history
  6. Add settings for retention

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c460772 View commit details
    Browse the repository at this point in the history
  7. Use labels to check and add test

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3f8144e View commit details
    Browse the repository at this point in the history
  8. Simplify filter function

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3965473 View commit details
    Browse the repository at this point in the history
  9. Also enable filter mode

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    810363e View commit details
    Browse the repository at this point in the history
  10. Remove test settings in config file for docker

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3b9dea1 View commit details
    Browse the repository at this point in the history
  11. Add extra (unused) param for ProcessString in filter

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    94ab384 View commit details
    Browse the repository at this point in the history
  12. Empty commit to trigger CI again

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    668edba View commit details
    Browse the repository at this point in the history
  13. Update changelog

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f4704f6 View commit details
    Browse the repository at this point in the history
  14. Fix flapping test

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e3bc524 View commit details
    Browse the repository at this point in the history
  15. Remove commented out unit tests and add some more

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    48166fb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Add extra test case for delete request without line filter

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c49b283 View commit details
    Browse the repository at this point in the history
  2. Use chunk bounds

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    414eb48 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. check if the log selector has a filter if the whole chunk is selected

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a840002 View commit details
    Browse the repository at this point in the history
  2. fix lint issue: use correct go-kit import

    Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
    MichelHollands committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6f7ba86 View commit details
    Browse the repository at this point in the history