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

Add Response Labels #9

Merged
merged 9 commits into from
Nov 8, 2022
Merged

Commits on Oct 21, 2022

  1. Upgrade to go 1.18

    Krithika Sundararajan committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    86cdc9b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Add Attributes to Response

    Krithika Sundararajan committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    67534c0 View commit details
    Browse the repository at this point in the history
  2. Make SelectRoute return fiber.Attributes

    Krithika Sundararajan committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e61ac4d View commit details
    Browse the repository at this point in the history
  3. Rename Response interface methods to Label and WithLabel

    Krithika Sundararajan committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    271b5d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    36bdd30 View commit details
    Browse the repository at this point in the history
  2. Merge from main

    Krithika Sundararajan committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d2dc9aa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Send down the labels into the dispatch requests from the lazy router

    Krithika Sundararajan committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0aa265c View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    Krithika Sundararajan committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    e156b48 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Lazy router: Return error if no route succeeded

    Krithika Sundararajan committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0e0fe2c View commit details
    Browse the repository at this point in the history