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

Improve debug_handler on tuple response types #2201

Merged
merged 27 commits into from
Dec 30, 2023
Merged

Commits on Sep 1, 2023

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

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    c8acbe7 View commit details
    Browse the repository at this point in the history
  2. added hints when named IntoResponse is placed in the middle of tuple.

    It gives the hint "This type only implements IntoResponse but not IntoResponseParts, try moving it to the last element."
    But currently it only detects Json and String, more types can be added.
    SpeedReach committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b315200 View commit details
    Browse the repository at this point in the history
  3. formatted the file

    SpeedReach committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4cd8498 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    befc809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d9d0e View commit details
    Browse the repository at this point in the history
  3. cargo fix

    SpeedReach committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1b259ba View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    c3709ea View commit details
    Browse the repository at this point in the history
  2. fix clippy warnings

    SpeedReach committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    eab8716 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    136b423 View commit details
    Browse the repository at this point in the history
  2. Fixed tests, and simplify error messages.

    I did an early return when the tuple check fails, cause the `check_output_impls_into_response` would clutter the error message in this case.
    SpeedReach committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e6a639d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    4ebea36 View commit details
    Browse the repository at this point in the history
  2. remove .idea dir

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    863d21f View commit details
    Browse the repository at this point in the history
  3. fix tests

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e87f8f1 View commit details
    Browse the repository at this point in the history
  4. clean up code a bit

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c9f40ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98bb828 View commit details
    Browse the repository at this point in the history
  6. changelog

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    b3c3363 View commit details
    Browse the repository at this point in the history
  7. fix indent

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f04d3a4 View commit details
    Browse the repository at this point in the history
  8. inline format args

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    1439d03 View commit details
    Browse the repository at this point in the history
  9. formatting

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    84638df View commit details
    Browse the repository at this point in the history
  10. use import

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    40e06f2 View commit details
    Browse the repository at this point in the history
  11. more formatting

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    80e51a1 View commit details
    Browse the repository at this point in the history
  12. ?

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0750e26 View commit details
    Browse the repository at this point in the history
  13. more formatting

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    44402d5 View commit details
    Browse the repository at this point in the history
  14. Update axum-macros/src/debug_handler.rs

    Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
    davidpdrsn and jplatte committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e9adb82 View commit details
    Browse the repository at this point in the history
  15. fix UI test output

    davidpdrsn committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0ae6972 View commit details
    Browse the repository at this point in the history