Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Open311: FMS <-> Open311 Endpoint End to end tests | Hakim Cassimally | 2014-10-16 | -1/+3 |
| | | | | | Uses LWP::Protocol::PSGI to avoid having to spawn external processes in order to test these end to end. | |||
* | Update old-style open311 script to use bodies. | Matthew Somerville | 2014-04-07 | -10/+10 |
| | | | | Add some comments to the top of the open311 bin scripts. | |||
* | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -0/+5 |
| | | | | than one body. | |||
* | Update tests for new names of things and bodies needing to exist. | Matthew Somerville | 2012-12-15 | -49/+20 |
| | ||||
* | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -20/+20 |
| | | | | Add foreign key constraint from contacts to body. | |||
* | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -9/+9 |
| | ||||
* | do not fall over if there is unexpectedly no meta data for a service code | Struan Donald | 2012-11-23 | -0/+13 |
| | ||||
* | handle updates to meta data as well as meta data when a contact is created | Struan Donald | 2012-10-18 | -0/+165 |
| | ||||
* | use correct method name | Struan Donald | 2012-04-27 | -4/+4 |
| | ||||
* | more populate tests and also cope with bromley non display fields | Struan Donald | 2012-03-22 | -0/+298 |
| | ||||
* | if we have two conflicting existing contacts then skip the update | Struan Donald | 2011-10-11 | -4/+63 |
| | ||||
* | reduce duplicate code | Struan Donald | 2011-10-11 | -135/+38 |
| | ||||
* | test existing contacts are deleted | Struan Donald | 2011-10-11 | -1/+71 |
| | | | | udpate service code for contact with same category | |||
* | handle change of service name for existing service code | Struan Donald | 2011-10-11 | -0/+75 |
| | ||||
* | rewrite populate service list to enable testing and add some tests | Struan Donald | 2011-10-10 | -0/+148 |