aboutsummaryrefslogtreecommitdiffstats
path: root/bin/fixmystreet.com
Commit message (Collapse)AuthorAgeLines
* [fixmystreet.com] More data in fixture, wider areaMatthew Somerville2017-09-06-5/+11
| | | | Add some reports to the inspector's shortlist.
* Remove hardcoded states from Problem model.Matthew Somerville2017-08-31-1/+1
| | | | | We keep the internal states hardcoded, plus the core open (confirmed) and closed ones, but the remainder are moved to the database.
* Allow co-ords to be supplied to fixture script.Matthew Somerville2017-08-18-6/+15
|
* Move FixMyStreet::DB to FixMyStreet::DB::Schema.Matthew Somerville2017-08-09-1/+1
| | | | Store a schema object on FixMyStreet::DB instead.
* [fixmystreet.com] Template/priorities in fixture.Matthew Somerville2017-06-20-0/+9
| | | | Also include areas in auto-generated problems.
* [fixmystreet.com] Fix relative paths in fixture.Matthew Somerville2017-06-20-3/+3
|
* [UK] Remove requirement for fixed body IDs.Matthew Somerville2017-06-20-1/+1
| | | | | | | | | | | | Historically in UK cobrands, bodies have had IDs the same as the MapIt area ID they cover. This can be confusing (if you are setting up a dev environment, say) and should not be necessary. This commit removes the requirement entirely, by switching any ID checks to either the name of the body, or the actual area it covers. One note: the body name in the test has to match so that we do not get two bodies both covering 2237 created. This will not be necessary when the tests are compartmentalized in the next commit.
* [fixmystreet.com] Improve fixture loading script.Matthew Somerville2017-06-20-22/+133
| | | | | | Given a MapIt area ID, the script will create a body and categories, users with different levels of permissions, and some random problems and updates. It can optionally empty out the database first.
* [fixmystreet.com] Noddy fixture script.Matthew Somerville2016-09-20-0/+39
|
* [East Sussex] Remove East Sussex cobrandDave Arter2016-08-02-96/+0
|
* [East Sussex] Rewrite template builder in perl.Matthew Somerville2016-06-08-0/+96
| | | | Uses same watch notification as make_css.
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-4/+5
| | | | Command line scripts don't need a full blown app, just database.
* Move "missing" handling to separate column.Matthew Somerville2015-08-19-1/+0
|
* Remove ms_current_timestamp() override function.Matthew Somerville2015-08-13-2/+2
| | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning.
* Tidy up of bin directory.Matthew Somerville2015-01-19-0/+540
Remove some unneeded scripts, move others to cobrand-specific directories.