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: Selective parsers with child logger #1741

Merged
merged 32 commits into from
May 8, 2024
Merged

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    585c333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc7efc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb73dd View commit details
    Browse the repository at this point in the history
  4. Adjusting the tests.

    RobinTail committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bf4b737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81ec8a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a3b21c View commit details
    Browse the repository at this point in the history
  7. Revert "Avoid using parsers for OPTIONS method."

    This reverts commit 9a3b21c.
    RobinTail committed May 7, 2024
    Configuration menu
    Copy the full SHA
    43d8e17 View commit details
    Browse the repository at this point in the history
  8. Remove todo.

    RobinTail committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d1cd670 View commit details
    Browse the repository at this point in the history
  9. FEAT: using the request level logger on parsers and middlewares from …

    …the beginning of handling.
    RobinTail committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4a6f4e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44fc73e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3686e3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    400f2b8 View commit details
    Browse the repository at this point in the history
  13. Test for the new helper.

    RobinTail committed May 7, 2024
    Configuration menu
    Copy the full SHA
    186c614 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b43484e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    111903a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f7fb7e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a61f511 View commit details
    Browse the repository at this point in the history
  18. Update src/config-type.ts

    RobinTail committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2da2c9f View commit details
    Browse the repository at this point in the history
  19. Reducing diff.

    RobinTail committed May 7, 2024
    Configuration menu
    Copy the full SHA
    facb055 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e7fa19a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    82988c7 View commit details
    Browse the repository at this point in the history
  2. REF: placing parsers into the app.METHOD call because app.use treats …

    …path as a prefix (startsWith).
    RobinTail committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e2b3ad8 View commit details
    Browse the repository at this point in the history
  3. Todo for a future.

    RobinTail committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0575f52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f3ecb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86e9fe0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5073bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2125400 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8296f66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5974700 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8034fbf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7a7d7c View commit details
    Browse the repository at this point in the history
  12. Minor: naming.

    RobinTail committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f5ef3de View commit details
    Browse the repository at this point in the history