aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Status.pm
Commit message (Collapse)AuthorAgeLines
* Move stats from main admin index to stats index.Matthew Somerville2020-04-24-1/+1
| | | | | These stats can take a while to generate, and we don't want to slow down people mostly coming to the admin index to do something else.
* Add search boxes to admin index page, move stats.Matthew Somerville2016-05-20-1/+1
| | | | Move most index page statistics to their own pages.
* Switch to JSON::MaybeXS, remove JSON::XS.Matthew Somerville2016-01-22-1/+1
| | | | | | Travis has Cpanel::JSON::XS preinstalled, which means that the build would fail there, as JSON::MaybeXS would try and upgrade JSON::XS to version 3 which the snapshot did not contain.
* [Zurich] Allow status page to fetch summary stats.Matthew Somerville2015-12-01-0/+3
|
* Add status page.Matthew Somerville2015-10-23-0/+70