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

[WIP] Add options to control method failure handling in the Router middleware #250

Open
wants to merge 12 commits into
base: 3.x
Choose a base branch
from

Commits on Oct 22, 2024

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

Commits on Oct 25, 2024

  1. add Router::ignoreMethodFailureHandle option

    add factories for the method failure responses
    olegbaturin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c96eb00 View commit details
    Browse the repository at this point in the history
  2. fix psalm

    olegbaturin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5603689 View commit details
    Browse the repository at this point in the history
  3. fix styles

    olegbaturin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    be42761 View commit details
    Browse the repository at this point in the history
  4. update tests

    olegbaturin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7d730d0 View commit details
    Browse the repository at this point in the history
  5. fix styles

    olegbaturin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    303a683 View commit details
    Browse the repository at this point in the history
  6. fix styles

    olegbaturin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0479e23 View commit details
    Browse the repository at this point in the history
  7. update immutability test

    olegbaturin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bd68624 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    8c7134c View commit details
    Browse the repository at this point in the history
  2. update readme

    olegbaturin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    97b76e3 View commit details
    Browse the repository at this point in the history
  3. update tests

    olegbaturin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    48fec84 View commit details
    Browse the repository at this point in the history