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

anyio integration #1157

Merged
merged 71 commits into from Jun 18, 2021
Merged

anyio integration #1157

merged 71 commits into from Jun 18, 2021

Commits on Mar 26, 2021

  1. Copy the full SHA
    d06f40c View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    uSpike committed Mar 26, 2021
    Copy the full SHA
    75310b5 View commit details
    Browse the repository at this point in the history
  3. Remove debug messages

    uSpike committed Mar 26, 2021
    Copy the full SHA
    a660684 View commit details
    Browse the repository at this point in the history
  4. mypy fixes

    uSpike committed Mar 26, 2021
    Copy the full SHA
    42b83cb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Update README.md

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    uSpike and Kludex committed Mar 27, 2021
    Copy the full SHA
    9870a1f View commit details
    Browse the repository at this point in the history
  2. Fix install_requires typo

    uSpike committed Mar 27, 2021
    Copy the full SHA
    6997eb9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e1c2adb View commit details
    Browse the repository at this point in the history
  4. Linter fixes

    uSpike committed Mar 27, 2021
    Copy the full SHA
    de84b4a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e91ec33 View commit details
    Browse the repository at this point in the history
  6. Tests use anyio

    uSpike committed Mar 27, 2021
    Copy the full SHA
    7e2cd46 View commit details
    Browse the repository at this point in the history
  7. Checkin progress on testclient

    uSpike committed Mar 27, 2021
    Copy the full SHA
    03e312e View commit details
    Browse the repository at this point in the history
  8. Prep for anyio 3

    uSpike committed Mar 27, 2021
    Copy the full SHA
    fd4569e View commit details
    Browse the repository at this point in the history
  9. Remove debug backend option

    uSpike committed Mar 27, 2021
    Copy the full SHA
    d785513 View commit details
    Browse the repository at this point in the history
  10. Use anyio 3.0.0rc1

    uSpike committed Mar 27, 2021
    Copy the full SHA
    58d5331 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    268547d View commit details
    Browse the repository at this point in the history
  12. Fix extra import

    uSpike committed Mar 27, 2021
    Copy the full SHA
    57b2f79 View commit details
    Browse the repository at this point in the history
  13. Don't cancel task scope early

    uSpike committed Mar 27, 2021
    Copy the full SHA
    444a3ac View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    4d31a60 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    681c348 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    01dd813 View commit details
    Browse the repository at this point in the history
  17. Formatting fixes

    uSpike committed Mar 27, 2021
    Copy the full SHA
    9f76d42 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Copy the full SHA
    5c8818d View commit details
    Browse the repository at this point in the history
  2. Fix middleware app call

    uSpike committed Mar 28, 2021
    Copy the full SHA
    f0e4cd8 View commit details
    Browse the repository at this point in the history
  3. Simplify middleware exceptions

    uSpike committed Mar 28, 2021
    Copy the full SHA
    376f9db View commit details
    Browse the repository at this point in the history
  4. Use anyio for websocket test

    uSpike committed Mar 28, 2021
    Copy the full SHA
    34da2b4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    31cc220 View commit details
    Browse the repository at this point in the history
  6. Pass async backend to portal

    uSpike committed Mar 28, 2021
    Copy the full SHA
    73590aa View commit details
    Browse the repository at this point in the history
  7. Formatting fixes

    uSpike committed Mar 28, 2021
    Copy the full SHA
    4192bf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Bump anyio

    uSpike committed Mar 29, 2021
    Copy the full SHA
    3a4b472 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc3be48 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9b6e722 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b8c43cf View commit details
    Browse the repository at this point in the history
  5. Document changes in TestClient

    uSpike committed Mar 29, 2021
    Copy the full SHA
    d51d5ff View commit details
    Browse the repository at this point in the history
  6. Formatting fix

    uSpike committed Mar 29, 2021
    Copy the full SHA
    82431f4 View commit details
    Browse the repository at this point in the history
  7. Fix websocket raises coverage

    uSpike committed Mar 29, 2021
    Copy the full SHA
    2504237 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    87c614c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Copy the full SHA
    cf915bc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Apply suggestions from code review

    Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
    uSpike and agronholm committed Apr 10, 2021
    Copy the full SHA
    72586ba View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Copy the full SHA
    1800f7a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89e2dae View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f62a2ec View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Copy the full SHA
    edba5dc View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Copy the full SHA
    60d95e1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    fc60420 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Copy the full SHA
    27283aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3cce6a9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cbc2e68 View commit details
    Browse the repository at this point in the history
  4. Undo jinja pin

    uSpike committed May 13, 2021
    Copy the full SHA
    c4d49a7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4dd8c5d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    dde5079 View commit details
    Browse the repository at this point in the history
  7. Apply review suggestions

    uSpike committed May 13, 2021
    Copy the full SHA
    df53965 View commit details
    Browse the repository at this point in the history
  8. Rename argument

    uSpike committed May 13, 2021
    Copy the full SHA
    6e0f05f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. fix start_task_soon type

    graingert committed May 24, 2021
    Copy the full SHA
    3a359e3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5c77b7d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge pull request #1 from graingert/anyio

    fix BaseHTTPMiddleware when used without Starlette
    uSpike committed May 25, 2021
    Copy the full SHA
    390b7a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e420181 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Testclient receive() is a non-trapping function if the response is al…

    …ready complete
    
    This allows for a zero deadline when waiting for a disconnect message
    uSpike committed May 27, 2021
    Copy the full SHA
    6a3f94d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c225a3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5667a4b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    19685db View commit details
    Browse the repository at this point in the history
  5. Merge changes from master

    uSpike committed May 27, 2021
    Copy the full SHA
    4e43146 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a1ceb35 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Copy the full SHA
    63cfcb9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    efbe6a1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6208ca5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e6115b View commit details
    Browse the repository at this point in the history
  5. Add types-dataclasses

    uSpike committed Jun 13, 2021
    Copy the full SHA
    e0c9967 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    27ec6f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Copy the full SHA
    2b9dd22 View commit details
    Browse the repository at this point in the history
  2. Fix type on handler callable

    uSpike committed Jun 17, 2021
    Copy the full SHA
    643d107 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Copy the full SHA
    d0ca3f2 View commit details
    Browse the repository at this point in the history