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

Make * and + non-greedy to double regex filter speed. #4775

Merged
merged 7 commits into from
Nov 19, 2021

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    b174299 View commit details
    Browse the repository at this point in the history
  2. Run original RE2 tests.

    jeschkies committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    25c612c View commit details
    Browse the repository at this point in the history
  3. Run both tests.

    jeschkies committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c03f8f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Update pkg/logql/log/filter.go

    Co-authored-by: Bryan Boreham <bjboreham@gmail.com>
    jeschkies and bboreham authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    9c35bb4 View commit details
    Browse the repository at this point in the history
  2. Update pkg/logql/log/filter.go

    Co-authored-by: Bryan Boreham <bjboreham@gmail.com>
    jeschkies and bboreham authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    bf99f1e View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    jeschkies committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a070862 View commit details
    Browse the repository at this point in the history
  4. Format code.

    jeschkies committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    06da353 View commit details
    Browse the repository at this point in the history