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

RegexPathSpec documentation and MatchedPath improvements #8163

Merged
merged 7 commits into from Jun 16, 2022

Commits on Jun 13, 2022

  1. RegexPathSpec documentation and MatchedPath improvements

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 13, 2022
    Copy the full SHA
    1eadfd7 View commit details
    Browse the repository at this point in the history
  2. Fix javadoc

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 13, 2022
    Copy the full SHA
    1c335f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Introduce RegexMatchedPath.getSplitIndex()

    + Allow override of split index determination
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 14, 2022
    Copy the full SHA
    9ea5ab6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Rework RegexMatchedPath to fit proposed algorithm

    + Cleanup testcase for MatchedPath
    + Test cases are now failing, need to rework algorithm.
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 15, 2022
    Copy the full SHA
    52de789 View commit details
    Browse the repository at this point in the history
  2. Update RegexMatchedPath bases on review

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 15, 2022
    Copy the full SHA
    89d9071 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Fixing testcase assumption, now that splitting is done differently

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 16, 2022
    Copy the full SHA
    54cce04 View commit details
    Browse the repository at this point in the history
  2. Fixing javadoc parse/build error

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 16, 2022
    Copy the full SHA
    013f978 View commit details
    Browse the repository at this point in the history