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

Unique Names for Regex Patterns #27

Merged
merged 11 commits into from
May 16, 2022
Merged

Unique Names for Regex Patterns #27

merged 11 commits into from
May 16, 2022

Commits on Jan 26, 2022

  1. Add a Name field to regex patterns and forces them to be unique. Allo…

    …ws for human-readable label of regex patterns and makes Admin remote configuration of these patterns easier
    Pierson Yieh committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    97e0c7a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. remove commented out code

    Pierson Yieh committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    990cd0e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    1a589fd View commit details
    Browse the repository at this point in the history
  2. style fixes

    Pierson Yieh committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5aef7d8 View commit details
    Browse the repository at this point in the history
  3. style fixes

    Pierson Yieh committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    4982559 View commit details
    Browse the repository at this point in the history
  4. Added helper methods to make Admin configuration via groovy scripts e…

    …asier
    Pierson Yieh committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7efb9a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. update clear()

    Pierson Yieh committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    5d287cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e56ea View commit details
    Browse the repository at this point in the history
  3. Update removeGlobalVarMaskRegex() to only remove entries if both name…

    … and regex match
    Pierson Yieh committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    84d81bf View commit details
    Browse the repository at this point in the history
  4. Fixed spotBugs NP

    Pierson Yieh committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    73fe1d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Removed save() from clear() and made a helper method

    Pierson Yieh committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    644e7cc View commit details
    Browse the repository at this point in the history