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

support an asynccontextmanager create_app factory #1152

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

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    5242a0b View commit details
    Browse the repository at this point in the history
  2. fix the rest of the tests

    graingert committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    89b0c7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f946227 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    6695d4f View commit details
    Browse the repository at this point in the history
  2. drop async_generator dep

    graingert committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    326d4fd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    d6174a7 View commit details
    Browse the repository at this point in the history
  2. unroll Server.serve into an asynccontextmanager

    * handle shutdown if startup fails
    * exit app_context correctly in run_server test
    * wait for main_loop task to finish after cancellation
    graingert committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    571b298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43f1220 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    3ca0f0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48054c9 View commit details
    Browse the repository at this point in the history