Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commits on May 1, 2017

  1. MiddlewareListener should cancel any previous dispatch errors set i…

    …n the given `MvcEvent`
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    c27997f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a914bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecab36d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb4d7ee View commit details
    Browse the repository at this point in the history
  5. Verifying that the MiddlewareListener will relay anything the middl…

    …eware produces, regardless of its shape/type, unless it is a PSR7-response
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    0af1831 View commit details
    Browse the repository at this point in the history
  6. Using a real service manager in the MiddlewareListenerTest - no tes…

    …t is mocking anything particular at this point
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    606ce94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ab5b13 View commit details
    Browse the repository at this point in the history
  8. Creating an intermediate MiddlewareController that makes any middle…

    …ware act like a normal controller
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    71066ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6d23ff View commit details
    Browse the repository at this point in the history
  10. A shared listener should be attached to middleware, so that the entir…

    …e useless view layer can do its terrible view model magic
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    3c3136a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a46ae7e View commit details
    Browse the repository at this point in the history
  12. The MiddlewareListener should bail out if an MVC result is already …

    …present in the dispatched event
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    a37be06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ce89d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    533a489 View commit details
    Browse the repository at this point in the history
  15. The dispatch listener should not interfere when `MvcEvent#getResult()…

    …` already yields a non-null result
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    e78b531 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2d2f887 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    396a650 View commit details
    Browse the repository at this point in the history
  18. Optimised imports

    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    50ec228 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16a77c3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e4824a3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7d33ff7 View commit details
    Browse the repository at this point in the history
  22. Removed unused imports

    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    6170700 View commit details
    Browse the repository at this point in the history
  23. Removing test that specifies that allowing anything as the return typ…

    …e of a middleware is OK
    
    This is likely going to land into a separate dispatch listener instead
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    98c6d39 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8442764 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    29d8e5b View commit details
    Browse the repository at this point in the history
  26. Dispatching a MiddlewareController with an invalid request type sho…

    …uld raise a `RuntimeException`
    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    145e300 View commit details
    Browse the repository at this point in the history
  27. Removed unused imports

    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    4628c44 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b7f52a9 View commit details
    Browse the repository at this point in the history
  29. CS (whitespace)

    Ocramius committed May 1, 2017
    Configuration menu
    Copy the full SHA
    a122791 View commit details
    Browse the repository at this point in the history