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

[WiP] L7 routing straw man. #4

Closed
wants to merge 13 commits into from
Closed

Commits on Aug 26, 2019

  1. [WiP] L7 routing straw man.

    The base type messages are inlined, they will be split out into separate
    packages before we commit.
    
    This is very early WiP, focused on the needs of header/path matching
    only.
    
    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    d49abfb View commit details
    Browse the repository at this point in the history
  2. Move prefix/suffix specification into wildcard strings.

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    81dfd2b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Grammar, restore prefix and suffix as first class vs. wildcard.

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6862d8b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Fix string/Empty confusion for prefix/suffix matchers.

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    ea09ccd View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    c9644d9 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1958e98 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    420c404 View commit details
    Browse the repository at this point in the history
  5. wip

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    12feb24 View commit details
    Browse the repository at this point in the history
  6. wip

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    dd250a1 View commit details
    Browse the repository at this point in the history
  7. Rename to HierarchicalMatcher.

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    11260ce View commit details
    Browse the repository at this point in the history
  8. Logical AND.

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    6cfd82f View commit details
    Browse the repository at this point in the history
  9. Messageify string match empties.

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1d01eb9 View commit details
    Browse the repository at this point in the history
  10. Remove regex from hierarchical matcher.

    Signed-off-by: Harvey Tuch <[email protected]>
    htuch committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    76245ce View commit details
    Browse the repository at this point in the history