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

fix #2762 #2767

Merged
merged 12 commits into from Jul 22, 2021
Merged

fix #2762 #2767

merged 12 commits into from Jul 22, 2021

Commits on Jul 1, 2021

  1. handle level 1 router

    add more comments
    
    update comment
    
    add example
    
    fix benchmark not found
    
    add comment and update test method
    gin_integration_test.go#L407
    
    update comment and lastedNode directly assign current node
    
    optimize code
    
    Optimize the search next router logic
    
    optimize code
    
    Adjust the matching rules
    
    Adjust the matching order
    
    update condition code
    qm012 committed Jul 1, 2021
    Copy the full SHA
    3fc08c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. update match rules

    qm012 committed Jul 2, 2021
    Copy the full SHA
    0c0a50e View commit details
    Browse the repository at this point in the history
  2. revert and update rules

    qm012 committed Jul 2, 2021
    Copy the full SHA
    211a634 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. reset .gitignore

    qm012 committed Jul 3, 2021
    Copy the full SHA
    9ec1d25 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Copy the full SHA
    dfbc051 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. update comment

    qm012 committed Jul 5, 2021
    Copy the full SHA
    5dbe044 View commit details
    Browse the repository at this point in the history
  2. fix checks error

    qm012 committed Jul 5, 2021
    Copy the full SHA
    23f6238 View commit details
    Browse the repository at this point in the history
  3. update math condition

    qm012 committed Jul 5, 2021
    Copy the full SHA
    ec091bf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. update description

    qm012 committed Jul 6, 2021
    Copy the full SHA
    82f3c92 View commit details
    Browse the repository at this point in the history
  2. update value.tsr match rule

    qm012 committed Jul 6, 2021
    Copy the full SHA
    085b582 View commit details
    Browse the repository at this point in the history
  3. update value.tsr match rule

    qm012 committed Jul 6, 2021
    Copy the full SHA
    a3ee271 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. update if condition

    qm012 committed Jul 8, 2021
    Copy the full SHA
    2d657d4 View commit details
    Browse the repository at this point in the history