-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/middleware split #23
Feature/middleware split #23
Commits on Apr 25, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 6b9eacb - Browse repository at this point
Copy the full SHA 6b9eacbView commit details
Commits on Apr 26, 2016
-
introduced Middleware interface for better testability and to ensure …
…functionality of the basic middlewares such as routing, action and responder
Configuration menu - View commit details
-
Copy full SHA for 8a115f3 - Browse repository at this point
Copy the full SHA 8a115f3View commit details -
introduced Middleware interface for better testability and to ensure …
…functionality of the basic middlewares such as routing, action and responder
Configuration menu - View commit details
-
Copy full SHA for 1b28d94 - Browse repository at this point
Copy the full SHA 1b28d94View commit details
Commits on Apr 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9c89809 - Browse repository at this point
Copy the full SHA 9c89809View commit details
Commits on Apr 28, 2016
-
completely decoupled adroit from pathfinder and stratigility
removed webapplication, will be reintegrated in a separate project
Configuration menu - View commit details
-
Copy full SHA for 1b5e562 - Browse repository at this point
Copy the full SHA 1b5e562View commit details -
Configuration menu - View commit details
-
Copy full SHA for da95762 - Browse repository at this point
Copy the full SHA da95762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fc5c7 - Browse repository at this point
Copy the full SHA 22fc5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251a1cc - Browse repository at this point
Copy the full SHA 251a1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b99dd - Browse repository at this point
Copy the full SHA 83b99ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 211dc8d - Browse repository at this point
Copy the full SHA 211dc8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7cebf - Browse repository at this point
Copy the full SHA 3a7cebfView commit details
Commits on May 6, 2016
-
extracted all implementations of actions and responders from adroit, …
…since it should only define the ADR paradigm and its flow
Configuration menu - View commit details
-
Copy full SHA for f25fc67 - Browse repository at this point
Copy the full SHA f25fc67View commit details -
removed negotiatingresponderresolver and test
added adroitmiddleware
Configuration menu - View commit details
-
Copy full SHA for 8a8cbe9 - Browse repository at this point
Copy the full SHA 8a8cbe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed0a24 - Browse repository at this point
Copy the full SHA 3ed0a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ab78c - Browse repository at this point
Copy the full SHA 68ab78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 015ca94 - Browse repository at this point
Copy the full SHA 015ca94View commit details -
Configuration menu - View commit details
-
Copy full SHA for e291fa1 - Browse repository at this point
Copy the full SHA e291fa1View commit details -
added exceptions for actions and responders being thrown when a wrong…
… type is returned adapted unittests of middlewares accordingly fixed coding style
Configuration menu - View commit details
-
Copy full SHA for 47cdc5a - Browse repository at this point
Copy the full SHA 47cdc5aView commit details
Commits on May 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d867f85 - Browse repository at this point
Copy the full SHA d867f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 300982b - Browse repository at this point
Copy the full SHA 300982bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d65cfa - Browse repository at this point
Copy the full SHA 5d65cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 264a00a - Browse repository at this point
Copy the full SHA 264a00aView commit details -
removed factory method since it does nothing different than the constructor
Configuration menu - View commit details
-
Copy full SHA for 65804f1 - Browse repository at this point
Copy the full SHA 65804f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a93a028 - Browse repository at this point
Copy the full SHA a93a028View commit details
Commits on May 10, 2016
-
enhanced unit tests for recently splitted middlewares
fixed some bugs which occured during test implementation
Configuration menu - View commit details
-
Copy full SHA for 1ece810 - Browse repository at this point
Copy the full SHA 1ece810View commit details