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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce lifespan state #1818

Merged
merged 23 commits into from
Mar 5, 2023
Merged

Introduce lifespan state #1818

merged 23 commits into from
Mar 5, 2023

Commits on Dec 27, 2022

  1. Introduce lifespan state

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    8e323e8 View commit details
    Browse the repository at this point in the history
  2. fix tests and imports

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    097d338 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    0cecef3 View commit details
    Browse the repository at this point in the history
  4. format

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    3421616 View commit details
    Browse the repository at this point in the history
  5. Add support to WebSockets

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    641227a View commit details
    Browse the repository at this point in the history
  6. fix type annotation

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    942f73e View commit details
    Browse the repository at this point in the history
  7. add type ignores

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    51ae871 View commit details
    Browse the repository at this point in the history
  8. add test for http

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c85dac2 View commit details
    Browse the repository at this point in the history
  9. add test for websockets

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    fc0e3d2 View commit details
    Browse the repository at this point in the history
  10. Add test for lifespan itself

    adriangb committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d35d1c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. lint

    adriangb committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ad4bf56 View commit details
    Browse the repository at this point in the history
  2. fix tests

    adriangb committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    39b0e4c View commit details
    Browse the repository at this point in the history
  3. move type ignore?

    adriangb committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    caa22b3 View commit details
    Browse the repository at this point in the history
  4. move another type ignore

    adriangb committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a6d0af8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c199bc7 View commit details
    Browse the repository at this point in the history
  6. move to extensions["state"]

    adriangb committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    55419e8 View commit details
    Browse the repository at this point in the history
  7. fix tests

    adriangb committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    dac71df View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    8b05897 View commit details
    Browse the repository at this point in the history
  2. Update tests/protocols/test_http.py

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    adriangb and Kludex committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    f6fe1ae View commit details
    Browse the repository at this point in the history
  3. move assertion out of loop

    adriangb committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    86760bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c16f40 View commit details
    Browse the repository at this point in the history
  5. remove nonlocal

    adriangb committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    79d3196 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

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