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 SendableRoute type #3100

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Add SendableRoute type #3100

wants to merge 27 commits into from

Commits on Jan 12, 2024

  1. Add SendableRoute type

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    326e450 View commit details
    Browse the repository at this point in the history
  2. Add reference type dictionary

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f4a87e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4285798 View commit details
    Browse the repository at this point in the history
  4. Migrate non-async code

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a0cb01e View commit details
    Browse the repository at this point in the history
  5. Migrate async routes

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ac431c9 View commit details
    Browse the repository at this point in the history
  6. Remove a deprecation warning

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e3e6cf2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aa82d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b02f69 View commit details
    Browse the repository at this point in the history
  9. Make responder stack async

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    93e8b2d View commit details
    Browse the repository at this point in the history
  10. Force async route where we can

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5b67917 View commit details
    Browse the repository at this point in the history
  11. Add clarification

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fa21a0c View commit details
    Browse the repository at this point in the history
  12. Make DefaultResponder Async

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8fc49ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    731165b View commit details
    Browse the repository at this point in the history
  14. Fix some warnings and tests

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    913e62d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e0b0945 View commit details
    Browse the repository at this point in the history
  16. Add AsyncSessionsMiddleware

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7f7de98 View commit details
    Browse the repository at this point in the history
  17. Add tests for async sessions

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4012dee View commit details
    Browse the repository at this point in the history
  18. Fix commented out code

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a97d54b View commit details
    Browse the repository at this point in the history
  19. Fix another warning

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    df2edfd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    82eb32f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5424913 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3c05c8a View commit details
    Browse the repository at this point in the history
  23. Fix some warnings in tests

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b5a2923 View commit details
    Browse the repository at this point in the history
  24. Remove more test warnings

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b77b312 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    15e3d56 View commit details
    Browse the repository at this point in the history
  26. Fix a load of test warnings

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cd1d4c1 View commit details
    Browse the repository at this point in the history
  27. Update a test

    0xTim committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bf729c9 View commit details
    Browse the repository at this point in the history