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

feat: allow for easily matching rules using path prefixes #1073

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2023

  1. feat: find rules with prefix matching using trie

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3a267c7 View commit details
    Browse the repository at this point in the history
  2. make prefix matching configurable

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    82f93e3 View commit details
    Browse the repository at this point in the history
  3. init add some unit tests for prefix matching

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    47094fd View commit details
    Browse the repository at this point in the history
  4. fix unit test

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    df3363f View commit details
    Browse the repository at this point in the history
  5. add protocol to trie

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cb81e5e View commit details
    Browse the repository at this point in the history
  6. fix tests

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    12d52e5 View commit details
    Browse the repository at this point in the history
  7. add separate config + fallback to pattern matching

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    00eb5ea View commit details
    Browse the repository at this point in the history
  8. add prefix_matching_enabled to config schema

    Signed-off-by: David van der Spek <[email protected]>
    davidspek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5542209 View commit details
    Browse the repository at this point in the history