aboutsummaryrefslogtreecommitdiffstats
path: root/bin/open311-populate-service-list
Commit message (Collapse)AuthorAgeLines
* [UK] Re-include Bristol in open311-populate-service-listDave Arter2018-01-18-2/+2
| | | | | | | | | | | | Bristol's Open311 endpoint still seems to be returning empty metadata for some services that claim to have metadata. They have made changes to their published services since the change was made to exclude their endpoint, which is causing issues for new reports. Rather than exclude their endpoint entirely from being updated, this commit just silences the noisy error message for Bristol. Reverts the change made in 491eb26e4.
* [UK] Exclude Bristol from open311-populate-service-list.Matthew Somerville2017-03-09-1/+2
|
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-2/+2
| | | | Command line scripts don't need a full blown app, just database.
* Remove need for cron-wrapper with existing scriptsMatthew Somerville2015-01-19-0/+8
| | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it.
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Convert PopulateServiceList to use body IDs.Matthew Somerville2012-12-15-3/+3
| |
| * Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-1/+1
| |
* | Exclude 2237 as it does not return a service list.Matthew Somerville2012-12-28-0/+1
|/
* Merge branch 'stevenage'Struan Donald2012-11-19-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html
| * use /usr/bin/env perl and not /usr/bin/perlStruan Donald2012-10-22-1/+1
| |
* | Add warning option to Open311 populate, to show warnings.Matthew Somerville2012-10-04-1/+5
| |
* | add verbose switch to make it easy to run open311-populate-service-list ↵Dave Whiteland2012-09-12-1/+8
|/ | | | verbosely
* only look for service lists on open311 end pointsStruan Donald2012-05-28-1/+3
|
* rewrite populate service list to enable testing and add some testsStruan Donald2011-10-10-118/+3
|
* use custom end points for west berksStruan Donald2011-09-27-2/+17
| | | | strip trailing white space from category names
* yet another attempt at storing the service detail informationStruan Donald2011-08-04-6/+8
| | | | | this time we sort as we store so we don't need to do this every time we display the information
* fix bug in service request details parsingStruan Donald2011-08-03-1/+3
|
* slight neatening of data structure and some html tidy upStruan Donald2011-08-01-1/+8
|
* populate open311 meta data in contactsStruan Donald2011-08-01-3/+8
|
* use module and conf from database for service list updatesStruan Donald2011-07-29-69/+67
|
* bit more robust checking of argsStruan Donald2011-07-22-1/+15
|
* set execute permissions on scriptStruan Donald2011-07-22-0/+0
|
* undelete existing contacts if requiredStruan Donald2011-07-22-0/+14
|
* accept end point and council id as command line argsStruan Donald2011-07-22-2/+4
|
* basic script to populate contacts from open311 service listStruan Donald2011-07-22-0/+68