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

Async compatible debug-toolbar middleware #1938

Merged
merged 1 commit into from
Jul 16, 2024

Commits on Jul 16, 2024

  1. Support an async middleware for the toolbar.

    extract redudant code in _postprocess
    
    disable non async capable panels
    
    add middleware sync and async compatible test case
    
    rename file
    
    add panel async compatibility tests/
    
    added panel async compatibility tests/
    
    marked erreneous panels as non async
    
    refactor panel test
    
    Add function docstrings
    
    update async panel compatibility tests
    
    revert middleware back to __call__ and __acall__ approach
    
    update architecture.rst documentation
    
    fix typo in docs
    
    remove ASGI keyword from docs
    salty-ivy authored and tim-schilling committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    25656ee View commit details
    Browse the repository at this point in the history