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

Remove State and for<'a> as requirements from Middleware and Request #895

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Jul 10, 2022

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

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    dd98a40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a1514 View commit details
    Browse the repository at this point in the history
  3. Update docs on request state

    nyxtom committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5e16019 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f77500 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f607e07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49d7a6d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Update Next to use cursors with Arc references

    - Removes for<'a> and <'_> &'a lifetimes on Next
    - Changes all references to endpoints and middleware to use Arc<T>
    - Updates selection routing to return Arc handlers instead of Boxed
    - Simplfy server respond to pass along endpoint and middleware
    nyxtom committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    ff5f57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b19de6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41afeb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    ac0abd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dfecae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a25a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c1bb1b View commit details
    Browse the repository at this point in the history
  5. Fix import on graphql example

    nyxtom committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b96d774 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d101601 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc75e00 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    e21b4ed View commit details
    Browse the repository at this point in the history
  2. Remove hashbrown dependency

    nyxtom committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2e314ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8ba6c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

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