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

fix(nestjs): Exception filters in main app module are not being executed #13278

Merged
merged 36 commits into from
Aug 13, 2024

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    6e6b32e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3a30a View commit details
    Browse the repository at this point in the history
  3. Rename

    nicohrubec committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1bcaf37 View commit details
    Browse the repository at this point in the history
  4. Add local filter test

    nicohrubec committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    22eadbe View commit details
    Browse the repository at this point in the history
  5. Fix tests

    nicohrubec committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    61d5fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    885fb6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ab597 View commit details
    Browse the repository at this point in the history
  3. This works! (I think)

    nicohrubec committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c9b690f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e73698a View commit details
    Browse the repository at this point in the history
  5. Cleanup

    nicohrubec committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f71297e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    1c87a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83998d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be4440 View commit details
    Browse the repository at this point in the history
  4. Pass all arguments

    nicohrubec committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    daf1156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468fb30 View commit details
    Browse the repository at this point in the history
  6. Lint2

    nicohrubec committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1f47da1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75058b4 View commit details
    Browse the repository at this point in the history
  8. Add tests to node sdk

    nicohrubec committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    20891b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d1a150 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ddf23b2 View commit details
    Browse the repository at this point in the history
  11. Add comment

    nicohrubec committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2b5d119 View commit details
    Browse the repository at this point in the history
  12. Revert some stuff

    nicohrubec committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8fa920a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    d7a6263 View commit details
    Browse the repository at this point in the history
  2. make stuff not broken

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    47481fa View commit details
    Browse the repository at this point in the history
  3. Revert node tests

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2d4dc35 View commit details
    Browse the repository at this point in the history
  4. Update tests

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eb72826 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66fa8bb View commit details
    Browse the repository at this point in the history
  6. Fix tests?

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    38d0093 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbc5a7a View commit details
    Browse the repository at this point in the history
  8. Add specific filter test

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b09bb16 View commit details
    Browse the repository at this point in the history
  9. Add test local filter

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    878ee0b View commit details
    Browse the repository at this point in the history
  10. Rename decorator

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    56a823c View commit details
    Browse the repository at this point in the history
  11. Make decorator nicer

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    45de32e View commit details
    Browse the repository at this point in the history
  12. Update readme

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0b49d0d View commit details
    Browse the repository at this point in the history
  13. Update readme

    lforst committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    570de0e View commit details
    Browse the repository at this point in the history
  14. Remove useless files

    nicohrubec committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    242e62e View commit details
    Browse the repository at this point in the history