-
Notifications
You must be signed in to change notification settings - Fork 27
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: equip/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: equip/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 53 files changed
- 3 contributors
Commits on Jun 1, 2016
-
Improve quality to be Scrutinizer CI compliant (#57)
* Use a single line comment * Add a separate method to retrieve the Request body
Configuration menu - View commit details
-
Copy full SHA for 19fe98f - Browse repository at this point
Copy the full SHA 19fe98fView commit details
Commits on Jun 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2f4031f - Browse repository at this point
Copy the full SHA 2f4031fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f44c9 - Browse repository at this point
Copy the full SHA f2f44c9View commit details
Commits on Jun 6, 2016
-
Switch from routing to split dispatching (#63)
Rather than having a single large routing table, split routing into separate dispatching classes, similar to a middleware set.
Configuration menu - View commit details
-
Copy full SHA for 0b4d290 - Browse repository at this point
Copy the full SHA 0b4d290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59bfbd6 - Browse repository at this point
Copy the full SHA 59bfbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcdbd96 - Browse repository at this point
Copy the full SHA fcdbd96View commit details
Commits on Jun 18, 2016
-
Upgrade PHPUnit version to 5.4 (#58)
* Remove PHPUnit from composer, require users to install PHPUnit globally * Upgrade PHPUnit version to 5.4 in Travis CI * Use TestCase::createMock instead of using TestCase::getMock (deprecated) * Use TestCase::setExpectedExceptionRegExp instead of using annotations
Configuration menu - View commit details
-
Copy full SHA for c5d44d3 - Browse repository at this point
Copy the full SHA c5d44d3View commit details
Commits on Aug 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9c5c273 - Browse repository at this point
Copy the full SHA 9c5c273View commit details
Commits on Aug 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6108461 - Browse repository at this point
Copy the full SHA 6108461View commit details
Commits on Aug 16, 2016
-
Make actions first class citizens (#75)
According to the [intent of ADR][1], the Action part of the triad is meant to be a completely custom class that provides a boundary between HTTP and domain logic. The action is aware of the domain and knows how to direct output through a responder. This is not how Equip has been treating the domain. Our attempts to make Domain pseudo-HTTP-aware with Payload and Input has not been very successful and is probably the least concise bit of the framework. [1]: http://pmjones.io/adr/ Also includes changes from: * Remove payload from formatting (#77) * Restore content negotiation (#78) * Add documentation for v3 changes (#79) * Remove payload and input classes (#80) * Remove content negotiation (#84)
Configuration menu - View commit details
-
Copy full SHA for 0db9791 - Browse repository at this point
Copy the full SHA 0db9791View commit details
Commits on Aug 17, 2016
-
Make ActionInterface use ServerRequestInterface (#85)
Although ActionHandler deals exclusively with ServerRequestInterface instead of RequestInterface, ActionInterface used just RequestInterface. This made it impossible for actions to use the helpful features that ServerRequestInterface offers. In particular, this bug actually rendered the example Action code in the docs incorrect, because the variable $request (of type RequestInterface) was passed as a parameter to input(), which expected ServerRequestInterface.
Configuration menu - View commit details
-
Copy full SHA for edc1d96 - Browse repository at this point
Copy the full SHA edc1d96View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...dev