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

A/B testing support for Gloo Edge ingress controller #765

Merged
merged 21 commits into from
Jan 4, 2021

Commits on Dec 22, 2020

  1. Small docs fixes

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    6cf1f35 View commit details
    Browse the repository at this point in the history
  2. Initial commit

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    e6aefb8 View commit details
    Browse the repository at this point in the history
  3. Add route table codegen

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    f4aeb98 View commit details
    Browse the repository at this point in the history
  4. Update gloo logic to use route tables, cleanup

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    c63ec2d View commit details
    Browse the repository at this point in the history
  5. Add permissions

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    47dcf6a View commit details
    Browse the repository at this point in the history
  6. Fix api mistakes

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    8fceafc View commit details
    Browse the repository at this point in the history
  7. Fix compile error

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    ca07b47 View commit details
    Browse the repository at this point in the history
  8. Fix test

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    44cf4d0 View commit details
    Browse the repository at this point in the history
  9. Fix json naming

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    2e1b3fc View commit details
    Browse the repository at this point in the history
  10. Update documented flow

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    41497c7 View commit details
    Browse the repository at this point in the history
  11. First pass A/B testing

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a3f791b View commit details
    Browse the repository at this point in the history
  12. Update to use new Gloo Edge 1.6 API

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    b9f14ee View commit details
    Browse the repository at this point in the history
  13. Remove dated comment

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    ba4d16f View commit details
    Browse the repository at this point in the history
  14. Fix rebase

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    4e39e56 View commit details
    Browse the repository at this point in the history
  15. Guide is working

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    39cce01 View commit details
    Browse the repository at this point in the history
  16. We are generating 404s not 400s

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    6fd8498 View commit details
    Browse the repository at this point in the history
  17. codegen

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    c22529b View commit details
    Browse the repository at this point in the history
  18. Remove upstream group

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a69e9ab View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Update to Gloo Edge 1.6.0 now that it's released

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    bc8cfa9 View commit details
    Browse the repository at this point in the history
  2. Might have done previous commit before release finished, kick

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    0d5b2a2 View commit details
    Browse the repository at this point in the history
  3. Gloo tests pass now, traefik ones have flake?

    Signed-off-by: Kevin Dorosh <[email protected]>
    kdorosh committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    005e392 View commit details
    Browse the repository at this point in the history