Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Feature/middleware split #23

Merged
merged 25 commits into from
May 10, 2016

Commits on Apr 25, 2016

  1. split AdroitMiddleware functionality into separate middlewares for ea…

    …ch concern
    
    optimized architecture for middlewaresplit
    enhanced webapplication for "microframework" quickstart usage
    implemented tests
    temporary usage of pathfinder/dev-master until a new release is created
    dropdevcoding committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    6b9eacb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. introduced Middleware interface for better testability and to ensure …

    …functionality of the basic middlewares such as routing, action and responder
    dropdevcoding committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    8a115f3 View commit details
    Browse the repository at this point in the history
  2. introduced Middleware interface for better testability and to ensure …

    …functionality of the basic middlewares such as routing, action and responder
    dropdevcoding committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    1b28d94 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

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

Commits on Apr 28, 2016

  1. completely decoupled adroit from pathfinder and stratigility

    removed webapplication, will be reintegrated in a separate project
    dropdevcoding committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    1b5e562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da95762 View commit details
    Browse the repository at this point in the history
  3. added ArrayResolver and unit test

    actualized readme
    dropdevcoding committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    22fc5c7 View commit details
    Browse the repository at this point in the history
  4. actualized readme

    dropdevcoding committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    251a1cc View commit details
    Browse the repository at this point in the history
  5. introduced contentnegotiationservice interface

    updated readme
    dropdevcoding committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    83b99dd View commit details
    Browse the repository at this point in the history
  6. updated some dependencies

    removed obsolete twig dependency
    dropdevcoding committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    211dc8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a7cebf View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. extracted all implementations of actions and responders from adroit, …

    …since it should only define the ADR paradigm and its flow
    dropdevcoding committed May 6, 2016
    Configuration menu
    Copy the full SHA
    f25fc67 View commit details
    Browse the repository at this point in the history
  2. removed negotiatingresponderresolver and test

    added adroitmiddleware
    dropdevcoding committed May 6, 2016
    Configuration menu
    Copy the full SHA
    8a8cbe9 View commit details
    Browse the repository at this point in the history
  3. minor code cleanup

    dropdevcoding committed May 6, 2016
    Configuration menu
    Copy the full SHA
    3ed0a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68ab78c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    015ca94 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Corrected markdown for domain payload section
    dropdevcoding committed May 6, 2016
    Configuration menu
    Copy the full SHA
    e291fa1 View commit details
    Browse the repository at this point in the history
  7. added exceptions for actions and responders being thrown when a wrong…

    … type is returned
    
    adapted unittests of middlewares accordingly
    fixed coding style
    dropdevcoding committed May 6, 2016
    Configuration menu
    Copy the full SHA
    47cdc5a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    d867f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300982b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d65cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    264a00a View commit details
    Browse the repository at this point in the history
  5. minor code cleanup

    removed factory method since it does nothing different than the constructor
    dropdevcoding committed May 9, 2016
    Configuration menu
    Copy the full SHA
    65804f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a93a028 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. enhanced unit tests for recently splitted middlewares

    fixed some bugs which occured during test implementation
    dropdevcoding committed May 10, 2016
    Configuration menu
    Copy the full SHA
    1ece810 View commit details
    Browse the repository at this point in the history