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

feat(MeshHTTPRoute): initial plugin #5530

Merged
merged 16 commits into from
Jan 9, 2023

Commits on Jan 3, 2023

  1. feat(MeshHTTPRoute): initial types

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    49d30af View commit details
    Browse the repository at this point in the history
  2. chore: generated files

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8d6710e View commit details
    Browse the repository at this point in the history
  3. feat(MeshHTTPRoute): initial plugin

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8b0ed17 View commit details
    Browse the repository at this point in the history
  4. test(MeshHTTPRoute): initial plugin unit tests

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4c915d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. fix: don't create an httpconnectionmanager per route

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    70916e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. fix: omitempty, review comments

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    99c30d0 View commit details
    Browse the repository at this point in the history
  2. test: use samples

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    acb9dcd View commit details
    Browse the repository at this point in the history
  3. fix: use clusterCache

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f518553 View commit details
    Browse the repository at this point in the history
  4. refactor: remove unnecessary internal/external cluster tracking

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    84dd181 View commit details
    Browse the repository at this point in the history
  5. refactor: use slices.Equal

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ff06e06 View commit details
    Browse the repository at this point in the history
  6. fix: allow user rules to overwrite default passthrough rule

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ed4f1ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2a049c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. refactor: remove Default field

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    6ef25f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    f86dd8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf4b53a View commit details
    Browse the repository at this point in the history
  3. fix: name generation

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    98b9f4a View commit details
    Browse the repository at this point in the history