Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add debug toolbar middleware. | Matthew Somerville | 2017-08-29 | -1/+2 |
| | | | | | | | | | | | | | | If debug is enabled, using the CATALYST_DEBUG/FIXMYSTREET_APP_DEBUG environment variables, add a debug toolbar to the output, including request/response details and a database query log. This uses Plack middleware, so works by switching our dev server to use Starman with plack directly, rather than via the script runner. We remove the GZip compression as this interferes, and take a local copy of the QueryLog::AdoptPlack trait as it needs a tweak to work. Make sure the CSP header is not output in debug mode, as that would prevent the toolbar JavaScript from running. | |||
* | Add scripts to rule them all. | Matthew Somerville | 2017-06-30 | -0/+41 |
| | | | | | Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server. | |||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -0/+18 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Move to web directory | Edmund von der Burg | 2011-02-22 | -78/+0 |
| | | | | | change suffix to .cgi so that default conf applies add library paths | |||
* | Created app using catalyst.pl | Edmund von der Burg | 2011-02-22 | -0/+238 |