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

Split state into a separate parameter #715

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

Split state into a separate parameter #715

wants to merge 19 commits into from

Commits on Oct 15, 2021

  1. Fix a broken documentation link

    Fix a broken documentation link that should point to `serde_qs` so that
    users do not have to search themselves.
    alexander-jackson authored and yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    13e1332 View commit details
    Browse the repository at this point in the history
  2. log: display client error messages when possible as warnings

    This should help demystify some cases when client errors are determined by parsing and propagated via `?`.
    Fishrock123 authored and yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9ef0b7d View commit details
    Browse the repository at this point in the history
  3. log: improve formatting for messages and status codes

    This should help the default logger be as helpful as possible.
    Fishrock123 authored and yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c9583f1 View commit details
    Browse the repository at this point in the history
  4. add driftwood to middleware section

    jbr authored and yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1a5a8d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec92cf2 View commit details
    Browse the repository at this point in the history
  6. Fix .github

    Removes outdated parts of our .github dir that were accidentally added back a few months ago. This removes:
    
    - DCO notices
    - issue templates
    - PR templates
    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3a235f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fb95a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5478535 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aaef318 View commit details
    Browse the repository at this point in the history
  10. Make femme dependency optional

    It now is only installed via the `logger` feature. In order to do this
    we need the `std` feature from `log` crate.
    rossmacarthur authored and yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4219851 View commit details
    Browse the repository at this point in the history
  11. Fix a missing as_ref that caused boxed endpoints to enter an infinite…

    … loop
    
    I also added a test for this that shows it now works.
    thanks to Hasali19 for noticing this
    mendelt authored and yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0efea24 View commit details
    Browse the repository at this point in the history
  12. rework landing docs

    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    2aa98e1 View commit details
    Browse the repository at this point in the history
  13. add feedback from review

    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9ebd6cb View commit details
    Browse the repository at this point in the history
  14. ci, src: run clippy on nightly, apply fixes

    The rc_buffer thing is similar to http-rs/surf#242
    Fishrock123 authored and yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    edaef34 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4417b77 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7be3575 View commit details
    Browse the repository at this point in the history
  17. fix clippy issues

    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ad8b314 View commit details
    Browse the repository at this point in the history
  18. Fix unstable tests

    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9bdd50b View commit details
    Browse the repository at this point in the history
  19. Add tide::State

    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c7d6f5b View commit details
    Browse the repository at this point in the history