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

Modify middleware listener to use stratigility pipe #217

Commits on Apr 27, 2017

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

Commits on Apr 28, 2017

  1. Configuration menu
    Copy the full SHA
    2712a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab17a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24201cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab63639 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81c5f2e View commit details
    Browse the repository at this point in the history
  6. Do not allow a null middleware

    asgrim committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    6f9c271 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e89d6a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cebe041 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0debca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6073ca2 View commit details
    Browse the repository at this point in the history
  11. Switch MiddlewareNotCallableExceptionTest assertions to be invoked on…

    … instance for consistency
    asgrim committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    b05cd8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d89900 View commit details
    Browse the repository at this point in the history
  13. Use namespaced PHPUnit import

    asgrim committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    4c393f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03ffda0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

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

Commits on Apr 30, 2017

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

Commits on May 1, 2017

  1. Merge pull request zendframework#237 from samsonasik/@return-renderin…

    …g-strategy
    
    Fixes @param & @return DefaultRenderingStrategy typo at HttpDefaultRenderingStrategyFactory
    weierophinney committed May 1, 2017
    Configuration menu
    Copy the full SHA
    2a4a644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5c560 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hotfix/237' into develop

    Forward port zendframework#237
    
    Conflicts:
    	src/Service/HttpDefaultRenderingStrategyFactory.php
    weierophinney committed May 1, 2017
    Configuration menu
    Copy the full SHA
    00bdd8c View commit details
    Browse the repository at this point in the history
  4. Merge pull request zendframework#217 from asgrim/modify-middleware-li…

    …stener-to-use-stratigility-pipe
    
    Modify middleware listener to use stratigility pipe
    weierophinney committed May 1, 2017
    Configuration menu
    Copy the full SHA
    bf741df View commit details
    Browse the repository at this point in the history
  5. Rename MiddlewareNotCallableException to InvalidMiddlewareException

    Also, adds a `fromNull()` method, allowing it to be used in cases where
    a `null` value is provided for middleware. This means that `null`
    middleware is handled exactly the same way as any other invalid
    middleware type, which required changes to several test expectations.
    weierophinney committed May 1, 2017
    Configuration menu
    Copy the full SHA
    6d09019 View commit details
    Browse the repository at this point in the history
  6. Use http-interop process()

    Instead of `__invoke()`, for forwards compatibility once PSR-15 is
    ratified.
    weierophinney committed May 1, 2017
    Configuration menu
    Copy the full SHA
    6a4bf9f View commit details
    Browse the repository at this point in the history