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

[serve] refactor router #48252

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

[serve] refactor router #48252

wants to merge 24 commits into from

Commits on Oct 23, 2024

  1. handle options refactor

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5250457 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. add comment and warning

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bb7dd05 View commit details
    Browse the repository at this point in the history
  2. rename

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    519936c View commit details
    Browse the repository at this point in the history
  3. reorder

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    00c8e1b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. separate options into dynamic options and init options

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    81ec3a5 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fbd64e3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into handle-options

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d356ec2 View commit details
    Browse the repository at this point in the history
  4. lint

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c226d3b View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f3e1536 View commit details
    Browse the repository at this point in the history
  6. fix + add warnings

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    830085d View commit details
    Browse the repository at this point in the history
  7. add tests

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c647d13 View commit details
    Browse the repository at this point in the history
  8. lint

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b90bb42 View commit details
    Browse the repository at this point in the history
  9. better docstring, more tests

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    74e49cf View commit details
    Browse the repository at this point in the history
  10. fix multiplex tests

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0d46144 View commit details
    Browse the repository at this point in the history
  11. wip

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    87c7fd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge branch 'master' into router-impl

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    04d2d96 View commit details
    Browse the repository at this point in the history
  2. abstract method

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a22b8d0 View commit details
    Browse the repository at this point in the history
  3. up

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0d678ff View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e046012 View commit details
    Browse the repository at this point in the history
  5. refactor to inject

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b702056 View commit details
    Browse the repository at this point in the history
  6. polish

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6d8c4ac View commit details
    Browse the repository at this point in the history
  7. docstring

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    54b42b2 View commit details
    Browse the repository at this point in the history
  8. fix unit test

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6eb5d6d View commit details
    Browse the repository at this point in the history
  9. lint + address comment

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d459c81 View commit details
    Browse the repository at this point in the history