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

feat: Add route-level middleware #1286

Closed
wants to merge 49 commits into from

Commits on Sep 13, 2021

  1. Add route-level middleware

    adriangb committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c2809bd View commit details
    Browse the repository at this point in the history
  2. Remove websocker stuff

    adriangb committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    2fb13a6 View commit details
    Browse the repository at this point in the history
  3. Remove spaces

    adriangb committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    e57a42f View commit details
    Browse the repository at this point in the history
  4. remove newline

    adriangb committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    6e4c6dc View commit details
    Browse the repository at this point in the history
  5. revert more changes

    adriangb committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    ad31857 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    fdbdfc0 View commit details
    Browse the repository at this point in the history
  2. linting

    adriangb committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    4549f2c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

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

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

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

Commits on Oct 15, 2021

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

Commits on Oct 20, 2021

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

Commits on Nov 4, 2021

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

Commits on Nov 10, 2021

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

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    5ec5871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c64e17 View commit details
    Browse the repository at this point in the history
  3. combine tests

    adriangb committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    586ed21 View commit details
    Browse the repository at this point in the history
  4. Update docs/middleware.md

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    adriangb and Kludex committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    24988bf View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. linting

    adriangb committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    73f920c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    e8dcb7f View commit details
    Browse the repository at this point in the history
  2. Add note on error handling

    adriangb committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    14f85bd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    eb7d41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78aa8a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

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

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    e25d88a View commit details
    Browse the repository at this point in the history
  2. chore: run linting

    adriangb committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    93ef0e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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

Commits on Dec 16, 2021

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

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    1f6b230 View commit details
    Browse the repository at this point in the history
  2. fix botched merge

    adriangb committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    b225269 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

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

Commits on Dec 22, 2021

  1. lint

    adriangb committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    c25ac02 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

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

Commits on Jan 2, 2022

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

Commits on Jan 5, 2022

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

Commits on Jan 6, 2022

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

Commits on Jan 9, 2022

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

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    e948795 View commit details
    Browse the repository at this point in the history
  2. remove unused variable

    adriangb committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    6ec05f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b58f0c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ff903 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

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

Commits on Jan 19, 2022

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

Commits on Jan 29, 2022

  1. Update starlette/routing.py

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    adriangb and Kludex committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    3b01035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b136b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    77f50a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20dbbe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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