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: add support for traffic router plugins #2573

Merged
merged 50 commits into from
Mar 2, 2023

Commits on Feb 9, 2023

  1. feat: add support for traffic router plugins

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a8a254a View commit details
    Browse the repository at this point in the history
  2. finish up refactor

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    71e9099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03946ef View commit details
    Browse the repository at this point in the history
  4. codegen

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    49226f1 View commit details
    Browse the repository at this point in the history
  5. update docs

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8696475 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. rename config field

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    01782dc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. refactor tests

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    92f762d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. add godocs

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    839fe98 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. add docs on creating plugins

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    cb38f17 View commit details
    Browse the repository at this point in the history
  2. rename config fields

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8229a64 View commit details
    Browse the repository at this point in the history
  3. Change New function to Init for tr

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c3543ba View commit details
    Browse the repository at this point in the history
  4. Change New function to Init for metrics

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    98dc4c5 View commit details
    Browse the repository at this point in the history
  5. docs update

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0803f41 View commit details
    Browse the repository at this point in the history
  6. docs update

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    3262778 View commit details
    Browse the repository at this point in the history
  7. codegen

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e82fac5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. change repo name

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2f7b4c2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:argoproj/argo-rollouts into feat-…

    …trafficrouter-plugin
    
    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    15f0386 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. small docs changes

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f7793d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2ede4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. fix bad merge comments

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    831c7b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    3704b14 View commit details
    Browse the repository at this point in the history
  2. remove metric passing from metrics plugin on Init method

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    96ea4fe View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. fix mutex

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ef9213f View commit details
    Browse the repository at this point in the history
  2. wrap errors

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    dfc22f1 View commit details
    Browse the repository at this point in the history
  3. rename

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8681fe5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. docs change

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    736f39d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Merge branch 'master' of github.com:argoproj/argo-rollouts into feat-…

    …trafficrouter-plugin
    
    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    ebafaea View commit details
    Browse the repository at this point in the history
  2. codegen

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    2b2b2e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. some updates to docs

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0f95691 View commit details
    Browse the repository at this point in the history
  2. change plugin to plugins for tr

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    119762c View commit details
    Browse the repository at this point in the history
  3. change plugin to plugins for tr

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    39329de View commit details
    Browse the repository at this point in the history
  4. refactor naming for metric plugins

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    a1fca7e View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    360a31a View commit details
    Browse the repository at this point in the history
  6. change handshake

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    52d3183 View commit details
    Browse the repository at this point in the history
  7. more renames

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1b6c165 View commit details
    Browse the repository at this point in the history
  8. change handshake

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    bea36f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. add err context

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f01510b View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2b36cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd4c0c3 View commit details
    Browse the repository at this point in the history
  4. small docs change

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c2f6014 View commit details
    Browse the repository at this point in the history
  5. docs update from pr review

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f58e22e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. updates from review

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b4f0114 View commit details
    Browse the repository at this point in the history
  2. change config map format

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    67df14a View commit details
    Browse the repository at this point in the history
  3. update docs

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8ab2ff8 View commit details
    Browse the repository at this point in the history
  4. add context to error

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    0483713 View commit details
    Browse the repository at this point in the history
  5. add context to error

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c151c40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6c7a66 View commit details
    Browse the repository at this point in the history
  7. update docs for new interface type

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d04af88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b31516b View commit details
    Browse the repository at this point in the history
  9. change error wraping for init

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c4a6bcb View commit details
    Browse the repository at this point in the history