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(fastapi): add FastAPI Integration #1495

Merged

Commits on Jul 15, 2022

  1. Initial FastApi setup.

    antonpirker committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    bf361dd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

    antonpirker committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    0986cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b956d0d View commit details
    Browse the repository at this point in the history
  4. Cleanup

    antonpirker committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    6a623c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4592ae View commit details
    Browse the repository at this point in the history
  6. Cleanup

    antonpirker committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    1c978f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Reworked integrations to have naming for FastAPI transaction in FastA…

    …PI integration (and not in starlette)
    antonpirker committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1052e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62671db View commit details
    Browse the repository at this point in the history
  3. Fixed some types

    antonpirker committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a5b6796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c170f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d7af0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9f4e12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83edc8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a81b6ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    675499e View commit details
    Browse the repository at this point in the history
  10. Reverted back to ASGI behaviour that is currently because it would ha…

    …ve broken too many tests
    antonpirker committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8c1e519 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    a38a3f6 View commit details
    Browse the repository at this point in the history
  2. Removed unused vars

    antonpirker committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c400756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda6447 View commit details
    Browse the repository at this point in the history
  4. Small fix

    antonpirker committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    37053c7 View commit details
    Browse the repository at this point in the history