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

routes macro allowing multiple paths per handler #2718

Merged
merged 11 commits into from Jul 4, 2022

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    b962959 View commit details
    Browse the repository at this point in the history
  2. chore: changelog, docs, tests

    ModProg committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f73c540 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. error on missing methods

    ModProg committed May 3, 2022
    Configuration menu
    Copy the full SHA
    cd2599e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
    ModProg and popzxc committed May 3, 2022
    Configuration menu
    Copy the full SHA
    904cf04 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    170620f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    83a9871 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    36b465e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5c1ac View commit details
    Browse the repository at this point in the history
  3. add additional tests

    robjtede committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8c41b0f View commit details
    Browse the repository at this point in the history
  4. fix stderr output

    robjtede committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    df25c25 View commit details
    Browse the repository at this point in the history
  5. remove useless ResourceType

    this is dead code from back when .to and .to_async were different ways to add a service
    robjtede committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    4e8eb74 View commit details
    Browse the repository at this point in the history