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 unified way to validate river identifiers #18

Merged
merged 6 commits into from
Aug 30, 2023

Commits on Aug 29, 2023

  1. add unified way to validate river identifiers

    add a configurable way to sanitize a string into a river identifier.
    
    Signed-off-by: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com>
    erikbaranowski committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    670c187 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. remove emptyValue

    Signed-off-by: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com>
    erikbaranowski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c85cf96 View commit details
    Browse the repository at this point in the history
  2. change prefix default

    Signed-off-by: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com>
    erikbaranowski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    56af61e View commit details
    Browse the repository at this point in the history
  3. remove configurability

    add fuzz and benchmark testing
    
    Signed-off-by: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com>
    erikbaranowski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5b4d523 View commit details
    Browse the repository at this point in the history
  4. clean up temporary code

    Signed-off-by: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com>
    erikbaranowski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    304bc1c View commit details
    Browse the repository at this point in the history
  5. improve fuzzer

    Signed-off-by: erikbaranowski <39704712+erikbaranowski@users.noreply.github.com>
    erikbaranowski committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    859d5fb View commit details
    Browse the repository at this point in the history